Skip to content

Commit

Permalink
adguardhome: Update to 0.107.32
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
(cherry picked from commit 1a890bd)
  • Loading branch information
1715173329 committed Jul 5, 2023
1 parent a4b9518 commit 3bb2d9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions net/adguardhome/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=adguardhome
PKG_VERSION:=0.107.31
PKG_RELEASE:=2
PKG_VERSION:=0.107.32
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/AdGuardHome/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=38e2ad4ffd8b91bcc6ce9d8fcfcf4d9b9b7667fe9c4f535980eb3c8a8076c903
PKG_HASH:=ce91cfef099918e36c79110c7c92136778e26c10b6ae93c9ba098a6b87125398
PKG_BUILD_DIR:=$(BUILD_DIR)/AdGuardHome-$(PKG_VERSION)

PKG_LICENSE:=GPL-3.0-only
Expand Down Expand Up @@ -58,7 +58,7 @@ define Download/adguardhome-frontend
URL:=https://github.com/AdguardTeam/AdGuardHome/releases/download/v$(PKG_VERSION)/
URL_FILE:=AdGuardHome_frontend.tar.gz
FILE:=$(FRONTEND_FILE)
HASH:=917119e2ae846397a6857f0aa02f4ae501562d28b409a4131d682de3277fa2ff
HASH:=413ef708feb202073cdc755837ead5495c4c8bb43eb14074d112d255876ebd49
endef

define Build/Prepare
Expand Down

0 comments on commit 3bb2d9b

Please sign in to comment.