summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-08-30 17:04:20 +0200
committerJames McMurray2020-08-30 17:04:20 +0200
commit2eb00dd7ec820642ba2bae69588d9c4617656f55 (patch)
tree2b01f9aa70afb5460af79998666ba42764b72465
parent41e0ed3060f7abbd35e81013da7b76b85f92348d (diff)
downloadaur-2eb00dd7ec820642ba2bae69588d9c4617656f55.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 517a2adaaad6..7f635cd6ebe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono
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
@@ -17,8 +17,8 @@ pkgbase = vopono
optdepends = shadowsocks-libev: for Shadowsocks support (Mullvad)
provides = vopono
conflicts = vopono
- source = vopono-0.3.1.tar.gz::https://github.com/jamesmcm/vopono/archive/0.3.1.tar.gz
- sha256sums = 51892ffad7ef0184651e21a39bcd3b7a25da1320b709cba31a702693772aa086
+ source = vopono-0.4.0.tar.gz::https://github.com/jamesmcm/vopono/archive/0.4.0.tar.gz
+ sha256sums = 49f77f4752d9070bde2abc3388179a84317b78b302856ad9aa43c40f1f63d8e4
pkgname = vopono
diff --git a/PKGBUILD b/PKGBUILD
index 98dd56436000..5656404217eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James McMurray <jamesmcm03@gmail.com>
pkgname=vopono
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -11,7 +11,7 @@ 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-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('51892ffad7ef0184651e21a39bcd3b7a25da1320b709cba31a702693772aa086')
+sha256sums=('49f77f4752d9070bde2abc3388179a84317b78b302856ad9aa43c40f1f63d8e4')
provides=('vopono')
conflicts=('vopono')