summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2020-06-12 18:20:12 +0200
committerAlexander Kobel2020-06-12 18:20:12 +0200
commitff3a9a949fedf6a063225fc0e34e76a6b7242797 (patch)
tree0ebeebde2527921d2ccfaadaaa83aaae503f53fd /PKGBUILD
parent4d8bc23fcff2a5adc3e5387818632afdf0e1a5cc (diff)
downloadaur-ff3a9a949fedf6a063225fc0e34e76a6b7242797.tar.gz
Update to 0.14.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 249436c3fbd4..d485a443d09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.14.1
+pkgver=0.14.2
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 python-dnspython bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('993257add043ca962b7fa3ed60444f9c')
+md5sums=('0024407583d5f014650410f602709941')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"