summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevel2021-06-12 10:34:44 +0200
committerrevel2021-06-12 10:34:44 +0200
commit843ec2dda389ff6573fb7bebddc6fa7108b3e2fc (patch)
tree7fd8e5d08330db521e5a0e17a07ace91d7c1a2e4
parent175010ab761b44066b5e6714429395bf20d1f411 (diff)
downloadaur-843ec2dda389ff6573fb7bebddc6fa7108b3e2fc.tar.gz
- updated to version 0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 552ddb4ec634..2e273ab3ca30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = onioncat
pkgdesc = OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://www.onioncat.org/
arch = i686
@@ -8,10 +8,10 @@ pkgbase = onioncat
license = GPL3
depends = tor
depends = net-tools
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.8.tar.gz
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.8.tar.gz.asc
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.9.tar.gz
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.9.tar.gz.asc
validpgpkeys = 98678E06063007E4A1F0B9C59BD601668E24F29D
- sha512sums = c17688853c9b9fa310d6bdf206f2b7e047161a2f95653e448c4ed5374d6130207f820b461e360d3d58e1335825ffe08fa287bce6b287e5870e0618e73bc8dd87
+ sha512sums = 0b036e4de92877c5e15288a736217bec6e59fccebe6e13063200b13e7d0e80dcfa38ccf36cf9507cbdba9c700d47171a1a65ba96fffd25de6fe23bea980d7a15
sha512sums = SKIP
pkgname = onioncat
diff --git a/PKGBUILD b/PKGBUILD
index c5bef7dd4834..0e3ed5fbe2ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jwwolf <jwwolf+arch@gmail.com>
pkgname=onioncat
-pkgver=0.3.8
+pkgver=0.3.9
pkgrel=1
pkgdesc='OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.'
arch=('i686' 'x86_64')
@@ -12,8 +12,9 @@ depends=('tor' 'net-tools')
source=("https://www.cypherpunk.at/ocat/download/Source/current/${pkgname}-${pkgver}.tar.gz"{,.asc})
validpgpkeys=('98678E06063007E4A1F0B9C59BD601668E24F29D') # Bernhard R. Fischer (Eagle) <bf@abenteuerland.at>
-sha512sums=('c17688853c9b9fa310d6bdf206f2b7e047161a2f95653e448c4ed5374d6130207f820b461e360d3d58e1335825ffe08fa287bce6b287e5870e0618e73bc8dd87'
+sha512sums=('0b036e4de92877c5e15288a736217bec6e59fccebe6e13063200b13e7d0e80dcfa38ccf36cf9507cbdba9c700d47171a1a65ba96fffd25de6fe23bea980d7a15'
'SKIP')
+
build() {
cd "${pkgname}-${pkgver}"
./configure --prefix=/usr