summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--README.rst1
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85e418a750fe..af6e17fc72ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = f5vpn
pkgdesc = VPN client using the Point-to-Point Protocol to connect to F5Networks BIG-IP APM 16.0
pkgver = 7220.2022.0308.1
- pkgrel = 1
+ pkgrel = 2
url = https://support.f5.com/csp/article/K32311645#link_04_05
arch = x86_64
license = commercial
@@ -17,7 +17,7 @@ pkgbase = f5vpn
sha512sums = 51ee6ca353685de98b5e87bf44de9605006190cc56ae4612c39f9f4e8b22d89b5bfab6cba09b740bb799fa74ce3a8054c533f807473b13c2c4da3683da4fef4c
b2sums = c864e69799ffc4c13bf8af7d76bcc8beed195d9a41acb01d459aaa0c3cd5bae75290ef7be1fa6a0bfd6472e1c3f8df3a7f5d59767861ded0dc4a373a3ead447c
b2sums = 5be3f5ebd0358e022c85081b45bc23b1e847542ae9035bece95c40fa5113a1fd9159ced013950d237206c2e6be94caa38b9d6414ea29ab65cd80043a2dfbfe5a
- source_x86_64 = linux_f5vpn-7220.2022.0308.1-1.x86_64.rpm::https://vpn.tcu.edu/public/download/linux_f5vpn.x86_64.rpm
+ source_x86_64 = linux_f5vpn-7220.2022.0308.1-2.x86_64.rpm::https://huskyonnet-ns.uw.edu/public/download/linux_f5vpn.x86_64.rpm
sha512sums_x86_64 = 6c9c597f19d2c1fb789d2613279303f9cca1d26c3bdf90c7cd1c857e35b143ecd46e9592b018f3eb1ad51a61286f7462d650a88079d2aaee4226ec60236f90b4
b2sums_x86_64 = 70f9aed8edf7859266a48bae4b7cb358eb1cbbc5497061dc89faab6b5053d78b2ccf7a98712ce9621f67d649b50c88efa36c0ebd6b73b093716a9744d8a8942f
diff --git a/PKGBUILD b/PKGBUILD
index 6348619517ec..6615c3b1c048 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Zach Hoffman <zach@zrhoffman.net>
pkgname=f5vpn
pkgver=7220.2022.0308.1
-pkgrel=1
+pkgrel=2
pkgdesc='VPN client using the Point-to-Point Protocol to connect to F5Networks BIG-IP APM 16.0'
arch=('x86_64')
source=('LICENSE'
'no-desktop-file-dbus.patch')
-source_x86_64=("linux_${pkgname}-${pkgver}-${pkgrel}.${CARCH}.rpm::https://vpn.tcu.edu/public/download/linux_${pkgname}.${CARCH}.rpm")
+source_x86_64=("linux_${pkgname}-${pkgver}-${pkgrel}.${CARCH}.rpm::https://huskyonnet-ns.uw.edu/public/download/linux_${pkgname}.${CARCH}.rpm")
b2sums=('c864e69799ffc4c13bf8af7d76bcc8beed195d9a41acb01d459aaa0c3cd5bae75290ef7be1fa6a0bfd6472e1c3f8df3a7f5d59767861ded0dc4a373a3ead447c'
'5be3f5ebd0358e022c85081b45bc23b1e847542ae9035bece95c40fa5113a1fd9159ced013950d237206c2e6be94caa38b9d6414ea29ab65cd80043a2dfbfe5a')
sha512sums=('f2ca5fd5052b307c147ac315eb0cda45a6eaf071de30eef6841c74dac239c2d3bc5a0e1513e4bbd5b3057384676b346428609cb366c3d1086acda982acde7a61'
diff --git a/README.rst b/README.rst
index e022b54f5d79..e6ebc36af124 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,6 @@ Usage
resourceType = "network_access";
with (new XMLHttpRequest()) {
- responseType = "document";
open("GET", `https://${location.host}:${location.port}/vdesk/resource_list.xml?resourcetype=res`);
onload = () => console.log(`f5-vpn://${location.host}:${location.port}/?server=${location.host}&resourcename=${responseXML.querySelector(`list[type=${resourceType}] entry`).textContent}&resourcetype=${resourceType}&cmd=launch&protocol=https&port=${location.port || 443}&sid=${document.cookie.match(/MRHSession=(.*?); /)[1]}`);
send();