mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
[packages] debootstrap: update to 1.0.55
Signed-off-by: John Vogel <jvogel4@stny.rr.com> Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@39143 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ef245f0acd
commit
68da3fd839
@ -9,12 +9,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=debootstrap
|
||||
PKG_VERSION:=1.0.48
|
||||
PKG_VERSION:=1.0.55
|
||||
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:=fae3ba2258e41e17bcb77bbe84d26b2e
|
||||
PKG_MD5SUM:=f01432f4d7c193ac7a868416ace41bad
|
||||
|
||||
UNPACK_CMD=ar -p "$(DL_DIR)/$(PKG_SOURCE)" data.tar.xz | xzcat | tar -C $(1) -xf -
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- a/usr/share/debootstrap/functions
|
||||
+++ b/usr/share/debootstrap/functions
|
||||
@@ -838,8 +838,6 @@ choose_extractor () {
|
||||
@@ -840,8 +840,6 @@ choose_extractor () {
|
||||
|
||||
if [ -n "$EXTRACTOR_OVERRIDE" ]; then
|
||||
extractor="$EXTRACTOR_OVERRIDE"
|
||||
|
Loading…
Reference in New Issue
Block a user