summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-10-03 21:28:25 +0200
committerJames McMurray2020-10-03 21:28:25 +0200
commita43a495ada1347197346775452ff15765f6748e8 (patch)
tree936d30a73a1496b372d8a0aeb3b4b921e20b38fa
parent2eb00dd7ec820642ba2bae69588d9c4617656f55 (diff)
downloadaur-a43a495ada1347197346775452ff15765f6748e8.tar.gz
v0.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f635cd6ebe9..b2dbded09074 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.4.0
+ pkgver = 0.4.1
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = vopono
optdepends = shadowsocks-libev: for Shadowsocks support (Mullvad)
provides = vopono
conflicts = vopono
- source = vopono-0.4.0.tar.gz::https://github.com/jamesmcm/vopono/archive/0.4.0.tar.gz
- sha256sums = 49f77f4752d9070bde2abc3388179a84317b78b302856ad9aa43c40f1f63d8e4
+ source = vopono-0.4.1.tar.gz::https://github.com/jamesmcm/vopono/archive/0.4.1.tar.gz
+ sha256sums = eabfef5920751e2f8a38051f7d245f0c6c3244edd74ad66ace274100b6b61924
pkgname = vopono
diff --git a/PKGBUILD b/PKGBUILD
index 5656404217eb..fd6171cb700b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James McMurray <jamesmcm03@gmail.com>
pkgname=vopono
-pkgver=0.4.0
+pkgver=0.4.1
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -11,7 +11,7 @@ makedepends=('git' 'rust')
depends=('nftables' 'iptables' 'procps-ng' 'coreutils' 'findutils')
optdepends=('openvpn: for OpenVPN connections' 'wireguard-tools: for Wireguard connections' 'shadowsocks-libev: for Shadowsocks support (Mullvad)')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('49f77f4752d9070bde2abc3388179a84317b78b302856ad9aa43c40f1f63d8e4')
+sha256sums=('eabfef5920751e2f8a38051f7d245f0c6c3244edd74ad66ace274100b6b61924')
provides=('vopono')
conflicts=('vopono')