diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-02-12 20:30:25 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-17 21:56:32 +0700 |
commit | 76862ff886499a20caa5a8bed619ad7e953815ef (patch) | |
tree | e7eb5be24c83e896b77d7945c0c558f0abdde5a7 /system/progress | |
parent | deaaed2ad570c469513c55b355199676f047193c (diff) |
system/progress: Updated for version 0.14.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'system/progress')
-rw-r--r-- | system/progress/progress.SlackBuild | 6 | ||||
-rw-r--r-- | system/progress/progress.info | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/progress/progress.SlackBuild b/system/progress/progress.SlackBuild index 86f7a98f8312..3266673bcb05 100644 --- a/system/progress/progress.SlackBuild +++ b/system/progress/progress.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for progress -# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2016-2019 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=progress -VERSION=${VERSION:-0.13} +VERSION=${VERSION:-0.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/progress/progress.info b/system/progress/progress.info index 246738eaac8a..cd401985f7af 100644 --- a/system/progress/progress.info +++ b/system/progress/progress.info @@ -1,7 +1,7 @@ PRGNAM="progress" -VERSION="0.13" +VERSION="0.14" HOMEPAGE="https://github.com/Xfennec/progress" -DOWNLOAD="https://github.com/Xfennec/progress/archive/v0.13.tar.gz" +DOWNLOAD="https://github.com/Xfennec/progress/archive/v0.14/progress-0.14.tar.gz" MD5SUM="c7c53dbfd84825a9ac037e81b685fdfb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |