summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrealgagu2021-05-05 19:44:54 -0500
committerfrealgagu2021-05-05 19:44:54 -0500
commite4c54574a3911ce92c15e7d4ceb8bc6c87f6f7e8 (patch)
tree43daec6b3c4889763f332c21a5dee7330110e4c9
parent054f76c6c0195a30e4ceb7cae215c51f25bc61b5 (diff)
downloadaur-e4c54574a3911ce92c15e7d4ceb8bc6c87f6f7e8.tar.gz
Upgrading to version 5.4.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12141b184353..274dc69e95f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = appgate-sdp
pkgdesc = Appgate SDP (Software Defined Perimeter) desktop client
- pkgver = 5.3.3
+ pkgver = 5.4.0
pkgrel = 1
url = https://www.appgate.com/support/software-defined-perimeter-support
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = appgate-sdp
provides = appgate-sdp
replaces = appgate-sdp-5
options = staticlibs
- source = https://bin.appgate-sdp.com/5.3/client/appgate-sdp_5.3.3_amd64.deb
+ source = https://bin.appgate-sdp.com/5.4/client/appgate-sdp_5.4.0_amd64.deb
source = appgate-sdp-appgatedriver.service.patch
- sha256sums = 48fd0c48fa4da7dfd0ca98a373c06eb8011d397f3740f8917999895c47aaa4a0
+ sha256sums = d83cd9e499c518179a1ed0dfec20176ffaafea4548fac60c5b935cdb913778d0
sha256sums = 0789aa07d6a7af44187e407696d930e78c50370c19b8399722ebecb0655ffcdb
pkgname = appgate-sdp
diff --git a/.gitignore b/.gitignore
index 3470d4714069..966e12d708b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
appgate-sdp-*.pkg.tar.zst
appgate-sdp-*.pkg.tar.xz
appgate-sdp*.deb
+appgate-sdp*.rpm
appgate-sdp_*/
appgate-sdp-*.log
PKGBUILD-namcap.log
diff --git a/PKGBUILD b/PKGBUILD
index 7a44fb036a9f..7bd26986949c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Fredy GarcĂ­a <frealgagu at gmail dot com>
pkgname=appgate-sdp
-pkgver=5.3.3
+pkgver=5.4.0
pkgrel=1
pkgdesc="Appgate SDP (Software Defined Perimeter) desktop client"
arch=("x86_64")
@@ -19,7 +19,7 @@ source=(
"${pkgname}-${pkgname%%-*}driver.service.patch"
)
sha256sums=(
- "48fd0c48fa4da7dfd0ca98a373c06eb8011d397f3740f8917999895c47aaa4a0"
+ "d83cd9e499c518179a1ed0dfec20176ffaafea4548fac60c5b935cdb913778d0"
"0789aa07d6a7af44187e407696d930e78c50370c19b8399722ebecb0655ffcdb"
)