summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2020-11-25 19:34:31 +0100
committerAlexander Kobel2020-11-25 19:34:31 +0100
commit38f3ca8fde9f25fa8d13b83398cc3dff19a29bde (patch)
treefd1e943bbc97abe20499841f78a66310d77ac440
parentff3a9a949fedf6a063225fc0e34e76a6b7242797 (diff)
downloadaur-38f3ca8fde9f25fa8d13b83398cc3dff19a29bde.tar.gz
Update to v0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d575d16da42d..8cdbaf89cef1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vpn-slice
pkgdesc = vpnc-script replacement for easy and secure split-tunnel VPN setup
- pkgver = 0.14.2
+ pkgver = 0.15
pkgrel = 1
url = https://github.com/dlenski/vpn-slice
arch = any
@@ -12,8 +12,8 @@ pkgbase = vpn-slice
depends = bind-tools
depends = iproute2
depends = iptables
- source = https://github.com/dlenski/vpn-slice/archive/v0.14.2.tar.gz
- md5sums = 0024407583d5f014650410f602709941
+ source = https://github.com/dlenski/vpn-slice/archive/v0.15.tar.gz
+ md5sums = a64e87e93a5021df84064d24cab175df
pkgname = vpn-slice
diff --git a/PKGBUILD b/PKGBUILD
index d485a443d09a..c67c8bb619c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Kobel <a-kobel@a-kobel.de>
pkgname=vpn-slice
-pkgver=0.14.2
+pkgver=0.15
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=('0024407583d5f014650410f602709941')
+md5sums=('a64e87e93a5021df84064d24cab175df')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"