diff options
author | Pedro Filipe <pedrofilipecerqueira@outlook.com> | 2018-09-29 00:50:55 -0300 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2018-10-03 11:47:36 +0000 |
commit | 3018a6b879c51d7823b4dcf6f5ffe7f9d3b34412 (patch) | |
tree | 0446c4e86a5f724d72c5920fc9a11b453b658cf8 /community/libnsl/APKBUILD | |
parent | 5aaaee6db62ef3001e54d2f4cb83c337aa287cb0 (diff) | |
download | aports-3018a6b879c51d7823b4dcf6f5ffe7f9d3b34412.tar.bz2 aports-3018a6b879c51d7823b4dcf6f5ffe7f9d3b34412.tar.xz |
community/libnsl: upgrade to 1.2.0
Diffstat (limited to 'community/libnsl/APKBUILD')
-rw-r--r-- | community/libnsl/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/libnsl/APKBUILD b/community/libnsl/APKBUILD index 9e4c52952f..664e326047 100644 --- a/community/libnsl/APKBUILD +++ b/community/libnsl/APKBUILD @@ -1,19 +1,19 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Valery Kartel <valery.kartel@gmail.com> pkgname=libnsl -pkgver=1.0.5 -pkgrel=2 +pkgver=1.2.0 +pkgrel=0 pkgdesc="Public client interface for NIS(YP) and NIS+ in a IPv6 ready version" url="https://github.com/thkukuk/libnsl" arch="all" license="LGPL-2.0-or-later" makedepends="autoconf automake libtool libc-dev gettext-dev libtirpc-dev file" subpackages="$pkgname-dev" -source="https://github.com/thkukuk/$pkgname/archive/$pkgname-$pkgver.tar.gz +source="$pkgname-$pkgver.tar.gz::https://github.com/thkukuk/$pkgname/archive/v$pkgver.tar.gz nis_h.patch cdefs.patch " -builddir="$srcdir/$pkgname-$pkgname-$pkgver" +builddir="$srcdir/$pkgname-$pkgver" check() { cd "$builddir" @@ -40,6 +40,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="ce0423042d372a9f800738480d222164e7ad2e09c9efa80d4845b9a06b78f478c395a65a4c175dd708d01f0bb9be9514526c44df48990221fd6d28c785767c49 libnsl-1.0.5.tar.gz -6c555a8efab74eb55e0aaa2bef97d8ab14e382afaec59b99b47ff6f9abf4d33881f20543f88d41beabddfe934c368c4340c7254354fa9680120c0cc021df3468 nis_h.patch -a0a761a50d611207cae4ad8e46b5b61fed498fe8c094841de99a550b43a0f95febcbccfafcd9568622abeb6e822f4bd9a21ecb261cb86fd8f4e601ce60749a9d cdefs.patch" +sha512sums="30115aa679a04ad01f55cff9dd1890b4c41c730a9bac2adab5add9ae03a0b4687c5f4b6e3b8652ecbb074eefac8faee3f1f13ea60d42cf4432db8a575ca72cd8 libnsl-1.2.0.tar.gz +bd120e3f8753c716c78484a9804a6314e6335bb1196cd4d456080eeee0b964a856f573885eff318725d1f0fab6a0092645e60a19602bf3f83983d53a0ee3c303 nis_h.patch +d50a072d8bd42822d2c9c7e99d29e3a93e1df16a77ce46355b3e73268999e7b0cac6d39f214a28a81ac793a1fd672a39bf9fbdc9acc9a49760ab101d27c0eefc cdefs.patch" |