diff options
author | André Klitzing <aklitzing@gmail.com> | 2017-05-04 13:31:25 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-05-06 12:50:37 +0200 |
commit | b6c7705e314cef469183fdeb4de975d61e0a7c73 (patch) | |
tree | 1ba5d041f22f9505a724206e386a5a4c75559ed6 /main/debootstrap | |
parent | 2f07ab657603439f6d31a4a7a04593f270364c0b (diff) | |
download | aports-b6c7705e314cef469183fdeb4de975d61e0a7c73.tar.bz2 aports-b6c7705e314cef469183fdeb4de975d61e0a7c73.tar.xz |
main/debootstrap: upgrade to 1.0.90
Diffstat (limited to 'main/debootstrap')
-rw-r--r-- | main/debootstrap/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index 0b08f5c56b..ae4dc6161a 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.89 +pkgver=1.0.90 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" @@ -11,7 +11,7 @@ depends="debian-archive-keyring dpkg tar" makedepends="" subpackages="$pkgname-doc" source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz" -builddir="$srcdir"/$pkgname +builddir="$srcdir"/$pkgname-$pkgver package() { cd "$builddir" @@ -20,4 +20,4 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 || return 1 } -sha512sums="3f230ce3eff6359353d106c806ce395861fb47fc1416eb0b498af7ce12a45ce7572b18284633d6d4d07b73a4a203e03bc205df3eae0db6f637237d25d0a69b1a debootstrap_1.0.89.tar.gz" +sha512sums="f8fc584d08b63f9f3fe1120b7b7ca41ef4acab4201ded08a45d7d5c1e4be67ff365840fbb65dad97c0798fd3d565148df2c465bc4cd3f62c0b31226dd1b2575d debootstrap_1.0.90.tar.gz" |