diff options
author | James McMurray | 2022-07-24 14:01:57 +0200 |
---|---|---|
committer | James McMurray | 2022-07-24 14:01:57 +0200 |
commit | ece1c14b555aca5eebae6f69fe61ebb8680189db (patch) | |
tree | 6bf306f5d8ae9cf0798b78db605c8b228c17da41 | |
parent | c755e2902a7e234970c49453bf9c7577f2a6dc35 (diff) | |
download | aur-ece1c14b555aca5eebae6f69fe61ebb8680189db.tar.gz |
vopono 0.10.1
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = vopono pkgdesc = Run applications through VPN connections in network namespaces - pkgver = 0.10.0 + pkgver = 0.10.1 pkgrel = 1 url = https://github.com/jamesmcm/vopono arch = any @@ -14,7 +14,7 @@ pkgbase = vopono provides = vopono conflicts = vopono options = !lto - source = vopono-0.10.0.tar.gz::https://github.com/jamesmcm/vopono/archive/0.10.0.tar.gz - sha256sums = 286cd60eee0ce5fca87980ce49902e726d426a959504a3729e1a573efa4a71af + source = vopono-0.10.1.tar.gz::https://github.com/jamesmcm/vopono/archive/0.10.1.tar.gz + sha256sums = 09921a179959213e532b6f34e2553945daf77632cd1f640ae049aa582ab39bea pkgname = vopono @@ -1,7 +1,7 @@ # Maintainer: James McMurray <jamesmcm03@gmail.com> pkgname=vopono -pkgver=0.10.0 +pkgver=0.10.1 pkgrel=1 pkgdesc='Run applications through VPN connections in network namespaces' arch=('any') @@ -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)' 'openfortivpn: for FortiClient VPN connections') source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz") -sha256sums=('286cd60eee0ce5fca87980ce49902e726d426a959504a3729e1a573efa4a71af') +sha256sums=('09921a179959213e532b6f34e2553945daf77632cd1f640ae049aa582ab39bea') provides=('vopono') conflicts=('vopono') options=('!lto') |