debootstrap: update to 1.0.61.
This commit is contained in:
parent
e3023ae3d6
commit
80062b1a39
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'debootstrap'
|
# Template file for 'debootstrap'
|
||||||
pkgname=debootstrap
|
pkgname=debootstrap
|
||||||
version=1.0.60
|
version=1.0.61
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="wget"
|
depends="wget"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="custom"
|
license="custom"
|
||||||
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
homepage="http://packages.qa.debian.org/d/debootstrap.html"
|
||||||
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb"
|
distfiles="${DEBIAN_SITE}/main/d/${pkgname}/${pkgname}_${version}_all.deb"
|
||||||
checksum=04c70b8390a595fa1c756b82425ecf86a694207120f0a749267f22c6a8f79ea2
|
checksum=ebf5996ce1dfe442f100f7e5afe44848851ae49515b4ac1688498258ab29b8e0
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
ar p ${pkgname}_${version}_all.deb data.tar.xz | tar xJf - -C ${DESTDIR}
|
ar p ${pkgname}_${version}_all.deb data.tar.xz | tar xJf - -C ${DESTDIR}
|
||||||
|
|
Loading…
Reference in a new issue