diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2019-05-12 18:21:06 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:22 +0700 |
commit | 29d30ba5a7f8006562ae1b673de0f7ac51a1097f (patch) | |
tree | 67fcc51419d809ca4cfc4253339c94c7d5dae77f /graphics/phototonic | |
parent | 4f919d0004a364353db923cd1ecc21c351a6d1de (diff) | |
download | slackbuilds-29d30ba5a7f8006562ae1b673de0f7ac51a1097f.tar.gz |
graphics/phototonic: Updated for version 2.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'graphics/phototonic')
-rw-r--r-- | graphics/phototonic/phototonic.SlackBuild | 6 | ||||
-rw-r--r-- | graphics/phototonic/phototonic.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/phototonic/phototonic.SlackBuild b/graphics/phototonic/phototonic.SlackBuild index 1b8f5827e1..615ce48834 100644 --- a/graphics/phototonic/phototonic.SlackBuild +++ b/graphics/phototonic/phototonic.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for phototonic -# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-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=phototonic -VERSION=${VERSION:-1.7} +VERSION=${VERSION:-2.1} 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/graphics/phototonic/phototonic.info b/graphics/phototonic/phototonic.info index f082be8637..1359c3400f 100644 --- a/graphics/phototonic/phototonic.info +++ b/graphics/phototonic/phototonic.info @@ -1,8 +1,8 @@ PRGNAM="phototonic" -VERSION="1.7" +VERSION="2.1" HOMEPAGE="https://github.com/oferkv/phototonic" -DOWNLOAD="https://github.com/oferkv/phototonic/archive/v1.7.tar.gz" -MD5SUM="9399d42b499a5124afa487fae4949d2a" +DOWNLOAD="https://github.com/oferkv/phototonic/archive/v2.1/phototonic-2.1.tar.gz" +MD5SUM="b964155364d523237417afef06c27f97" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |