From: Jo-Philipp Wich Date: Mon, 7 Mar 2011 11:11:36 +0000 (+0000) Subject: debootstrap upgrade Upgrade debootstrap package. X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b6c3b3170242afd159d5eeb7e4f2cfc3c4ba8b2b;p=openwrt%2Fsvn-archive%2Fpackages.git debootstrap upgrade Upgrade debootstrap package. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > SVN-Revision: 25923 --- diff --git a/admin/debootstrap/Makefile b/admin/debootstrap/Makefile index 5c085a5ca..8543f2869 100644 --- a/admin/debootstrap/Makefile +++ b/admin/debootstrap/Makefile @@ -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 - )