[packages] debootstrap: bump version to 1.0.60~bpo70+1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@40863 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
luka 2014-05-26 18:23:38 +00:00
parent 53259b0e3b
commit b468713afa
2 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=debootstrap PKG_NAME:=debootstrap
PKG_VERSION:=1.0.55~bpo70+1 PKG_VERSION:=1.0.60~bpo70+1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb PKG_SOURCE:=$(PKG_NAME)-udeb_$(PKG_VERSION)_all.udeb
PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/d/debootstrap
PKG_MD5SUM:=86b1cce6350b7beb85d1c5c6fe6910a6 PKG_MD5SUM:=6d4e3b97981b9e0bb86f49d8edac91af
UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf - UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf -

View File

@ -1,6 +1,6 @@
--- a/usr/share/debootstrap/functions --- a/usr/share/debootstrap/functions
+++ b/usr/share/debootstrap/functions +++ b/usr/share/debootstrap/functions
@@ -840,8 +840,6 @@ choose_extractor () { @@ -859,8 +859,6 @@ choose_extractor () {
if [ -n "$EXTRACTOR_OVERRIDE" ]; then if [ -n "$EXTRACTOR_OVERRIDE" ]; then
extractor="$EXTRACTOR_OVERRIDE" extractor="$EXTRACTOR_OVERRIDE"