summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicola Murino2017-09-26 19:29:27 +0200
committerNicola Murino2017-09-26 19:29:27 +0200
commit3be4dbf0aa53c3aeab17ae9565de2ca127de35a8 (patch)
treec454cf4fd169da32530fca059ec230f03c2ac74a
parent61a044c97618f661d5b72af8e7c6ea7e7ad7ecae (diff)
downloadaur-3be4dbf0aa53c3aeab17ae9565de2ca127de35a8.tar.gz
Update to 2.4.4-1
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD16
2 files changed, 13 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fafd5ba947f2..2973134bebe0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 22 18:44:56 UTC 2017
+# Tue Sep 26 17:27:49 UTC 2017
pkgbase = openvpn-openssl-1.0
pkgdesc = An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)
- pkgver = 2.4.3
- pkgrel = 2
+ pkgver = 2.4.4
+ pkgrel = 1
url = http://openvpn.net/index.php/open-source.html
arch = i686
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = openvpn-openssl-1.0
optdepends = easy-rsa: easy CA and certificate handling
provides = openvpn
conflicts = openvpn
- source = http://www.eurephia.net/openvpn/openvpn-2.4.3.tar.xz
- source = http://community.openvpn.net/openvpn/raw-attachment/wiki/release-packages-2.4.3-2.3.17/openvpn-2.4.3.tar.xz.asc
- sha256sums = 7aa86167a5b8923e54e8795b814ed77288c793671f59fd830d9ab76d4b480571
- sha256sums = 9f5f089f4a4b3e270ddb53cb0b689f4c0bad89d7e2ee08a1d4666e7ab869f210
+ source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.4.tar.xz
+ source = https://swupdate.openvpn.net/community/releases/openvpn-2.4.4.tar.xz.asc
+ sha256sums = 96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80
+ sha256sums = SKIP
pkgname = openvpn-openssl-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 74a9ebef83fa..fb18b74a499a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=openvpn-openssl-1.0
_pkgname=openvpn
-pkgver=2.4.3
-pkgrel=2
+pkgver=2.4.4
+pkgrel=1
pkgdesc='An easy-to-use, robust and highly configurable VPN (Virtual Private Network) (build against openssl-1.0)'
arch=('i686' 'x86_64')
url='http://openvpn.net/index.php/open-source.html'
@@ -13,15 +13,11 @@ conflicts=('openvpn')
provides=('openvpn')
optdepends=('easy-rsa: easy CA and certificate handling')
makedepends=('systemd')
-validpgpkeys=('6D04F8F1B0173111F499795E29584D9F40864578' # Samuli Seppänen <samuli@openvpn.net>
- '7ACD56B74144925C6214329757DB9DAB613B8DA1' # David Sommerseth (OpenVPN Technologies, Inc) <davids@openvpn.net>
- 'F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security Mailing List <security@openvpn.net>
license=('custom')
-source=("http://www.eurephia.net/openvpn/openvpn-${pkgver}.tar.xz"
- "http://community.openvpn.net/openvpn/raw-attachment/wiki/release-packages-2.4.3-2.3.17/openvpn-${pkgver}.tar.xz.asc")
-sha256sums=('7aa86167a5b8923e54e8795b814ed77288c793671f59fd830d9ab76d4b480571'
- '9f5f089f4a4b3e270ddb53cb0b689f4c0bad89d7e2ee08a1d4666e7ab869f210')
-
+validpgpkeys=('F554A3687412CFFEBDEFE0A312F5F7B42F2B01E7') # OpenVPN - Security Mailing List <security@openvpn.net>
+source=("https://swupdate.openvpn.net/community/releases/openvpn-${pkgver}.tar.xz"{,.asc})
+sha256sums=('96cd1b8fe1e8cb2920f07c3fd3985faea756e16fdeebd11d3e146d5bd2b04a80'
+ 'SKIP')
build() {
cd "${srcdir}"/${_pkgname}-${pkgver}