summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2019-08-05 22:08:54 +0200
committerAlexander Kobel2019-08-05 22:08:54 +0200
commit3002540b782e2a81fc5eb892b3914a5ea8d6d5e5 (patch)
treeca0f6b3b0fef36871306a61843cdef716eac9e4f /PKGBUILD
parent0e349a02f17c0dcf31939973fc2dc04f9d945717 (diff)
downloadaur-3002540b782e2a81fc5eb892b3914a5ea8d6d5e5.tar.gz
v0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3dd5251d1c8..74cdf5152064 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.4.2
+pkgver=0.9.1
pkgrel=1
pkgdesc='vpnc-script replacement for easy and secure split-tunnel VPN setup'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=(python bind-tools iproute2 iptables)
makedepends=(python-setuptools)
source=("${url}/archive/v${pkgver}.tar.gz")
-md5sums=('744b82c39da9262ee9d99445b3dbccea')
+md5sums=('74888f4e5f05a470337b90584ff1c01f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"