summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Yue2020-05-29 23:48:19 +0800
committerKevin Yue2020-05-29 23:48:19 +0800
commit69735f56cc967f03f72b4a903205b535216a1233 (patch)
tree6888dfcfe778805e21c8b9a2c96884bb992f74aa
parentd363301a6a47d91ecefd9bbbebf1715daae8a068 (diff)
downloadaur-69735f56cc967f03f72b4a903205b535216a1233.tar.gz
Release 1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c6406b4c21c..ec093d5a7b23 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = globalprotect-openconnect
pkgdesc = A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode.
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/yuezk/GlobalProtect-openconnect
arch = x86_64
@@ -9,10 +9,10 @@ pkgbase = globalprotect-openconnect
depends = qt5-base
depends = qt5-webengine
depends = qt5-websockets
- source = GlobalProtect-openconnect-1.2.0.tar.gz::https://github.com/yuezk/GlobalProtect-openconnect/archive/v1.2.0.tar.gz
+ source = GlobalProtect-openconnect-1.2.1.tar.gz::https://github.com/yuezk/GlobalProtect-openconnect/archive/v1.2.1.tar.gz
source = https://github.com/itay-grudev/SingleApplication/archive/v3.0.19.tar.gz
source = https://github.com/SergiusTheBest/plog/archive/1.1.5.tar.gz
- sha256sums = 93e3e1fc5cd8d329870c7a4229adca371c49ef074a4ee5fcd6d4bf2985173e04
+ sha256sums = 05cec9cfc2f50c9fd2a51db28beaf2884d2aa07338ac344a44b178c350d2360d
sha256sums = 9405fd259288b2a862e91e5135bccee936f0438e1b32c13603277132309d15e0
sha256sums = 6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609
diff --git a/PKGBUILD b/PKGBUILD
index 5ad3acff9d28..514292f950f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=globalprotect-openconnect
_gitname=GlobalProtect-openconnect
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode."
arch=(x86_64)
@@ -16,7 +16,11 @@ source=(
"https://github.com/SergiusTheBest/plog/archive/1.1.5.tar.gz"
)
-sha256sums=('93e3e1fc5cd8d329870c7a4229adca371c49ef074a4ee5fcd6d4bf2985173e04' '9405fd259288b2a862e91e5135bccee936f0438e1b32c13603277132309d15e0' '6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609');
+sha256sums=(
+ '05cec9cfc2f50c9fd2a51db28beaf2884d2aa07338ac344a44b178c350d2360d'
+ '9405fd259288b2a862e91e5135bccee936f0438e1b32c13603277132309d15e0'
+ '6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609'
+);
prepare() {
mv "$srcdir/SingleApplication-3.0.19" -T "$srcdir/${_gitname}-${pkgver}/singleapplication"