network/uget: Updated for version 2.0.9.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
B. Watson 2017-03-24 13:38:44 -04:00 committed by David Spencer
parent ecf676c6f5
commit a90a23fa4a
2 changed files with 13 additions and 9 deletions

View file

@ -6,6 +6,13 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
# 20170324 bkw:
# - update for 2.0.9
# - AUTHORS no longer empty, include in package
# 20160727 bkw:
# - upgrade to 2.0.8
# 20150910 bkw:
# - upgrade to 2.0.1
# - get rid of curlopt_nosignal.diff (no longer needed)
@ -16,11 +23,8 @@
# - install developer docs doc/*.txt
# - don't install empty AUTHORS and ChangeLog
# 20160727 bkw:
# - upgrade to 2.0.8
PRGNAM=uget
VERSION=${VERSION:-2.0.8}
VERSION=${VERSION:-2.0.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -84,9 +88,9 @@ make
make install-strip DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
# 20150910 bkw: AUTHORS and ChangeLog are 0-byte placeholders in uget-2.0.1,
# 20170324 bkw: NEWS and ChangeLog are 0-byte placeholders in uget-2.0.9,
# add them back if this changes in future releases.
cp -a COPYING README doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cp -a AUTHORS COPYING README doc/*.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="uget"
VERSION="2.0.8"
VERSION="2.0.9"
HOMEPAGE="http://ugetdm.com"
DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0.8/uget-2.0.8.tar.gz"
MD5SUM="ac02ad2a63b76d53c414b2249ff387c4"
DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.0.9/uget-2.0.9.tar.gz"
MD5SUM="0647d55c959d6a9bd9b09f166e63fc29"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""