4.8.01090
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
||||
pkgbase = cisco-anyconnect
|
||||
pkgdesc = Cisco AnyConnect Secure Mobility Client
|
||||
pkgver = 4.7.00136
|
||||
pkgrel = 2
|
||||
pkgver = 4.8.01090
|
||||
pkgrel = 1
|
||||
url = https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-client/index.html
|
||||
arch = x86_64
|
||||
license = custom
|
||||
@@ -12,12 +12,12 @@ pkgbase = cisco-anyconnect
|
||||
optdepends = glib2: required by vpnui
|
||||
optdepends = gtk3: required by acwebhelper
|
||||
options = !strip
|
||||
source = file://anyconnect-linux64-4.7.00136-core-vpn-webdeploy-k9.sh
|
||||
source = file://anyconnect-linux64-4.8.01090-core-vpn-webdeploy-k9.sh
|
||||
source = vpnagentd.service
|
||||
source = anyconnect.sh
|
||||
source = anyconnect.csh
|
||||
source = AnyConnectLocalPolicy.xml
|
||||
sha256sums = 39d369f3081fb6dbc795a92df3a07e404cebf8c43383abd45d65a2a83b32a9b1
|
||||
sha256sums = e210f390cd44e86ba4131e0365c974f88f25ffb61d7843be329842e53a7b1bf1
|
||||
sha256sums = 9d37640195b0fa4ffb073e1b006b4b9546595f7bd3b25a4fe9a0d43a75cd57b8
|
||||
sha256sums = dcc7a5dcbe4387f3e4a2a3f260b4197faf1b79adddf0d4dad3a02bc6041effa6
|
||||
sha256sums = 0fcd62bd5d734c239bb7bda7c7e7791b9b8d76a019d2b42ff74caa998e7e9733
|
||||
|
10
PKGBUILD
10
PKGBUILD
@@ -5,8 +5,8 @@ _source="installer" # if installing from .sh installer
|
||||
# _source="tarball" # if installing from .tar.gz package
|
||||
|
||||
pkgname=cisco-anyconnect
|
||||
pkgver=4.7.00136
|
||||
pkgrel=2
|
||||
pkgver=4.8.01090
|
||||
pkgrel=1
|
||||
pkgdesc='Cisco AnyConnect Secure Mobility Client'
|
||||
arch=('x86_64')
|
||||
depends=('libxml2' 'ca-certificates')
|
||||
@@ -25,10 +25,10 @@ url='https://www.cisco.com/c/en/us/products/security/anyconnect-secure-mobility-
|
||||
|
||||
if [[ "${_source}" == "tarball" ]]; then
|
||||
_filename="anyconnect-linux64-${pkgver}-predeploy-k9.tar.gz"
|
||||
_filehash="cba75ac1f5ea939ed0705a504a4cde627ca31154e5bc981546ad55a2d98c1a02"
|
||||
_filehash="e210f390cd44e86ba4131e0365c974f88f25ffb61d7843be329842e53a7b1bf1"
|
||||
elif [[ "${_source}" == "installer" ]]; then
|
||||
_filename="anyconnect-linux64-${pkgver}-core-vpn-webdeploy-k9.sh"
|
||||
_filehash="39d369f3081fb6dbc795a92df3a07e404cebf8c43383abd45d65a2a83b32a9b1"
|
||||
_filehash="e210f390cd44e86ba4131e0365c974f88f25ffb61d7843be329842e53a7b1bf1"
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
@@ -58,7 +58,7 @@ package() {
|
||||
cd "${srcdir}/anyconnect-linux64-${pkgver}/vpn"
|
||||
|
||||
# install binaries
|
||||
for binary in "vpnagentd" "vpn" "vpndownloader" "vpndownloader-cli" "manifesttool" "acinstallhelper" "vpnui" "acwebhelper"; do
|
||||
for binary in "vpnagentd" "vpn" "vpndownloader" "vpndownloader-cli" "manifesttool_vpn" "acinstallhelper" "vpnui" "acwebhelper"; do
|
||||
install -Dm755 ${binary} "${pkgdir}/opt/cisco/anyconnect/bin/${binary}"
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user