summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b04678d3f0..c9d72fc9378f 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.2.6
+ pkgver = 0.2.7
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.2.6.tar.gz
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.6.tar.gz.asc
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.7.tar.gz
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.7.tar.gz.asc
validpgpkeys = 98678E06063007E4A1F0B9C59BD601668E24F29D
- sha512sums = 606f205f2f2d2584279557d011209c6be36781a75c50e5ac91b20977f5b7660a7241ffb383c559d15da88f5ecbf10119223b5f768c9acd71edc3ae093b97fe54
+ sha512sums = 7053b086e2c291cfc6a0aa067955d3cc9192921af39596dd23318a2f80641cc9ad4205bed7cfcb26d76eafe59bdf668a0c8469cecd80a8891f46750471e69407
sha512sums = SKIP
pkgname = onioncat
diff --git a/PKGBUILD b/PKGBUILD
index 63a3252dfb46..b92b7b429dc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jwwolf <jwwolf+arch@gmail.com>
pkgname=onioncat
-pkgver=0.2.6
+pkgver=0.2.7
pkgrel=1
pkgdesc='OnionCat is a VPN-adapter, which uses Tor or I2P as its transport.'
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ 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=('606f205f2f2d2584279557d011209c6be36781a75c50e5ac91b20977f5b7660a7241ffb383c559d15da88f5ecbf10119223b5f768c9acd71edc3ae093b97fe54'
+sha512sums=('7053b086e2c291cfc6a0aa067955d3cc9192921af39596dd23318a2f80641cc9ad4205bed7cfcb26d76eafe59bdf668a0c8469cecd80a8891f46750471e69407'
'SKIP')
build() {