summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Yue2020-05-31 12:19:05 +0800
committerKevin Yue2020-05-31 12:19:05 +0800
commit46c1ca1a63215f776fb109c73c5117dda28bfb7b (patch)
tree13fc2bb3564fba740f703a18d397d3ddd63aa04e
parent9d6549256266e9bd54ed232bc3d308be6de0ae23 (diff)
downloadaur-46c1ca1a63215f776fb109c73c5117dda28bfb7b.tar.gz
Release 1.2.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 896293582f34..30310adf69e3 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.3
+ pkgver = 1.2.4
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.3.tar.gz::https://github.com/yuezk/GlobalProtect-openconnect/archive/v1.2.3.tar.gz
+ source = GlobalProtect-openconnect-1.2.4.tar.gz::https://github.com/yuezk/GlobalProtect-openconnect/archive/v1.2.4.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 = c419e4368dd20b6bf0f9fd3a46fe1e84aa35e711df57ac4ba420ff4b8580897e
+ sha256sums = 6dc7056bb2669d4dd80b1fb25f98853ca1c5a832468c742bd4c7f7188bbe01ba
sha256sums = 9405fd259288b2a862e91e5135bccee936f0438e1b32c13603277132309d15e0
sha256sums = 6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0a2223f3641d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.tar.xz
+src/
+pkg/
diff --git a/PKGBUILD b/PKGBUILD
index bf38cc0cf8dd..3125cbb8d484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=globalprotect-openconnect
_gitname=GlobalProtect-openconnect
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Qt5, supports SAML auth mode."
arch=(x86_64)
@@ -17,7 +17,7 @@ source=(
)
sha256sums=(
- 'c419e4368dd20b6bf0f9fd3a46fe1e84aa35e711df57ac4ba420ff4b8580897e'
+ '6dc7056bb2669d4dd80b1fb25f98853ca1c5a832468c742bd4c7f7188bbe01ba'
'9405fd259288b2a862e91e5135bccee936f0438e1b32c13603277132309d15e0'
'6c80b4701183d2415bec927e1f5ca9b1761b3b5c65d3e09fb29c743e016d5609'
);