summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-02-07 20:04:47 +0100
committerMichel Zou2017-02-07 20:04:47 +0100
commit1b511884414c85c1be13b535f04dabfeb4657c92 (patch)
tree6105e3c60ee1c5b8b3f9b0c155e640dd8e6a72c2
parentfb1a338a5804dbd1f662884e77f964309ef25649 (diff)
downloadaur-1b511884414c85c1be13b535f04dabfeb4657c92.tar.gz
4.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71ca82900297..c93ff71a0e8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Feb 7 19:04:47 UTC 2017
pkgbase = mingw-w64-libtasn1
pkgdesc = The ASN.1 library used in GNUTLS (mingw-w64)
- pkgver = 4.5
+ pkgver = 4.10
pkgrel = 1
url = http://www.gnu.org/software/libtasn1
arch = any
@@ -11,8 +13,8 @@ pkgbase = mingw-w64-libtasn1
options = staticlibs
options = !strip
options = !buildflags
- source = http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.5.tar.gz
- md5sums = 81d272697545e82d39f6bd14854b68f0
+ source = http://ftp.gnu.org/gnu/libtasn1/libtasn1-4.10.tar.gz
+ md5sums = f4faffdf63969d0e4e6df43b9679e8e5
pkgname = mingw-w64-libtasn1
diff --git a/PKGBUILD b/PKGBUILD
index e610e6ad264e..ec8bf2106224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libtasn1
-pkgver=4.5
+pkgver=4.10
pkgrel=1
pkgdesc="The ASN.1 library used in GNUTLS (mingw-w64)"
arch=(any)
@@ -9,7 +9,7 @@ makedepends=(mingw-w64-configure texinfo)
depends=(mingw-w64-crt)
options=(staticlibs !strip !buildflags)
source=("http://ftp.gnu.org/gnu/libtasn1/libtasn1-${pkgver}.tar.gz")
-md5sums=('81d272697545e82d39f6bd14854b68f0')
+md5sums=('f4faffdf63969d0e4e6df43b9679e8e5')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"