mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/aria2: Updated for version 1.18.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
8c3c3fd635
commit
ac57c70087
2 changed files with 5 additions and 6 deletions
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=${PRGNAM:-aria2}
|
||||
VERSION=${VERSION:-1.18.3}
|
||||
VERSION=${VERSION:-1.18.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -95,8 +95,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
|
|||
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
|
||||
|
||||
cp -a \
|
||||
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL LICENSE.OpenSSL NEWS README* \
|
||||
cp -a AUTHORS COPYING ChangeLog INSTALL LICENSE.OpenSSL NEWS README* \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aria2"
|
||||
VERSION="1.18.3"
|
||||
VERSION="1.18.4"
|
||||
HOMEPAGE="http://aria2.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.3.tar.xz"
|
||||
MD5SUM="512cecf11837a74bfc43f6d9f8f3abaa"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.18.4.tar.xz"
|
||||
MD5SUM="32292e721b0767c30e92084949ed7f98"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue