4.8.03052

This commit is contained in:
K900
2020-05-15 12:54:43 +03:00
parent e5fe1f5a66
commit 0314b41549
2 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
pkgbase = cisco-anyconnect
pkgdesc = Cisco AnyConnect Secure Mobility Client
pkgver = 4.8.03043
pkgver = 4.8.03052
pkgrel = 1
url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html
arch = x86_64
@@ -11,13 +11,14 @@ pkgbase = cisco-anyconnect
optdepends = gtk2: required by vpnui
optdepends = glib2: required by vpnui
optdepends = gtk3: required by acwebhelper
optdepends = webkit2gtk: required by acwebhelper
options = !strip
source = file://anyconnect-linux64-4.8.03043-core-vpn-webdeploy-k9.sh
source = file://anyconnect-linux64-4.8.03052-core-vpn-webdeploy-k9.sh
source = vpnagentd.service
source = anyconnect.sh
source = anyconnect.csh
source = AnyConnectLocalPolicy.xml
sha256sums = 0da56dc60ee8794f8ba4abd6057e36c47d421e8e3d7e6564db44feec6881c673
sha256sums = 178b822f553623c7822b627de5a295381edcb29e46ac78e14c70afd6f38f64ca
sha256sums = 9d37640195b0fa4ffb073e1b006b4b9546595f7bd3b25a4fe9a0d43a75cd57b8
sha256sums = dcc7a5dcbe4387f3e4a2a3f260b4197faf1b79adddf0d4dad3a02bc6041effa6
sha256sums = 0fcd62bd5d734c239bb7bda7c7e7791b9b8d76a019d2b42ff74caa998e7e9733

View File

@@ -6,7 +6,7 @@ _source="installer" # if installing from .sh installer
# _source="pkg" # if installing from .pkg package
pkgname=cisco-anyconnect
pkgver=4.8.03043
pkgver=4.8.03052
pkgrel=1
pkgdesc='Cisco AnyConnect Secure Mobility Client'
arch=('x86_64')
@@ -16,6 +16,7 @@ optdepends=(
'gtk2: required by vpnui'
'glib2: required by vpnui'
'gtk3: required by acwebhelper'
'webkit2gtk: required by acwebhelper'
)
license=('custom')
@@ -39,21 +40,21 @@ unpack_installer() {
if [[ "${_source}" == "tarball" ]]; then
_filename="anyconnect-linux64-${pkgver}-predeploy-k9.tar.gz"
_filehash="7d77e29947f42cef74745e4bb924efc8d4eeca5eb0bf97f8c39980353511be91"
_filehash="578130d0b7fb5cd174a712382a97b64ff54cb8fe3f991f47f30a96cea60ce62c"
prepare() {
tar xf "$_filename"
}
elif [[ "${_source}" == "installer" ]]; then
_filename="${_installer_filename}"
_filehash="0da56dc60ee8794f8ba4abd6057e36c47d421e8e3d7e6564db44feec6881c673"
_filehash="178b822f553623c7822b627de5a295381edcb29e46ac78e14c70afd6f38f64ca"
prepare() {
unpack_installer
}
elif [[ "${_source}" == "pkg" ]]; then
_filename="anyconnect-linux64-${pkgver}-webdeploy-k9.pkg"
_filehash="9efd87ee498bc56e90bd06a5920954ade62f8702cb4643520876f414f6ec6127"
_filehash="a77ee13473148df21a5760e644fbba135c5ab0bb70ab0f283930b7509bcadd57"
prepare() {
unzip -j "${_filename}" "binaries/${_installer_filename}"