diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-11-09 11:07:29 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-10 07:42:13 +0000 |
commit | 1afadb31117e61ad1d4c83a49367d81bff685a98 (patch) | |
tree | 7210d9f0e080e17fb88614d89112fece09d61e41 /main/debootstrap | |
parent | 1e278fe4418cbf383b50b42058d18f83cb24bf21 (diff) | |
download | aports-1afadb31117e61ad1d4c83a49367d81bff685a98.tar.bz2 aports-1afadb31117e61ad1d4c83a49367d81bff685a98.tar.xz |
main/debootstrap: upgrade to 1.0.74
Also depend on debian-archive-keyring therefore enabling signature
verification of the downloaded packages. Without this you will always
get a warning when trying to install a package inside the chroot using
apt.
Diffstat (limited to 'main/debootstrap')
-rw-r--r-- | main/debootstrap/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/main/debootstrap/APKBUILD b/main/debootstrap/APKBUILD index c83dca4fed..45aa7b5d34 100644 --- a/main/debootstrap/APKBUILD +++ b/main/debootstrap/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=debootstrap -pkgver=1.0.72 -pkgrel=2 +pkgver=1.0.74 +pkgrel=0 pkgdesc="Debian/Ubuntu bootstrap scripts" url="http://packages.qa.debian.org/d/debootstrap.html" arch="noarch" license="GPL2" -depends="dpkg tar" +depends="debian-archive-keyring dpkg tar" makedepends="" install="" subpackages="$pkgname-doc" -source="http://ftp.de.debian.org/debian/pool/main/d/$pkgname/${pkgname}_${pkgver}.tar.gz +source="ftp://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}.tar.gz makedev.sh" _builddir="$srcdir"/$pkgname-$pkgver @@ -29,9 +29,9 @@ package() { "$pkgdir"/usr/share/man/man8/$pkgname.8 || return 1 } -md5sums="0cacf6e3bd8b566e921d2a326d6fd2bd debootstrap_1.0.72.tar.gz +md5sums="4a5c047251a467033ad2fe0415513b14 debootstrap_1.0.74.tar.gz ef5038e52173de7a18c37a0925ccf383 makedev.sh" -sha256sums="90f4cf1390326f020b9192b6a45ba1d323fffab9c22c6f62451780e6f5482f8d debootstrap_1.0.72.tar.gz +sha256sums="ae1d1a8d6212f7721be489608230a185721b798d114f8c56b67c4a5e123586bf debootstrap_1.0.74.tar.gz 3f26318b59c7697205285d04eb68a4c65905faedd7bbcb4e53e803f9ea8e5c97 makedev.sh" -sha512sums="b8f186b13f66789e96f775337d06821cfb464e35dd661a2bff1420bfb1254cf85ce9eb46be1a27dad7a462628e441cbfcdfffaf12ee5a394d15c248882295848 debootstrap_1.0.72.tar.gz +sha512sums="19c2cbbe66eafab73715f0449d84a689f8f1c766ecb14496e6eb77d792a7950d181d2e1bf9b07c8b27d692f94b8e247174d0a04200fb0404a9f3b17d7a898b83 debootstrap_1.0.74.tar.gz 71f1dfe7d785cf5f4b2db7e4de01b5e542b33a1a49194a53665d4d68b5de47fc3c5b37ad2d1a7c37fb14d10c6758fa2fb043bd68a6fbb8b9dba90fb071a9db9c makedev.sh" |