diff options
-rw-r--r-- | extra/libtasn1/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/libtasn1/APKBUILD b/extra/libtasn1/APKBUILD index b4bc24f216..c4148df925 100644 --- a/extra/libtasn1/APKBUILD +++ b/extra/libtasn1/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtasn1 -pkgver=2.0 +pkgver=2.1 pkgrel=0 pkgdesc="The ASN.1 library used in GNUTLS" url="http://www.gnu.org/software/gnutls/" @@ -17,4 +17,4 @@ build() { make || return 1 make DESTDIR="$pkgdir" install || return 1 } -md5sums="e9b1462f04b2586b03905b0ed9528261 libtasn1-2.0.tar.gz" +md5sums="9c6869cca08b7392415c7939ffd2bbae libtasn1-2.1.tar.gz" |