aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-13 14:27:27 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-13 15:19:39 -0300
commitecfada513b18ec7ab686b998eaf03846ca6c0a5e (patch)
tree03fb589cc9681cbebd1913941f182f060977f7d0 /main/debootstrap
parent7f1f1dfa2d6cf039192907e9501c420452decb0b (diff)
downloadaports-ecfada513b18ec7ab686b998eaf03846ca6c0a5e.tar.bz2
aports-ecfada513b18ec7ab686b998eaf03846ca6c0a5e.tar.xz
main/debootstrap: upgrade to 1.0.122
Diffstat (limited to 'main/debootstrap')
-rw-r--r--main/debootstrap/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD
index f9fd411a3d..ba8240745f 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.121
+pkgver=1.0.122
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="https://packages.qa.debian.org/d/debootstrap.html"
@@ -11,6 +11,7 @@ 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/debootstrap/debootstrap_$pkgver.tar.gz"
+builddir="$srcdir/debootstrap"
package() {
make DESTDIR="$pkgdir" install
@@ -18,4 +19,4 @@ package() {
"$pkgdir"/usr/share/man/man8/$pkgname.8
}
-sha512sums="6caf8543becc409b3591c9442aed4faa63b51466c25c53501c90838379f0446568e1e4c14ac06d134afb159745e1909cf0c77ba00207931df999552b0fd1e27f debootstrap_1.0.121.tar.gz"
+sha512sums="3edd4dd2d9606242ae1c81f2c8a20dd30169dbc3efdd6ac869a7eadf90591c01e75ee8263f59a24ef2c6cd892bb8d0be9d0d6c371049efa12ad6b14fadae8aa9 debootstrap_1.0.122.tar.gz"