summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-27 15:36:56 +0200
committerAlexander Kobel2020-05-27 15:36:56 +0200
commit4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc (patch)
treedace7dfa35f31b85541382b8bf8a75c271208663
parent16d0d817d79d7db029895687568e72d97937b034 (diff)
downloadaur-4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc.tar.gz
Update to 0.14.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2b1284c72d8..00c7bb8af655 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
- pkgver = 0.14
- pkgrel = 2
+ pkgver = 0.14.1
+ pkgrel = 1
url = https://github.com/dlenski/vpn-slice
arch = any
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = vpn-slice
depends = bind-tools
depends = iproute2
depends = iptables
- source = https://github.com/dlenski/vpn-slice/archive/v0.14.tar.gz
- md5sums = 5c46a31da3a6080c0182776d54f84128
+ source = https://github.com/dlenski/vpn-slice/archive/v0.14.1.tar.gz
+ md5sums = 993257add043ca962b7fa3ed60444f9c
pkgname = vpn-slice
diff --git a/PKGBUILD b/PKGBUILD
index 1552e70792d8..249436c3fbd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.14
-pkgrel=2
+pkgver=0.14.1
+pkgrel=1
pkgdesc='vpnc-script replacement for easy and secure split-tunnel VPN setup'
arch=('any')
url="https://github.com/dlenski/${pkgname}"
@@ -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=('5c46a31da3a6080c0182776d54f84128')
+md5sums=('993257add043ca962b7fa3ed60444f9c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"