summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-06-12 18:20:12 +0200
committerAlexander Kobel2020-06-12 18:20:12 +0200
commitff3a9a949fedf6a063225fc0e34e76a6b7242797 (patch)
tree0ebeebde2527921d2ccfaadaaa83aaae503f53fd
parent4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc (diff)
downloadaur-ff3a9a949fedf6a063225fc0e34e76a6b7242797.tar.gz
Update to 0.14.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00c7bb8af655..d575d16da42d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
- pkgver = 0.14.1
+ pkgver = 0.14.2
pkgrel = 1
url = https://github.com/dlenski/vpn-slice
arch = any
@@ -12,8 +12,8 @@ pkgbase = vpn-slice
depends = bind-tools
depends = iproute2
depends = iptables
- source = https://github.com/dlenski/vpn-slice/archive/v0.14.1.tar.gz
- md5sums = 993257add043ca962b7fa3ed60444f9c
+ source = https://github.com/dlenski/vpn-slice/archive/v0.14.2.tar.gz
+ md5sums = 0024407583d5f014650410f602709941
pkgname = vpn-slice
diff --git a/PKGBUILD b/PKGBUILD
index 249436c3fbd4..d485a443d09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.14.1
+pkgver=0.14.2
pkgrel=1
pkgdesc='vpnc-script replacement for easy and secure split-tunnel VPN setup'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=(python python-setproctitle python-dnspython bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('993257add043ca962b7fa3ed60444f9c')
+md5sums=('0024407583d5f014650410f602709941')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"