network/axel: Updated for version 2.17.10.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jostein Berntsen 2021-03-26 21:13:53 +00:00 committed by Willy Sudiarto Raharjo
parent 1d624f5e2f
commit cf0e2c3c0e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 13 additions and 13 deletions

View file

@ -1,7 +1,7 @@
Axel accelerates the HTTP/FTP downloading process by using multiple
connections for one file. It can use multiple mirrors for a download. Axel
has no dependencies and is lightweight, so it might be useful as a wget
clone on byte-critical systems. Axel is the perfect utility for those
connections to wherever you are downloading from that may have a limit
on ftp stream speeds, http sessions that burst and slow down, or servers
with a slow connection.
connections for one file. It can use multiple mirrors for a download.
Axel has no dependencies and is lightweight, so it might be useful as a
wget clone on byte-critical systems. Axel is the perfect utility for
those connections to wherever you are downloading from that may have a
limit on ftp stream speeds, http sessions that burst and slow down, or
servers with a slow connection.

View file

@ -4,7 +4,7 @@
# Copyright 2008 Antonio Hernández Blas <hba.nihilismus@gmail.com>
# Copyright 2011 Matthew "mfillpot" Fillpot
# Copyright 2018-2020 Jostein Berntsen <jbernts@broadpark.no>
# Copyright 2018-2021 Jostein Berntsen <jvbernts@online.no>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=axel
VERSION=${VERSION:-2.17.8}
VERSION=${VERSION:-2.17.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,7 +84,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS CONTRIBUTING.md COPYING CREDITS INSTALL NEWS README.md VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cp -a CONTRIBUTING.md COPYING INSTALL NEWS README.md VERSION $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,10 +1,10 @@
PRGNAM="axel"
VERSION="2.17.8"
VERSION="2.17.10"
HOMEPAGE="https://github.com/axel-download-accelerator/axel"
DOWNLOAD="https://github.com/axel-download-accelerator/axel/releases/download/v2.17.8/axel-2.17.8.tar.gz"
MD5SUM="15c0d085d33b3908ebd8debc41b25afa"
DOWNLOAD="https://github.com/axel-download-accelerator/axel/releases/download/v2.17.10/axel-2.17.10.tar.gz"
MD5SUM="de52af0d6ed13e476107b17a802a6a64"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Jostein Berntsen"
EMAIL="jbernts@broadpark.no"
EMAIL="jvbernts@online.no"