summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"