Browse Source
Merge pull request #5749 from zhaojh329/wifidog-ng
wifidog-ng: Update to 1.1.4
lilik-openwrt-22.03
Hannu Nyman
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/wifidog-ng/Makefile
|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=wifidog-ng |
|
|
|
PKG_VERSION:=1.1.3 |
|
|
|
PKG_VERSION:=1.1.4 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
|
PKG_SOURCE_URL=https://github.com/zhaojh329/wifidog-ng.git |
|
|
|
PKG_MIRROR_HASH:=4d2887900c6dbaa3c11874f136c6038e88f5bf32de4f777a3de039db2b21f4de |
|
|
|
PKG_MIRROR_HASH:=36e38cdf778c7f662089e564e68c4c3125337dfbd43588839c441a3a6e0abf29 |
|
|
|
|
|
|
|
PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) |
|
|
|
|
|
|
|