summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McMurray2021-04-04 14:26:53 +0200
committerJames McMurray2021-04-04 14:26:53 +0200
commitc5b1554c6bbc1a340cefbc1d522df2f8ace4fce7 (patch)
tree578078b5c00bc4ffbdfddefdbe974d67f1255d6c
parent4c438da121971c8294c2f2a3f1f9980073d4ee15 (diff)
downloadaur-c5b1554c6bbc1a340cefbc1d522df2f8ace4fce7.tar.gz
0.6.10 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0ae8b161e1e..63b0a6eeba34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vopono
pkgdesc = Run applications through VPN connections in network namespaces
- pkgver = 0.6.2
+ pkgver = 0.6.10
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.2.tar.gz::https://github.com/jamesmcm/vopono/archive/0.6.2.tar.gz
- sha256sums = 651c9c9c9a0e707c822ab2ce8d816d57a43123e82d0e349f82e44b931793f1f6
+ source = vopono-0.6.10.tar.gz::https://github.com/jamesmcm/vopono/archive/0.6.10.tar.gz
+ sha256sums = 88b2ed36ef9c250c41ed993e1acbf7f38d4e6844015bf75267be5f058fb73e4d
pkgname = vopono
diff --git a/PKGBUILD b/PKGBUILD
index 365945d6427f..9202d055a2cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James McMurray <jamesmcm03@gmail.com>
pkgname=vopono
-pkgver=0.6.2
+pkgver=0.6.10
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=('651c9c9c9a0e707c822ab2ce8d816d57a43123e82d0e349f82e44b931793f1f6')
+sha256sums=('88b2ed36ef9c250c41ed993e1acbf7f38d4e6844015bf75267be5f058fb73e4d')
provides=('vopono')
conflicts=('vopono')