summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanislaw Datskevich2016-11-03 16:06:18 +0200
committerStanislaw Datskevich2016-11-03 16:06:18 +0200
commit389248ab899dc40284f0e0686ba9124c891a5abc (patch)
treec455d63aa42b60ed79e7a217cfce8df5d01d441a
parent15d7b38f65f91c6c2caaca5a2d9ec6ae381399af (diff)
downloadaur-389248ab899dc40284f0e0686ba9124c891a5abc.tar.gz
Bumped version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0548495cb18..da00edb10636 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-pkcs11
pkgdesc = An easy-to-use, robust, and highly configurable VPN (Virtual Private Network) with smartcard support
- pkgver = 2.3.12
+ pkgver = 2.3.13
pkgrel = 1
url = http://openvpn.net/index.php/open-source.html
install = openvpn.install
@@ -12,7 +12,7 @@ pkgbase = openvpn-pkcs11
depends = iproute2
depends = pkcs11-helper
source = http://swupdate.openvpn.net/community/releases/openvpn-2.3.12.tar.gz
- sha256sums = f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff
+ sha256sums = 0e017211bf2a0607b1dda5e8e3f710b4c54aa5a63e1f89a8b17054abee20fa86
pkgname = openvpn-pkcs11
diff --git a/PKGBUILD b/PKGBUILD
index 975607e6b3b8..1b1832e1c132 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Thomas Bächler <thomas@archlinux.org>
pkgname=openvpn-pkcs11
-pkgver=2.3.12
+pkgver=2.3.13
pkgrel=1
pkgdesc="An easy-to-use, robust, and highly configurable VPN (Virtual Private Network) with smartcard support"
arch=(i686 x86_64)
@@ -13,7 +13,7 @@ conflicts=("${pkgname/-pkcs11}")
provides=("${pkgname/-pkcs11}=${pkgver}-${pkgrel}")
install=openvpn.install
source=(http://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz)
-sha256sums=('f5d39b8c55f75b0aab943059b20571452b494146d997b12d48ce9bd753c01cff')
+sha256sums=('0e017211bf2a0607b1dda5e8e3f710b4c54aa5a63e1f89a8b17054abee20fa86')
build() {
cd "${srcdir}"/openvpn-$pkgver