aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-11 01:59:06 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-19 19:05:59 +0000
commitfcae6d9edc28538a9076ace57d7401a4bdeb2153 (patch)
tree073b906b3cd26d6cca73324c9ad9b61edffe6605 /main/debootstrap
parent07f51c5e91d1951db83c0eea2e99febdae2855f4 (diff)
downloadaports-fcae6d9edc28538a9076ace57d7401a4bdeb2153.tar.bz2
aports-fcae6d9edc28538a9076ace57d7401a4bdeb2153.tar.xz
main/debootstrap: upgrade to 1.0.116
Closes !378
Diffstat (limited to 'main/debootstrap')
-rw-r--r--main/debootstrap/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index c30a68b3cf..43314f998e 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.115
+pkgver=1.0.116
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="https://packages.qa.debian.org/d/debootstrap.html"
@@ -10,7 +10,7 @@ license="MIT"
options="!check" # upstream doesn't have a test suite
depends="debian-archive-keyring dpkg tar"
subpackages="$pkgname-doc"
-source="http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz"
+source="http://ftp.debian.org/debian/pool/main/d/debootstrap/debootstrap_$pkgver.tar.gz"
package() {
cd "$builddir"
@@ -19,4 +19,4 @@ package() {
"$pkgdir"/usr/share/man/man8/$pkgname.8
}
-sha512sums="635e4feb1fb2bc247968127dc86bf0956243c8058f99e66ede177da84f0258cfc2de51873f347c099217b07e679527aeac08e7263d31b4112fb0708edb3deeb9 debootstrap_1.0.115.tar.gz"
+sha512sums="59ba44ecfa7c6bc3d81a814fe66a87223fa4bde24bd986f75875fe9077355a5f4268d822347f99402d4146e81b270a06f21111fb977729f4326bb5b8e017583c debootstrap_1.0.116.tar.gz"