summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2020-05-26 23:29:53 +0200
committerAlexander Kobel2020-05-26 23:29:53 +0200
commitae586b2410c4cf3ec47fa329138499298244c331 (patch)
tree2643d41f7d3fba61a8aa606ae2bef0f61ba1b497 /PKGBUILD
parent11e577503398ae72190a35f548db93b15fef8438 (diff)
downloadaur-ae586b2410c4cf3ec47fa329138499298244c331.tar.gz
Update to 0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"