diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 01:22:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-03 01:22:42 +0000 |
commit | 4487ad2aa7a9afc02fbf229958d95558d531368d (patch) | |
tree | 1dbdfe451ba4fd3317bbcf4e962c12f66bac48b2 /openwrt/package/heyu/Makefile | |
parent | 5d4f1a1841e6fb6debc5bf5fd8d9e31b9df12420 (diff) |
update heyu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3299 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/heyu/Makefile')
-rw-r--r-- | openwrt/package/heyu/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/heyu/Makefile b/openwrt/package/heyu/Makefile index 1adb7275b..195d119bb 100644 --- a/openwrt/package/heyu/Makefile +++ b/openwrt/package/heyu/Makefile @@ -3,10 +3,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=heyu -PKG_VERSION:=2.0beta.2 -PKG_RELEASE:=2 -PKG_MD5SUM:=e8477bb068f79eb9cb81e7bb76235d22 -PKG_SOURCE_URL:=http://www.heyu.org/download +PKG_VERSION:=2.0beta.5 +PKG_RELEASE:=1 +PKG_MD5SUM:=8289d5ca5b972333a72bc0fc3e640c13 +PKG_SOURCE_URL:=http://heyu.tanj.com/download/ PKG_SOURCE:=heyu-$(PKG_VERSION).tgz PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_CAT:=zcat |