summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandria Pettit2019-10-07 21:25:59 -0700
committerAlexandria Pettit2019-10-07 21:25:59 -0700
commit119396a3a3763b7bcf2fa30d50000ff83181e54e (patch)
tree829360445c7b392b4528e26225e06f83840417f1
parent21a0b58fcaaf4d2baf66252f29bd3a3e57e4d535 (diff)
downloadaur-119396a3a3763b7bcf2fa30d50000ff83181e54e.tar.gz
updated!
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d301bad1b5..0475d4cdf8e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openvpn-rrf
pkgdesc = OpenVPN with my "Recursive Routing Fix" patch installed.
- pkgver = 2.4.6
+ pkgver = 2.4.7
pkgrel = 1
url = http://openvpn.net/index.php/open-source.html
arch = x86_64
@@ -15,11 +15,11 @@ pkgbase = openvpn-rrf
optdepends = easy-rsa: easy CA and certificate handling
optdepends = pam: authenticate via PAM
provides = openvpn
- source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.6.tar.gz
- source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.6.tar.gz.asc
+ source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.7.tar.gz
+ source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.7.tar.gz.asc
source = recursive-routing-fix.patch
validpgpkeys = F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7
- sha256sums = 738dbd37fcf8eb9382c53628db22258c41ba9550165519d9200e8bebaef4cbe2
+ sha256sums = 73dce542ed3d6f0553674f49025dfbdff18348eb8a25e6215135d686b165423c
sha256sums = SKIP
sha256sums = 1570ac6306de32958e7e3c6a69517a4b1fc80135201534890a66e75e780e4dd5
diff --git a/PKGBUILD b/PKGBUILD
index 03a061df8fe6..4745290255a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributer: Christian Hesse <mail@eworm.de>
pkgname=openvpn-rrf
-pkgver=2.4.6
+pkgver=2.4.7
pkgrel=1
pkgdesc='OpenVPN with my "Recursive Routing Fix" patch installed.'
arch=('x86_64')
@@ -15,7 +15,7 @@ provides=('openvpn')
license=('custom')
validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security Mailing List <security@openvpn.net>
source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.gz"{,.asc} "recursive-routing-fix.patch")
-sha256sums=('738dbd37fcf8eb9382c53628db22258c41ba9550165519d9200e8bebaef4cbe2'
+sha256sums=('73dce542ed3d6f0553674f49025dfbdff18348eb8a25e6215135d686b165423c'
'SKIP'
'1570ac6306de32958e7e3c6a69517a4b1fc80135201534890a66e75e780e4dd5')