diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-02-27 18:58:33 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-02-27 18:58:33 +0000 |
commit | ae687dc4e4e3f79105b93b089aec17f8005991b2 (patch) | |
tree | 3e5caf3007e1d0a746a82db0dbf626232e2387b4 /openwrt/package/wifidog | |
parent | f4e8ecd36e87b4c4eddf0399344453aa30980341 (diff) | |
download | mtk-20170518-ae687dc4e4e3f79105b93b089aec17f8005991b2.zip mtk-20170518-ae687dc4e4e3f79105b93b089aec17f8005991b2.tar.gz mtk-20170518-ae687dc4e4e3f79105b93b089aec17f8005991b2.tar.bz2 |
Updated to latest version
SVN-Revision: 3277
Diffstat (limited to 'openwrt/package/wifidog')
-rw-r--r-- | openwrt/package/wifidog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/wifidog/Makefile b/openwrt/package/wifidog/Makefile index 3847c8a..094c7c4 100644 --- a/openwrt/package/wifidog/Makefile +++ b/openwrt/package/wifidog/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wifidog -PKG_VERSION:=1.1.2 +PKG_VERSION:=1.1.3_beta2 PKG_RELEASE:=1 -PKG_MD5SUM:=8444ac5f761504c972f0ee3608dc09ce +PKG_MD5SUM:=ba1611c7eb959f9c6f93e12b97d70b82 PKG_SOURCE_URL:= @SF/$(PKG_NAME) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |