Skip to content

Commit

Permalink
Bump version to v64-20241014
Browse files Browse the repository at this point in the history
  • Loading branch information
remittor committed Oct 14, 2024
1 parent 80518c3 commit f8feb83
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion luci-app-zapret/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-zapret
PKG_RELEASE:=20241012
PKG_RELEASE:=20241014
PKG_VERSION:=64-$(PKG_RELEASE)
PKG_LICENSE:=MIT

Expand Down
2 changes: 1 addition & 1 deletion zapret-ip2net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=zapret-ip2net
PKG_VERSION:=64
PKG_RELEASE:=20241012
PKG_RELEASE:=20241014

PKG_MAINTAINER:=bol-van
PKG_LICENSE:=MIT
Expand Down
2 changes: 1 addition & 1 deletion zapret-mdig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=zapret-mdig
PKG_VERSION:=64
PKG_RELEASE:=20241012
PKG_RELEASE:=20241014

PKG_MAINTAINER:=bol-van
PKG_LICENSE:=MIT
Expand Down
4 changes: 2 additions & 2 deletions zapret-tpws/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=zapret-tpws
PKG_VERSION:=64
PKG_RELEASE:=20241012
PKG_RELEASE:=20241014

PKG_MAINTAINER:=bol-van
PKG_LICENSE:=MIT
Expand All @@ -24,7 +24,7 @@ define Package/$(PKG_NAME)
CATEGORY:=Network
TITLE:=tpws
SUBMENU:=Zapret
DEPENDS:=+zlib +zapret
DEPENDS:=+zlib +libcap +zapret
endef

define Build/Prepare
Expand Down
7 changes: 4 additions & 3 deletions zapret/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=zapret
PKG_VERSION:=64
PKG_RELEASE:=20241012
PKG_RELEASE:=20241014

PKG_MAINTAINER:=bol-van
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=opt/zapret/docs/LICENSE.txt
PKG_LICENSE_FILES:=docs/LICENSE.txt

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/bol-van/zapret/archive/refs/tags/v$(PKG_VERSION).tar.gz?
Expand All @@ -29,7 +29,8 @@ define Package/$(PKG_NAME)
TITLE:=$(PKG_NAME)
SUBMENU:=Zapret
URL:=https://github.com/bol-van/zapret
DEPENDS:= +nftables +curl +gzip +coreutils +coreutils-sort +coreutils-sleep
DEPENDS:= +nftables +curl +gzip
DEPENDS+= +coreutils +coreutils-sort +coreutils-sleep
DEPENDS+= +kmod-nft-nat +kmod-nft-offload +kmod-nft-queue
DEPENDS+= +libnetfilter-queue +libcap +zlib
endef
Expand Down

0 comments on commit f8feb83

Please sign in to comment.