diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:51:52 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-26 21:51:52 +0000 |
commit | 903ffec67bc4c3013855258b69a0e4457e27f7f6 (patch) | |
tree | d2e99b577006b3ee3da38277e98d83e21b7c2449 | |
parent | cbbcf83504a51d95e474b2040079a28c572130f3 (diff) |
Update to new upstream release (v0.9.6)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1070 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 bcaabddd19..f6bdadc012 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.5 +PKG_VERSION:=0.9.6 PKG_RELEASE:=1 -PKG_MD5SUM:= fe29d5862a333af1f390052471a6dd0a +PKG_MD5SUM:= 01d8ef12657cf663dd034be99394e605 PKG_SOURCE_URL:=http://world.maxina.de/src/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |