diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-12-01 20:50:02 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-12-01 20:50:08 +0100 |
commit | cc84de68a9b7721ff20157797437fb9f7f1b796f (patch) | |
tree | e782a695903a22c193891993caf863c49870e296 /main/libtasn1 | |
parent | 0a3456d953097e67c7b2f3fffee78483942b4d9e (diff) | |
download | aports-cc84de68a9b7721ff20157797437fb9f7f1b796f.tar.bz2 aports-cc84de68a9b7721ff20157797437fb9f7f1b796f.tar.xz |
main/libtasn1: upgrade to 3.4
Diffstat (limited to 'main/libtasn1')
-rw-r--r-- | main/libtasn1/APKBUILD | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/main/libtasn1/APKBUILD b/main/libtasn1/APKBUILD index 2fc08e73da..d0949fab84 100644 --- a/main/libtasn1/APKBUILD +++ b/main/libtasn1/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtasn1 -pkgver=3.3 +pkgver=3.4 pkgrel=0 pkgdesc="The ASN.1 library used in GNUTLS" url="http://www.gnu.org/software/gnutls/" @@ -14,11 +14,6 @@ source="ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$pkgname-$pkgver -prepare() { - cd "$_builddir" - update_config_sub || return 1 -} - build() { cd "$_builddir" ./configure \ @@ -34,6 +29,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="2bdd687f487c50a0382b99553866a6e0 libtasn1-3.3.tar.gz" -sha256sums="92652a2cd10f63c56984b5e5cee46ecadf2292e2262fff99278f7ee46ff93ac0 libtasn1-3.3.tar.gz" -sha512sums="f2d73fcaf2c2a546e775fff3d9f60db89da9dd192185559077317069ec9f162fcc954a6fb89a7cf996dc1c475b499914da6ffff5b66415befc667c3915f6f578 libtasn1-3.3.tar.gz" +md5sums="21ec021c534b0f30b2834ce233c70f15 libtasn1-3.4.tar.gz" +sha256sums="f353507a458fe2372b791016a056c95946eebfc7256b49013851f134a5e6acc8 libtasn1-3.4.tar.gz" +sha512sums="2f06291b811e9415e7906b9b7c7d82fd5543c5bfce591093f6c44b59ee58deb8f78c7d1a025b9d08cffc87e98d15b3dac08872d6becf6734b0958631d51db14e libtasn1-3.4.tar.gz" |