summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-26 23:29:53 +0200
committerAlexander Kobel2020-05-26 23:29:53 +0200
commitae586b2410c4cf3ec47fa329138499298244c331 (patch)
tree2643d41f7d3fba61a8aa606ae2bef0f61ba1b497
parent11e577503398ae72190a35f548db93b15fef8438 (diff)
downloadaur-ae586b2410c4cf3ec47fa329138499298244c331.tar.gz
Update to 0.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb83e2ca3806..bebbde065a87 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.13
+ pkgver = 0.14
pkgrel = 1
url = https://github.com/dlenski/vpn-slice
arch = any
@@ -11,8 +11,8 @@ pkgbase = vpn-slice
depends = bind-tools
depends = iproute2
depends = iptables
- source = https://github.com/dlenski/vpn-slice/archive/v0.13.tar.gz
- md5sums = b65cd963624611f13ffd290651dd2651
+ source = https://github.com/dlenski/vpn-slice/archive/v0.14.tar.gz
+ md5sums = 5c46a31da3a6080c0182776d54f84128
pkgname = vpn-slice
diff --git a/PKGBUILD b/PKGBUILD
index 7daaee7285d9..75b745cc9715 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.13
+pkgver=0.14
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 bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('b65cd963624611f13ffd290651dd2651')
+md5sums=('5c46a31da3a6080c0182776d54f84128')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"