summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-10-17 18:57:46 +0200
committerJames McMurray2020-10-17 18:57:46 +0200
commit887a68e68dfd9d7953c5f5d270fd972349b09ccc (patch)
tree4ce9a14d5672367c4a4ab567d173bbc631c68925
parent4ba8ae97d2cba642f1321adbec6182881d2bc1b7 (diff)
downloadaur-887a68e68dfd9d7953c5f5d270fd972349b09ccc.tar.gz
vopono 0.5.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3d54b8ae70f..5b9f2293804b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,20 @@
pkgbase = vopono-bin
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
license = GPL3
makedepends = git
makedepends = rust
- depends = nftables
- depends = iptables
- depends = procps-ng
- depends = coreutils
- 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.5.0/vopono_0.5.0_linux_x86-64_musl
- sha256sums = dc1863a5a3360d6e23a757ac5184d6c780e6d5daa956e33768af74e4ba3b977a
+ source = vopono::https://github.com/jamesmcm/vopono/releases/download/0.5.1/vopono_0.5.1_linux_x86-64_musl
+ sha256sums = 86d8e36cbf1a5ebbe54e0fb37c07ea4db2e91432546e572d9942514da002af0a
pkgname = vopono-bin
diff --git a/PKGBUILD b/PKGBUILD
index 400c63c7f20d..b0e7e65e6206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,17 @@
_pkgname="vopono"
pkgname=vopono-bin
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
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' 'shadowsocks-libev: for Shadowsocks support (Mullvad)')
source=("${_pkgname}::${url}/releases/download/${pkgver}/${_pkgname}_${pkgver}_linux_x86-64_musl")
noextract=("${_pkgname}")
-sha256sums=('dc1863a5a3360d6e23a757ac5184d6c780e6d5daa956e33768af74e4ba3b977a')
+sha256sums=('86d8e36cbf1a5ebbe54e0fb37c07ea4db2e91432546e572d9942514da002af0a')
provides=('vopono')
conflicts=('vopono')