mirror of
https://github.com/openwrt/packages.git
synced 2025-12-28 12:10:06 +04:00
antiblock: Update to 2.0.2
Fixed a bug using a non-thread-safe hashmap
Signed-off-by: Khachatryan Karen <karen0734@gmail.com>
(cherry picked from commit 9f4928f1ef)
This commit is contained in:
committed by
Tianling Shen
parent
f1d058da41
commit
2e7cb467e8
@@ -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 <karen0734@gmail.com>
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
antiblock | grep "AntiBlock started"
|
||||
antiblock | grep "AntiBlock started $PKG_VERSION"
|
||||
|
||||
Reference in New Issue
Block a user