summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-08-09 14:35:50 +0200
committerJames McMurray2020-08-09 14:35:50 +0200
commitd58c9bf5101464f52a8ec0e242c84c728f6a853d (patch)
tree241d8e75434fba79dac5f36d8dbf2d6259b588c7
parent587fdb142e411ebae55285d4573d39f91f9db4b7 (diff)
downloadaur-d58c9bf5101464f52a8ec0e242c84c728f6a853d.tar.gz
Update to v0.3.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55d64bde2457..40bed31ecd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.2.1
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
@@ -14,11 +14,12 @@ pkgbase = vopono-bin
depends = findutils
optdepends = openvpn: for OpenVPN connections
optdepends = wireguard-tools: for Wireguard connections
+ optdepends = shadowsocks-libev: for Shadowsocks support (Mullvad)
provides = vopono
conflicts = vopono
noextract = vopono
- source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.2.1/vopono_0.2.1_linux_x86-64_musl
- sha256sums = cd2e8e8fa53802f3a419b12c8121384604c616c40b81c06a97b72e3c35696ae1
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.3.1/vopono_0.3.1_linux_x86-64_musl
+ sha256sums = 18ef6d90f7b7d0f937862048d33589a8ed240e90e81588f7a95c5e3b08542f41
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 56b1f68eccdc..8920df6cf66d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.2.1
+pkgver=0.3.1
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -10,10 +10,10 @@ url='https://github.com/jamesmcm/vopono'
license=('GPL3')
makedepends=('git' 'rust')
depends=('nftables' 'iptables' 'procps-ng' 'coreutils' 'findutils')
-optdepends=('openvpn: for OpenVPN connections' 'wireguard-tools: for Wireguard connections')
+optdepends=('openvpn: for OpenVPN connections' 'wireguard-tools: for Wireguard connections' 'shadowsocks-libev: for Shadowsocks support (Mullvad)')
source=("${_pkgname}::${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}_linux_x86-64_musl")
noextract=("${_pkgname}")
-sha256sums=('cd2e8e8fa53802f3a419b12c8121384604c616c40b81c06a97b72e3c35696ae1')
+sha256sums=('18ef6d90f7b7d0f937862048d33589a8ed240e90e81588f7a95c5e3b08542f41')
provides=('vopono')
conflicts=('vopono')