summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrevel2019-12-30 19:49:35 +0100
committerrevel2019-12-30 19:49:35 +0100
commit66760002183db54703d81caf1e0d89016474a811 (patch)
treee1c431194bfa040d02e6d2553cab296b2ad7417f
parent3aa231d73c74563f8142ff3da50b6114eb9cd4b2 (diff)
downloadaur-66760002183db54703d81caf1e0d89016474a811.tar.gz
- updated to version 0.3.0a
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 147cb6acc818..dc1cb640b741 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.8
+ pkgver = 0.3.0a
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.8.tar.gz
- source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.2.8.tar.gz.asc
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.0a.tar.gz
+ source = https://www.cypherpunk.at/ocat/download/Source/current/onioncat-0.3.0a.tar.gz.asc
validpgpkeys = 98678E06063007E4A1F0B9C59BD601668E24F29D
- sha512sums = 4bf4e5557c8fc3d50ffa5ce2e850479d6174bd6e16a716c0eca28461ca8cd88f798bdd0d0ba853f78b93ef378f00529556b26e1ddd9a2761c741fc3737296417
+ sha512sums = 3cf2ed5cbb021ffc49eb1ae4fe727a4964b1d4d3966f841bcf225e9c6415eee8b95360bab521ea7f6df7c4c27615017253d1ee6092d8f2ffaf45397dca2b7e8d
sha512sums = SKIP
pkgname = onioncat
diff --git a/PKGBUILD b/PKGBUILD
index 913645658d0a..3dc143b13f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jwwolf <jwwolf+arch@gmail.com>
pkgname=onioncat
-pkgver=0.2.8
+pkgver=0.3.0a
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=('4bf4e5557c8fc3d50ffa5ce2e850479d6174bd6e16a716c0eca28461ca8cd88f798bdd0d0ba853f78b93ef378f00529556b26e1ddd9a2761c741fc3737296417'
+sha512sums=('3cf2ed5cbb021ffc49eb1ae4fe727a4964b1d4d3966f841bcf225e9c6415eee8b95360bab521ea7f6df7c4c27615017253d1ee6092d8f2ffaf45397dca2b7e8d'
'SKIP')
build() {
cd "${pkgname}-${pkgver}"