summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-27 15:36:56 +0200
committerAlexander Kobel2020-05-27 15:36:56 +0200
commit4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc (patch)
treedace7dfa35f31b85541382b8bf8a75c271208663 /PKGBUILD
parent16d0d817d79d7db029895687568e72d97937b034 (diff)
downloadaur-4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc.tar.gz
Update to 0.14.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"