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 | |
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')
-rw-r--r-- | academic/fiji/fiji.SlackBuild | 8 | ||||
-rw-r--r-- | academic/fiji/fiji.info | 4 |
2 files changed, 6 insertions, 6 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 . diff --git a/academic/fiji/fiji.info b/academic/fiji/fiji.info index 81d6d231b8..57f83d4ff2 100644 --- a/academic/fiji/fiji.info +++ b/academic/fiji/fiji.info @@ -1,8 +1,8 @@ PRGNAM="fiji" -VERSION="20181207" +VERSION="20190718" HOMEPAGE="https://fiji.sc/" DOWNLOAD="https://downloads.imagej.net/fiji/latest/fiji-nojre.tar.gz" -MD5SUM="53d7ebea5cc9e0310b32ef42e5894590" +MD5SUM="645bd38332fb50107da42bf716884e31" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="jdk" |