Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
adguardhome: bump to v0.99.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Oct 28, 2019
1 parent b78a9f4 commit d389bc1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions package/kferm/adguardhome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=adguardhome
PROJECT_NAME:=AdGuardHome
PKG_VERSION:=v0.99.0
PKG_VERSION:=v0.99.2
PKG_RELEASE:=1

include $(INCLUDE_DIR)/package.mk
Expand All @@ -31,37 +31,30 @@ STRIP:=true

ifeq ($(ARCH),i386)
PKG_ARCH_ADGUARDHOME:=386
PKG_MD5SUM:=451bcdb7a51fe2615c3827ff8c691c3f
endif

ifeq ($(ARCH),x86_64)
PKG_ARCH_ADGUARDHOME:=amd64
PKG_MD5SUM:=5029a98c7c7006b6b762b7fa373bd990
endif

ifeq ($(ARCH),mipsel)
PKG_ARCH_ADGUARDHOME:=mipsle
PKG_MD5SUM:=092d744ec93497bb95fd0b713913f144
endif

ifeq ($(ARCH),mips)
PKG_ARCH_ADGUARDHOME:=mips
PKG_MD5SUM:=15967124b8a463c1af1cd7862120fa1a
endif

ifeq ($(ARCH),arm)
PKG_ARCH_ADGUARDHOME:=arm
PKG_MD5SUM:=b376ec4bfb4432f0b5247928a1a580d3
endif

ifeq ($(ARCH),arm64)
PKG_ARCH_ADGUARDHOME:=arm64
PKG_MD5SUM:=8c5b5d8bddfcd69d0649405508a604d4
endif

ifeq ($(ARCH),aarch64)
PKG_ARCH_ADGUARDHOME:=arm64
PKG_MD5SUM:=8c5b5d8bddfcd69d0649405508a604d4
endif

TAR_NAME:=AdGuardHome_linux_$(PKG_ARCH_ADGUARDHOME)
Expand All @@ -88,7 +81,6 @@ endef
define Package/$(PKG_NAME)/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(UNTAR_DIR)/*/$(PROJECT_NAME) $(1)/usr/bin/$(PKG_NAME)
chmod 755 $(1)/usr/bin/$(PKG_NAME)
endef

$(eval $(call BuildPackage,$(PKG_NAME)))

0 comments on commit d389bc1

Please sign in to comment.