summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12018-10-23 14:05:31 +0800
committerChocobo12018-10-23 14:05:31 +0800
commit1ac92b8ae87bc4264ffb64de5ed49baa24f10ea6 (patch)
tree3bc6506b918f6c1493671085a38ede0c7968b4d2
parent8461eb1d3f7ab0ce1777856fd71352110c201512 (diff)
downloadaur-1ac92b8ae87bc4264ffb64de5ed49baa24f10ea6.tar.gz
upgpkg: tunsafe 1.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e630e244d1da..70b55e45d14e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tunsafe
pkgdesc = High performance and secure VPN client that uses the WireGuard protocol
- pkgver = 1.4_rc1
+ pkgver = 1.4
pkgrel = 1
url = https://tunsafe.com/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = tunsafe
license = BSD
license = custom: OpenSSL
depends = gcc-libs
- source = tunsafe-1.4_rc1-src.tar.gz::https://github.com/TunSafe/TunSafe/archive/cf92ac7a0c444ba4b31bdf9b1744705e6542d028.tar.gz
- sha256sums = 7dc8bf8dd136d2db8f3032a215f300189064cc8772d28242be4ebd4c14c0262b
+ source = tunsafe-1.4-src.tar.gz::https://github.com/TunSafe/TunSafe/archive/v1.4.tar.gz
+ sha256sums = a435e5bfd0decf6a2bd89b547851f3ccb3673365b6ace03e483fe66227010738
pkgname = tunsafe
diff --git a/PKGBUILD b/PKGBUILD
index 34b65890e491..7c95355e5603 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=tunsafe
-pkgver=1.4_rc1
+pkgver=1.4
pkgrel=1
pkgdesc="High performance and secure VPN client that uses the WireGuard protocol"
arch=('i686' 'x86_64')
url="https://tunsafe.com/"
license=('AGPL' 'BSD' 'custom: OpenSSL')
depends=('gcc-libs')
-source=("$pkgname-$pkgver-src.tar.gz::https://github.com/TunSafe/TunSafe/archive/cf92ac7a0c444ba4b31bdf9b1744705e6542d028.tar.gz")
-sha256sums=('7dc8bf8dd136d2db8f3032a215f300189064cc8772d28242be4ebd4c14c0262b')
+source=("$pkgname-$pkgver-src.tar.gz::https://github.com/TunSafe/TunSafe/archive/v$pkgver.tar.gz")
+sha256sums=('a435e5bfd0decf6a2bd89b547851f3ccb3673365b6ace03e483fe66227010738')
prepare() {