diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-02 17:01:05 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-02 17:02:34 +0200 |
commit | f2e582d5bb68f423bad2aaec504d57d7dfed52c6 (patch) | |
tree | 01ab0c60fda5186c47436b5c4806e55eb8c15096 /main/libbsd | |
parent | a75cbb3ee4d83ed12ae0e03a8e07cad23bf6e084 (diff) | |
download | aports-f2e582d5bb68f423bad2aaec504d57d7dfed52c6.tar.bz2 aports-f2e582d5bb68f423bad2aaec504d57d7dfed52c6.tar.xz |
main/libbsd: upgrade to 0.6.0
Diffstat (limited to 'main/libbsd')
-rw-r--r-- | main/libbsd/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/libbsd/APKBUILD b/main/libbsd/APKBUILD index 1499eb93d4..08228e9540 100644 --- a/main/libbsd/APKBUILD +++ b/main/libbsd/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=libbsd -pkgver=0.4.2 +pkgver=0.6.0 pkgrel=0 pkgdesc="commonly-used BSD functions not implemented by all libcs" url="http://libbsd.freedesktop.org/" @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev" install="" subpackages="$pkgname-dev $pkgname-doc" -source="http://libbsd.freedesktop.org/releases/libbsd-$pkgver.tar.gz" +source="http://libbsd.freedesktop.org/releases/libbsd-$pkgver.tar.xz" _builddir="$srcdir"/libbsd-$pkgver prepare() { @@ -45,6 +45,6 @@ package() { rm -f "$pkgdir"/usr/lib/*.la } -md5sums="591fc9de4ca22f78cf87a94e648a92f4 libbsd-0.4.2.tar.gz" -sha256sums="922b4885e0ccfd64b92fcacdb3fba18024fcab1e0c1b073f5ec0fe76388cbfdc libbsd-0.4.2.tar.gz" -sha512sums="973d07b39040d9a0f3ee6b347c23a7a2dee0ec9490532909e8e815679d4bbe6d2f8caedc6f84162cf684bef3819a5ad5883f41e64675c9fb7d8be4db0aa1e619 libbsd-0.4.2.tar.gz" +md5sums="f6c75f0a9818e323a589bcbd560a0eb4 libbsd-0.6.0.tar.xz" +sha256sums="9e8f34ffa9c8579c87965a55a82d8ac37a1dc64858f717b7c49452ade277cc62 libbsd-0.6.0.tar.xz" +sha512sums="d750ead28e76938ab8d9c5575c1c87bcf275754f9f82b19d647f522bfaf07e5a85dc47ed5faae093994e5456be806fdebb55eeeed74efff3c950dfb6142e2b5c libbsd-0.6.0.tar.xz" |