mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/openconnect: Updated for version 7.06.
Thanks to Kenneth Chan. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
9339ccebc0
commit
0e3e97b4da
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for openconnect
|
||||
|
||||
# Copyright 2010-2014 Robby Workman, Northport, Alabama, USA
|
||||
# Copyright 2010-2015 Robby Workman, Tuscaloosa, Alabama, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=openconnect
|
||||
VERSION=${VERSION:-5.03}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-7.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="openconnect"
|
||||
VERSION="5.03"
|
||||
VERSION="7.06"
|
||||
HOMEPAGE="http://www.infradead.org/openconnect.html"
|
||||
DOWNLOAD="ftp://ftp.infradead.org/pub/openconnect/openconnect-5.03.tar.gz"
|
||||
MD5SUM="ff43ed1dbaccd2537fd7c5bfb04295a6"
|
||||
DOWNLOAD="ftp://ftp.infradead.org/pub/openconnect/openconnect-7.06.tar.gz"
|
||||
MD5SUM="80f397911e1fed43d897d99be3d5f1a1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue