summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Birks2018-11-29 13:11:43 -0500
committerDavid Birks2018-11-29 13:11:43 -0500
commita701bbfc3c6e53ae3def5c8ce6c4e16225863887 (patch)
treec35426d1c6163b8a71742479425c7dc33fa42150
parentb74755fc7a53f08ffd4fc7a9f64b771f97f1729c (diff)
downloadaur-a701bbfc3c6e53ae3def5c8ce6c4e16225863887.tar.gz
Update to 4.4.2334
Also update the .install file with the location of the setup binary
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
-rw-r--r--forticlientsslvpn.install4
3 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2161ccc047d..5f86966df256 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = forticlientsslvpn
pkgdesc = Fortinet's SSLVPN Client for linux
- pkgver = 4.4.2333
+ pkgver = 4.4.2334
pkgrel = 1
url = https://support.fortinet.com
install = forticlientsslvpn.install
@@ -14,12 +14,12 @@ pkgbase = forticlientsslvpn
optdepends = gtk-engines: for gtk theme support
optdepends = gnome-themes-standard: for theming
options = !strip
- source = https://github.com/mcereda/forticlientsslvpn/raw/master/tarball/forticlientsslvpn_linux_4.4.2333.tar.gz
+ source = https://github.com/dbirks/forticlientsslvpn/raw/master/tarball/forticlientsslvpn_linux_4.4.2334.tar.gz
source = forticlientsslvpn.desktop
source = forticlientsslvpn.png
source = forticlientsslvpn.sh
source = forticlientsslvpn_cli.sh
- sha256sums = 512ac4db80b1fac4577b269a1b8d9046df5888afc567285544d3aad99cd8166f
+ sha256sums = 3b2ebe9324b2933139bcdb44f2fdbda1e895490609688d2e288bc5a5ea9dfdd9
sha256sums = 4f63f4503dca7633a4d7a1cf874ede1f33f877a701813349c5cd63889151f4a2
sha256sums = 15d46db76a39f32736ee3a469fc1b821e6290453c701af823875a493d06901df
sha256sums = 5d4737629cadf38194ffc68d927a202cbac5f9fbcf825f11407c00e6a15842fb
diff --git a/PKGBUILD b/PKGBUILD
index 314ad9c55d29..33e0dbd1cd70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,10 @@
-# Maintainer: Michele Cereda <cereda.michele@gmail.com>
-# Contributor: JokerYu <dayushinn@gmail.com>, Olivier Bilodeau <obilodeau@gosecure.ca>
+# Maintainer: David Birks <david@tellus.space>
+# Contributor: Michele Cereda <cereda.michele@gmail.com>
+# Contributor: JokerYu <dayushinn@gmail.com>
+# Contributor: Olivier Bilodeau <obilodeau@gosecure.ca>
pkgname="forticlientsslvpn"
-pkgver="4.4.2333"
+pkgver="4.4.2334"
pkgrel="1"
pkgdesc="Fortinet's SSLVPN Client for linux"
arch=("i686" "x86_64")
@@ -23,13 +25,13 @@ optdepends=(
)
source=(
- "https://github.com/mcereda/forticlientsslvpn/raw/master/tarball/${pkgname}_linux_${pkgver}.tar.gz"
+ "https://github.com/dbirks/forticlientsslvpn/raw/master/tarball/${pkgname}_linux_${pkgver}.tar.gz"
"${pkgname}.desktop"
"${pkgname}.png"
"${pkgname}.sh"
"${pkgname}_cli.sh"
)
-sha256sums=('512ac4db80b1fac4577b269a1b8d9046df5888afc567285544d3aad99cd8166f'
+sha256sums=('3b2ebe9324b2933139bcdb44f2fdbda1e895490609688d2e288bc5a5ea9dfdd9'
'4f63f4503dca7633a4d7a1cf874ede1f33f877a701813349c5cd63889151f4a2'
'15d46db76a39f32736ee3a469fc1b821e6290453c701af823875a493d06901df'
'5d4737629cadf38194ffc68d927a202cbac5f9fbcf825f11407c00e6a15842fb'
diff --git a/forticlientsslvpn.install b/forticlientsslvpn.install
index 0168b454798f..cccc219577a6 100644
--- a/forticlientsslvpn.install
+++ b/forticlientsslvpn.install
@@ -1,12 +1,12 @@
post_install() {
# remember the user to accept the license before use
# the program will not run otherwise
- echo -e "\nPlease remember to accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup.linux.sh as root\n"
+ echo -e "\nPlease remember to accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup as root\n"
}
post_upgrade() {
# remember the user to re-accept the license before use
# the program will not run otherwise
- echo -e "\nPlease remember to re-accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup.linux.sh as root again\n"
+ echo -e "\nPlease remember to re-accept the license\nYou can do it running /opt/fortinet/forticlientsslvpn/helper/setup as root again\n"
}