summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordramm2021-08-10 11:06:29 -0300
committerdramm2021-08-10 11:06:29 -0300
commit2f2c6a5fd9e484e70b733d43685d0c10283a3ee5 (patch)
tree103f71e816cfae663dc71fa8aeb02f029ce2a93f
parent7776bf195cbd1eaafdfa7c923df991eb9516d32a (diff)
downloadaur-2f2c6a5fd9e484e70b733d43685d0c10283a3ee5.tar.gz
updated to v.4.7.3
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92041f896e91..df8183b95029 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = torguard
pkgdesc = TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide.
- pkgver = 4.7.0
+ pkgver = 4.7.3
pkgrel = 1
- url = https://www.torguard.com
+ url = https://www.torguard.net
arch = x86_64
license = custom
depends = iproute2
@@ -14,8 +14,7 @@ pkgbase = torguard
optdepends = wireguard-tools: wireguard support
source = torguard.sysusers
sha256sums = b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873
- source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v4.7.0-amd64-arch.tar.gz
- sha256sums_x86_64 = a274ee1c49594b74d45af770eb4227ad47582a6fda6d1d6f81c50833db50e656
+ source_x86_64 = https://updates.torguard.biz/Software/Linux/torguard-v4.7.3-amd64-arch.tar.gz
+ sha256sums_x86_64 = 97032806b76d6e28d74f872cb4c46a132dd3b2565aaaa075abcf7ef5020e0396
pkgname = torguard
-
diff --git a/PKGBUILD b/PKGBUILD
index 11a761867aa0..e5a09e5aae59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: thatgeek
# Contributor: TorGuard Support <support@torguard.com>
pkgname=torguard
-pkgver=4.7.0
+pkgver=4.7.3
pkgrel=1
pkgdesc="TorGuard VPN Software
Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide."
arch=('x86_64')
-url="https://www.torguard.com"
+url="https://www.torguard.net"
depends=('iproute2'
'qt5-websockets'
'qt5-declarative'
@@ -19,7 +19,7 @@ optdepends=('wireguard-tools: wireguard support')
license=(custom)
source_x86_64=("https://updates.torguard.biz/Software/Linux/torguard-v${pkgver}-amd64-arch.tar.gz")
source=('torguard.sysusers')
-sha256sums_x86_64=('a274ee1c49594b74d45af770eb4227ad47582a6fda6d1d6f81c50833db50e656')
+sha256sums_x86_64=('97032806b76d6e28d74f872cb4c46a132dd3b2565aaaa075abcf7ef5020e0396')
sha256sums=('b1f954c54725794f94009c72e12746f203ce6dd4318a19ad0c10d5d8684cd873')
prepare() {