diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-30 19:51:17 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:21 +0700 |
commit | fd912ca9fa27384a31e1b711d51f1a8dd0f2b310 (patch) | |
tree | 371f6a1d424fa2526f27f17d902d8ad91b384cd4 /network | |
parent | 9c8496c63f116a0a3d4ac0af7c9f1fe3723aee7b (diff) |
network/uget: Updated for version 2.2.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network')
-rw-r--r-- | network/uget/uget.SlackBuild | 16 | ||||
-rw-r--r-- | network/uget/uget.info | 6 |
2 files changed, 9 insertions, 13 deletions
diff --git a/network/uget/uget.SlackBuild b/network/uget/uget.SlackBuild index cda99f41d81d..b5d46070bf8f 100644 --- a/network/uget/uget.SlackBuild +++ b/network/uget/uget.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191130 bkw: update for 2.2.2 # 20180612 bkw: update for 2.2.1 # 20180109 bkw: @@ -15,15 +16,13 @@ # Slackware these days. Add GSTREAMER variable to disable it. # - update README and slack-desc -# 20170827 bkw: -# - update for 2.0.10 +# 20170827 bkw: update for 2.0.10 # 20170324 bkw: # - update for 2.0.9 # - AUTHORS no longer empty, include in package -# 20160727 bkw: -# - upgrade to 2.0.8 +# 20160727 bkw: upgrade to 2.0.8 # 20150910 bkw: # - upgrade to 2.0.1 @@ -36,7 +35,7 @@ # - don't install empty AUTHORS and ChangeLog PRGNAM=uget -VERSION=${VERSION:-2.2.1} +VERSION=${VERSION:-2.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,11 +75,8 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \ + \! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+ LIBNOTIFY="${LIBNOTIFY:-yes}" GSTREAMER="${GSTREAMER:-yes}" diff --git a/network/uget/uget.info b/network/uget/uget.info index 9ea53a9d58df..addad1d3f5c7 100644 --- a/network/uget/uget.info +++ b/network/uget/uget.info @@ -1,8 +1,8 @@ PRGNAM="uget" -VERSION="2.2.1" +VERSION="2.2.2" HOMEPAGE="https://ugetdm.com" -DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.2.1/uget-2.2.1.tar.gz" -MD5SUM="ef00e0d9a63051d553c4699192274db2" +DOWNLOAD="http://downloads.sourceforge.net/project/urlget/uget%20%28stable%29/2.2.2/uget-2.2.2.tar.gz" +MD5SUM="aad80462003f9802abf7cee5f7abcf1c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |