summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2018-10-06 14:28:58 +0900
committerGomasy2018-10-06 14:28:58 +0900
commit2d210831e1c9ad999e6ae0c372668832e494e4fa (patch)
tree90cbc37227dcc360baa17ebdbe743cb98c0f639f
parentccc00a3081436e444ff05ea7a023ec4d5ee915c2 (diff)
downloadaur-2d210831e1c9ad999e6ae0c372668832e494e4fa.tar.gz
Bump to 3.2.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bea437f9815..d2269a706877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.25
- pkgrel = 2
+ pkgver = 3.26
+ pkgrel = 1
url = https://libreswan.org/
arch = i686
arch = x86_64
@@ -23,9 +23,9 @@ pkgbase = libreswan
backup = etc/ipsec.conf
backup = etc/ipsec.secrets
backup = etc/pam.d/pluto
- source = https://download.libreswan.org/libreswan-3.25.tar.gz
+ source = https://download.libreswan.org/libreswan-3.26.tar.gz
source = tmpfiles.conf
- md5sums = a182a0881eec9a298aaf45cce618ef97
+ md5sums = 941cdac614cd6450f9e20820fe22c5fc
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index 35785dc16970..0af165d36ad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# (Co-)Maintainer: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.25
-pkgrel=2
+pkgver=3.26
+pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
url="https://libreswan.org/"
@@ -15,7 +15,7 @@ conflicts=('freeswan' 'openswan' 'strongswan' 'ipsec-tools')
backup=('etc/ipsec.conf' 'etc/ipsec.secrets' 'etc/pam.d/pluto')
source=(https://download.libreswan.org/${pkgname}-${pkgver}.tar.gz
tmpfiles.conf)
-md5sums=('a182a0881eec9a298aaf45cce618ef97'
+md5sums=('941cdac614cd6450f9e20820fe22c5fc'
'77399a739ee99f8bc54837684d7c39d5')
build() {