diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-07-08 06:37:56 -0300 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-07-15 20:59:03 +0200 |
commit | ba1c433ff55147c1ca5ce71d47e5c573dc007a47 (patch) | |
tree | fb8729c24be7da42b4fe9e94c723cb25df1924d2 /main/debootstrap | |
parent | a1ba1d58e308ea693565897b08b738e3d95e547a (diff) | |
download | aports-ba1c433ff55147c1ca5ce71d47e5c573dc007a47.tar.bz2 aports-ba1c433ff55147c1ca5ce71d47e5c573dc007a47.tar.xz |
main/debootstrap: upgrade to 1.0.115
Diffstat (limited to 'main/debootstrap')
-rw-r--r-- | main/debootstrap/APKBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index b975b0db70..c30a68b3cf 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.114 +pkgver=1.0.115 pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="https://packages.qa.debian.org/d/debootstrap.html" @@ -9,10 +9,8 @@ arch="noarch" license="MIT" options="!check" # upstream doesn't have a test suite depends="debian-archive-keyring dpkg tar" -makedepends="" subpackages="$pkgname-doc" source="http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz" -builddir="$srcdir"/$pkgname package() { cd "$builddir" @@ -21,4 +19,4 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 } -sha512sums="3eb6c3d50a403c6edde229a2da3840117f603e3e9c211f89c8b1aa759bdcf8001b5f115ddcd345601087886b6ee838972f377f3f244cf26879ca87445d2a895a debootstrap_1.0.114.tar.gz" +sha512sums="635e4feb1fb2bc247968127dc86bf0956243c8058f99e66ede177da84f0258cfc2de51873f347c099217b07e679527aeac08e7263d31b4112fb0708edb3deeb9 debootstrap_1.0.115.tar.gz" |