[PATCH] debootstrap upgrade
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 7 Mar 2011 11:11:36 +0000 (11:11 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 7 Mar 2011 11:11:36 +0000 (11:11 +0000)
Upgrade debootstrap package.

Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
SVN-Revision: 25923

admin/debootstrap/Makefile

index 5c085a5ca9c12bf67b8f7ed694a81729ead4510c..8543f286940926e543e737122551dc584fc8aa29 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=debootstrap
-PKG_VERSION:=1.0.26
+PKG_VERSION:=1.0.28
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
 PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
-PKG_MD5SUM:=bbbd8e3df63cdae1c6160c17275bdae9
+PKG_MD5SUM:=dee0dc77573d88af80b225d8810ab7a1
 
 #UNPACK_CMD=dpkg-deb --fsys-tarfile $(DL_DIR)/$(PKG_SOURCE) | ( cd $(1) && tar -xf - )
 UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.gz | ( cd $(1) && tar -xzf - )