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 | 78c09aebe364ec11ed2bd409f380a614d5552d59 (patch) | |
tree | 866ce2b45f1c564d21270f3f4de1f57a352c6e2b /openwrt/package/ipkg/Makefile | |
parent | f1dd90e4423f026617ba65f062f48cbd2d5fc778 (diff) |
update ipkg to 0.99.149
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1118 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ipkg/Makefile')
-rw-r--r-- | openwrt/package/ipkg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/ipkg/Makefile b/openwrt/package/ipkg/Makefile index 2180ee7d3..185c5f81c 100644 --- a/openwrt/package/ipkg/Makefile +++ b/openwrt/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 |