diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 12:37:25 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-04-29 12:37:25 +0000 |
commit | f08cee17e0e56a4fd0cdbb5fc9b59b578eef080e (patch) | |
tree | ecbfdb1b14d15abbcb5467990ef5ae5ea52d7708 /main/debootstrap/APKBUILD | |
parent | 1e5a54a6e402c8867d2aabae4b46bada3759fb91 (diff) | |
download | aports-f08cee17e0e56a4fd0cdbb5fc9b59b578eef080e.tar.bz2 aports-f08cee17e0e56a4fd0cdbb5fc9b59b578eef080e.tar.xz |
main/debootstrap: upgrade to 1.0.67
Diffstat (limited to 'main/debootstrap/APKBUILD')
-rw-r--r-- | main/debootstrap/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index 27c4dac3c3..b571039b67 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,13 +1,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.64 +pkgver=1.0.67 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" arch="all" license="GPL-2" depends="dpkg tar" -source="http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.xz +source="http://ftp.de.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.gz pkgdetails.c" _builddir="$srcdir"/debootstrap-$pkgver @@ -42,9 +42,9 @@ package() { make DESTDIR="$pkgdir" install || return install -Dm755 pkgdetails "$pkgdir"/usr/lib/debootstrap/pkgdetails } -md5sums="536b1c6e53f65b9c0411a39a46d4b2cd debootstrap_1.0.64.tar.xz +md5sums="eacabfe2e45415af60b1d74c3a23418a debootstrap_1.0.67.tar.gz 66b6fb6d862ba4886701c9b056088479 pkgdetails.c" -sha256sums="a84d896f1a1db5136ca100c26aab23dcc713745737fe730c0cefac87df7b2d7b debootstrap_1.0.64.tar.xz +sha256sums="0a12e0a2bbff185d47711a716b1f2734856100e8784361203e834fed0cffa51b debootstrap_1.0.67.tar.gz 1cf1644e8400693fd41d378f972c15fa7b32f3282117ea967c995705256a84d6 pkgdetails.c" -sha512sums="ec548947cb6ad85b81b7b94a43d53d50c4f564f90437256aec8f448d01fda5042b84f81c6c15e5d9cbc912219546dac1e71ae1804e51b70443f102739cb72590 debootstrap_1.0.64.tar.xz +sha512sums="751cfabdcefa6de099f12377f4e5ac611d97952197040c8d194abc0ac8f3abd59c21110828592bfa2c7a92299db57fe8c6ee0991e11894470f444a71cfd25151 debootstrap_1.0.67.tar.gz 432313c8aef4974f21cb81b48d9f1c319692325f24a456e460e6f92c6a15ade7f29dfee4bf2ab3664c90b09d1f16e46cb8dd898ebd317f2547e63a64a773d971 pkgdetails.c" |