mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-31 06:40:42 +03:00
Bump version to v64-20241014
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-zapret
|
PKG_NAME:=luci-app-zapret
|
||||||
PKG_RELEASE:=20241012
|
PKG_RELEASE:=20241014
|
||||||
PKG_VERSION:=64-$(PKG_RELEASE)
|
PKG_VERSION:=64-$(PKG_RELEASE)
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=zapret-ip2net
|
PKG_NAME:=zapret-ip2net
|
||||||
PKG_VERSION:=64
|
PKG_VERSION:=64
|
||||||
PKG_RELEASE:=20241012
|
PKG_RELEASE:=20241014
|
||||||
|
|
||||||
PKG_MAINTAINER:=bol-van
|
PKG_MAINTAINER:=bol-van
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=zapret-mdig
|
PKG_NAME:=zapret-mdig
|
||||||
PKG_VERSION:=64
|
PKG_VERSION:=64
|
||||||
PKG_RELEASE:=20241012
|
PKG_RELEASE:=20241014
|
||||||
|
|
||||||
PKG_MAINTAINER:=bol-van
|
PKG_MAINTAINER:=bol-van
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=zapret-tpws
|
PKG_NAME:=zapret-tpws
|
||||||
PKG_VERSION:=64
|
PKG_VERSION:=64
|
||||||
PKG_RELEASE:=20241012
|
PKG_RELEASE:=20241014
|
||||||
|
|
||||||
PKG_MAINTAINER:=bol-van
|
PKG_MAINTAINER:=bol-van
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
@@ -24,7 +24,7 @@ define Package/$(PKG_NAME)
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=tpws
|
TITLE:=tpws
|
||||||
SUBMENU:=Zapret
|
SUBMENU:=Zapret
|
||||||
DEPENDS:=+zlib +zapret
|
DEPENDS:=+zlib +libcap +zapret
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Prepare
|
define Build/Prepare
|
||||||
|
|||||||
@@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=zapret
|
PKG_NAME:=zapret
|
||||||
PKG_VERSION:=64
|
PKG_VERSION:=64
|
||||||
PKG_RELEASE:=20241012
|
PKG_RELEASE:=20241014
|
||||||
|
|
||||||
PKG_MAINTAINER:=bol-van
|
PKG_MAINTAINER:=bol-van
|
||||||
PKG_LICENSE:=MIT
|
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:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://github.com/bol-van/zapret/archive/refs/tags/v$(PKG_VERSION).tar.gz?
|
PKG_SOURCE_URL:=https://github.com/bol-van/zapret/archive/refs/tags/v$(PKG_VERSION).tar.gz?
|
||||||
@@ -29,7 +29,8 @@ define Package/$(PKG_NAME)
|
|||||||
TITLE:=$(PKG_NAME)
|
TITLE:=$(PKG_NAME)
|
||||||
SUBMENU:=Zapret
|
SUBMENU:=Zapret
|
||||||
URL:=https://github.com/bol-van/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+= +kmod-nft-nat +kmod-nft-offload +kmod-nft-queue
|
||||||
DEPENDS+= +libnetfilter-queue +libcap +zlib
|
DEPENDS+= +libnetfilter-queue +libcap +zlib
|
||||||
endef
|
endef
|
||||||
|
|||||||
Reference in New Issue
Block a user