diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:52:47 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-30 20:52:47 +0000 |
commit | 17905887e1c34a24a9ec5135eaee0fcefe528fb4 (patch) | |
tree | 8f974c285dcb84078f7e03f281e02d3990aafc8a /package/ipkg/Makefile | |
parent | fd322bc95aa491704684e875297393901f221ae1 (diff) |
update ipkg to 0.99.149
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipkg/Makefile')
-rw-r--r-- | package/ipkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile index 2180ee7d3c..185c5f81cc 100644 --- a/package/ipkg/Makefile +++ b/package/ipkg/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ipkg -PKG_VERSION:=0.99.145 +PKG_VERSION:=0.99.149 PKG_RELEASE:=1 -PKG_MD5SUM:=d98799dbcf911f90a7c3c897713cc37a +PKG_MD5SUM:=975cc419d6db5fb279dc58177c68373b PKG_SOURCE_URL:=http://www.handhelds.org/packages/ipkg PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |