diff options
author | Petar Petrov <slackalaxy@gmail.com> | 2019-08-03 06:52:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-03 06:52:32 +0700 |
commit | 0ac6a4ad2a92489cd872a70425396692ec48abd0 (patch) | |
tree | c49a46bdb856bbbf8009093f106a7309abed88fb /academic/fiji/fiji.SlackBuild | |
parent | 738e90d95775fe2acf4c1a7cbf6cf7526d9e7fc2 (diff) | |
download | slackbuilds-0ac6a4ad2a92489cd872a70425396692ec48abd0.tar.gz |
academic/fiji: Updated for version 20190718.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/fiji/fiji.SlackBuild')
-rw-r--r-- | academic/fiji/fiji.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/academic/fiji/fiji.SlackBuild b/academic/fiji/fiji.SlackBuild index be3ff27eb1..41c118aaa9 100644 --- a/academic/fiji/fiji.SlackBuild +++ b/academic/fiji/fiji.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for fiji -# Copyright 2018 Petar Petrov slackalaxy@gmail.com +# Copyright 2018-2019 Petar Petrov slackalaxy@gmail.com # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=fiji DIRNAM=Fiji.app -VERSION=${VERSION:-20181207} +VERSION=${VERSION:-20190718} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -76,13 +76,13 @@ mkdir -p unused cd unused # Remove the check for required updates. If you want it, comment out -# the next lines. You can "enable" it any time by just placing it in the +# the next line. You can "enable" it any time by just placing it in the # plugins/Scripts/Plugins/AutoRun/ folder. mv ../plugins/Scripts/Plugins/AutoRun/Check_Required_Update_Sites.js . # We do not want updates when the program is installed. As above, it # is your system, so if you want this functionality, then comment out -# the line below. You can always "enable it, by placing it in the jars +# the line below. You can always "enable" it, by placing it in the jars # folder. mv ../jars/$UPDATER . |