summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-11-08 19:20:49 +0100
committerJames McMurray2020-11-08 19:20:49 +0100
commit6a3963fc77fe50267ae59e9caa316f394e3faa6a (patch)
treed94851df3724bc0c142f723e64f27ff399a599d6
parent887a68e68dfd9d7953c5f5d270fd972349b09ccc (diff)
downloadaur-6a3963fc77fe50267ae59e9caa316f394e3faa6a.tar.gz
vopono 0.5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b9f2293804b..1e6e2c21e178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.5.1
+ pkgver = 0.5.3
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.5.1/vopono_0.5.1_linux_x86-64_musl
- sha256sums = 86d8e36cbf1a5ebbe54e0fb37c07ea4db2e91432546e572d9942514da002af0a
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.5.3/vopono_0.5.3_linux_x86-64_musl
+ sha256sums = dbb9f45231c9ae0c33216253082ed9d437c42b909d7d014de780936ce2e8cb0d
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index b0e7e65e6206..c295a33d2c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.5.1
+pkgver=0.5.3
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=('86d8e36cbf1a5ebbe54e0fb37c07ea4db2e91432546e572d9942514da002af0a')
+sha256sums=('dbb9f45231c9ae0c33216253082ed9d437c42b909d7d014de780936ce2e8cb0d')
provides=('vopono')
conflicts=('vopono')