summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-10-10 22:49:06 +0200
committerJames McMurray2020-10-10 22:49:06 +0200
commit4ba8ae97d2cba642f1321adbec6182881d2bc1b7 (patch)
tree648261ed04727b2b56d54d1ece3c7a1a12864455
parentf871cafa74800f4afa548b3192a270f20c3f0eda (diff)
downloadaur-4ba8ae97d2cba642f1321adbec6182881d2bc1b7.tar.gz
v0.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3638b264b90a..b3d54b8ae70f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.4.1
+ pkgver = 0.5.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.4.1/vopono_0.4.1_linux_x86-64_musl
- sha256sums = 90dde7dc9038149059b95a3ed1ffba377a5f4da17390c2fd80456b01481d65a9
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.5.0/vopono_0.5.0_linux_x86-64_musl
+ sha256sums = dc1863a5a3360d6e23a757ac5184d6c780e6d5daa956e33768af74e4ba3b977a
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f01af27b01b..400c63c7f20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.4.1
+pkgver=0.5.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=('90dde7dc9038149059b95a3ed1ffba377a5f4da17390c2fd80456b01481d65a9')
+sha256sums=('dc1863a5a3360d6e23a757ac5184d6c780e6d5daa956e33768af74e4ba3b977a')
provides=('vopono')
conflicts=('vopono')