summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2020-12-04 22:07:28 +0100
committerJames McMurray2020-12-04 22:07:28 +0100
commit4c438da121971c8294c2f2a3f1f9980073d4ee15 (patch)
tree1fbc2e7cd666e34a5866e30ff23e30022f82bde8
parent5bd8a58eba2865291e64a175595e8d1d3808d9a5 (diff)
downloadaur-4c438da121971c8294c2f2a3f1f9980073d4ee15.tar.gz
vopono v0.6.2 - Hotfix for TCP proxy for non-local connections
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b48bcc47ffb3..c0ae8b161e1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.6.0
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/jamesmcm/vopono
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = vopono
optdepends = shadowsocks-libev: for Shadowsocks support (Mullvad)
provides = vopono
conflicts = vopono
- source = vopono-0.6.0.tar.gz::https://github.com/jamesmcm/vopono/archive/0.6.0.tar.gz
- sha256sums = f74f04162b166d5eb10d1c2b447f78466406f11627adc3f811a4ce365699ce04
+ source = vopono-0.6.2.tar.gz::https://github.com/jamesmcm/vopono/archive/0.6.2.tar.gz
+ sha256sums = 651c9c9c9a0e707c822ab2ce8d816d57a43123e82d0e349f82e44b931793f1f6
pkgname = vopono
diff --git a/PKGBUILD b/PKGBUILD
index e1d3892c57a8..365945d6427f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James McMurray <jamesmcm03@gmail.com>
pkgname=vopono
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc='Run applications through VPN connections in network namespaces'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
makedepends=('git' 'rust')
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=('f74f04162b166d5eb10d1c2b447f78466406f11627adc3f811a4ce365699ce04')
+sha256sums=('651c9c9c9a0e707c822ab2ce8d816d57a43123e82d0e349f82e44b931793f1f6')
provides=('vopono')
conflicts=('vopono')