summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGomasy2018-07-06 15:34:27 +0900
committerGomasy2018-07-06 15:34:27 +0900
commit6e5c93c038f1c22f2ada21ed3a2e49a201a0732b (patch)
tree6ad13a2a9c791ce0b54e09e217b9f3c36d2bff86
parent549244602f832a14eb0c29f209511d6b75ac676a (diff)
downloadaur-6e5c93c038f1c22f2ada21ed3a2e49a201a0732b.tar.gz
Bump to 3.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ab8fd6e3e1e..863e709e3d0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libreswan
pkgdesc = IPsec implementation with IKEv1 and IKEv2 keying protocols
- pkgver = 3.23
+ pkgver = 3.25
pkgrel = 1
url = https://libreswan.org/
arch = i686
@@ -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.23.tar.gz
+ source = https://download.libreswan.org/libreswan-3.25.tar.gz
source = tmpfiles.conf
- md5sums = ad6e6715cd01c143a4501f933c044a88
+ md5sums = a182a0881eec9a298aaf45cce618ef97
md5sums = 77399a739ee99f8bc54837684d7c39d5
pkgname = libreswan
diff --git a/PKGBUILD b/PKGBUILD
index 1843ea68f681..4396e9ff19ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# (Co-)Maintainer: Patrick Burroughs (Celti) <celti@celti.name>
pkgname=libreswan
-pkgver=3.23
+pkgver=3.25
pkgrel=1
pkgdesc="IPsec implementation with IKEv1 and IKEv2 keying protocols"
arch=('i686' 'x86_64')
@@ -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=('ad6e6715cd01c143a4501f933c044a88'
+md5sums=('a182a0881eec9a298aaf45cce618ef97'
'77399a739ee99f8bc54837684d7c39d5')
build() {