diff --git a/net/antiblock/Makefile b/net/antiblock/Makefile index 121ede38c11b6..b37b7da1a1499 100644 --- a/net/antiblock/Makefile +++ b/net/antiblock/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=antiblock -PKG_VERSION:=2.0.1 +PKG_VERSION:=2.0.2 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/karen07/antiblock PKG_SOURCE_VERSION:=v$(PKG_VERSION) -PKG_MIRROR_HASH:=bfde3c4f5f3ca4f4c8ad679b4d3f367fef3021e6aae61ce2d5f283e6775db8bb +PKG_MIRROR_HASH:=00d9d50d12bdb3d3ec6ddefe0b3ea254433a1d58867b0fae87a12dd24ec1ba87 PKG_MAINTAINER:=Khachatryan Karen PKG_LICENSE:=GPL-3.0-or-later diff --git a/net/antiblock/test.sh b/net/antiblock/test.sh index 6c9cb663dc44b..ccd9e990ec92c 100644 --- a/net/antiblock/test.sh +++ b/net/antiblock/test.sh @@ -1,3 +1,3 @@ #!/bin/sh -antiblock | grep "AntiBlock started" +antiblock | grep "AntiBlock started $PKG_VERSION"