summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee2c10683c9d..e31cd2d08617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.6.10
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = vopono-bin
provides = vopono
conflicts = vopono
noextract = vopono
- source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.6.10/vopono_0.6.10_linux_x86-64_musl
- sha256sums = 99783c55d0f93aed13e2546e426a236e6d27eb113a8ac9a05fd8ba60ec64f91e
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.7.0/vopono_0.7.0_linux_x86-64_musl
+ sha256sums = ab6690ae4d57540d07387c1d7e7ef12481405f055102aaaa3649d019b3b5ca2b
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6ceaa36024a7..55033e01d702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.6.10
+pkgver=0.7.0
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('git' 'rust')
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=('99783c55d0f93aed13e2546e426a236e6d27eb113a8ac9a05fd8ba60ec64f91e')
+sha256sums=('ab6690ae4d57540d07387c1d7e7ef12481405f055102aaaa3649d019b3b5ca2b')
provides=('vopono')
conflicts=('vopono')