aboutsummaryrefslogtreecommitdiffstats
path: root/main/debootstrap
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-04-18 06:14:39 +0000
committerCarlo Landmeter <clandmeter@alpinelinux.org>2018-04-19 11:03:29 +0000
commitac3dcea532ff01df1392ff22c9c7b9e12b3d7841 (patch)
tree98e8e7cf0384b48f609e8960ce624bf52f97d6f3 /main/debootstrap
parentb0d86e3afb307013d58a0d1e5a8bf17ccf9baf47 (diff)
downloadaports-ac3dcea532ff01df1392ff22c9c7b9e12b3d7841.tar.bz2
aports-ac3dcea532ff01df1392ff22c9c7b9e12b3d7841.tar.xz
main/debootstrap: upgrade to 1.0.97, clarify license
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 d76562aee0..ae2e90214a 100644
--- a/main/debootstrap/APKBUILD
+++ b/main/debootstrap/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=debootstrap
-pkgver=1.0.96
+pkgver=1.0.97
pkgrel=0
pkgdesc="Debian/Ubuntu bootstrap scripts"
url="https://packages.qa.debian.org/d/debootstrap.html"
arch="noarch"
-license="GPL-2.0"
+license="MIT"
options="!check" # upstream doesn't have a test suite
depends="debian-archive-keyring dpkg tar"
makedepends=""
@@ -21,4 +21,4 @@ package() {
"$pkgdir"/usr/share/man/man8/$pkgname.8
}
-sha512sums="b423503aba5d1faae6ccfb5b5c0a0e19c6f0e2044464f3d32957f2bf8f4dbd98f185f6516a4781f85f000ae63d3472fb91750ca043027f284c08f248bb9d62d1 debootstrap_1.0.96.tar.gz"
+sha512sums="581973e45acb3aec9123b8a6a4b1be23630374442251a26a115ff3b391f778eaa8cd55539cccea3df569e5eac87caeb87026a0548f7630b945f1ff6b3d968fbe debootstrap_1.0.97.tar.gz"