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 35e4f2e908..b4bc24f216 100644 --- a/extra/libtasn1/APKBUILD +++ b/extra/libtasn1/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libtasn1 -pkgver=1.8 +pkgver=2.0 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="6b87c159e7dcb6e58204cce1edb0fecc libtasn1-1.8.tar.gz" +md5sums="e9b1462f04b2586b03905b0ed9528261 libtasn1-2.0.tar.gz" |