diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-18 15:34:00 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-18 15:34:00 +0000 |
commit | 421e758a1e8ef9ca67b02e9cbe8506e3af923b47 (patch) | |
tree | eb0b80eb5a08d9736f4162c35034b26e9abaf1cc /openwrt/package/shat | |
parent | a4a536032f2b10b6b7e6d902ec289efe05c806ba (diff) | |
download | mtk-20170518-421e758a1e8ef9ca67b02e9cbe8506e3af923b47.zip mtk-20170518-421e758a1e8ef9ca67b02e9cbe8506e3af923b47.tar.gz mtk-20170518-421e758a1e8ef9ca67b02e9cbe8506e3af923b47.tar.bz2 |
Update shat to v0.9.5
SVN-Revision: 939
Diffstat (limited to 'openwrt/package/shat')
-rw-r--r-- | openwrt/package/shat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/shat/Makefile b/openwrt/package/shat/Makefile index c13e0dd..b945c50 100644 --- a/openwrt/package/shat/Makefile +++ b/openwrt/package/shat/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shat -PKG_VERSION:=0.9.3 +PKG_VERSION:=0.9.5 PKG_RELEASE:=1 -PKG_MD5SUM:=9784cbee03529e6dab5fda683233dc32 +PKG_MD5SUM:= fe29d5862a333af1f390052471a6dd0a PKG_SOURCE_URL:=http://world.maxina.de/src/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |