summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-08-30 17:02:41 +0200
committerJames McMurray2020-08-30 17:02:41 +0200
commit076f8b57c958f78647a138339b50c0c088230a5b (patch)
treeb2ace9ac66b8e95616409aaf8d6be30dea8109ea
parentd58c9bf5101464f52a8ec0e242c84c728f6a853d (diff)
downloadaur-076f8b57c958f78647a138339b50c0c088230a5b.tar.gz
update v0.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40bed31ecd61..96957c2633c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.3.1
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = vopono-bin
provides = vopono
conflicts = vopono
noextract = vopono
- source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.3.1/vopono_0.3.1_linux_x86-64_musl
- sha256sums = 18ef6d90f7b7d0f937862048d33589a8ed240e90e81588f7a95c5e3b08542f41
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.4.0/vopono_0.4.0_linux_x86-64_musl
+ sha256sums = d460fbf7cc239fa6a5fd876c8d9ed0a7812882446374ee748ed8a89cb615c2be
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 8920df6cf66d..d3ddb1b6727c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -13,7 +13,7 @@ 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}::${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}_linux_x86-64_musl")
noextract=("${_pkgname}")
-sha256sums=('18ef6d90f7b7d0f937862048d33589a8ed240e90e81588f7a95c5e3b08542f41')
+sha256sums=('d460fbf7cc239fa6a5fd876c8d9ed0a7812882446374ee748ed8a89cb615c2be')
provides=('vopono')
conflicts=('vopono')