[PATCH] debootstrap upgrade
Upgrade debootstrap package. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > git-svn-id: svn://svn.openwrt.org/openwrt/packages@25923 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
36ac8fb13d
commit
415c2e382b
@ -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 - )
|
||||
|
Loading…
x
Reference in New Issue
Block a user