Last active
August 31, 2021 18:22
-
-
Save jordancluts/f8133e86ad7283095ba70d6db24df370 to your computer and use it in GitHub Desktop.
Development App Manifest for Scoop Extras
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version":"2.1.0_1.53c", | |
"description": "Fiji is an image processing package — a \"batteries-included\" distribution of ImageJ, bundling many plugins which facilitate scientific image analysis. ", | |
"homepage":"https://fiji.sc/", | |
"license":{ | |
"identifier":"GPL-3.0-only", | |
"url":"https://github.com/fiji/fiji/blob/master/LICENSE.txt" | |
}, | |
"architecture": { | |
"64bit":{ | |
"url":"https://downloads.imagej.net/fiji/latest/fiji-win64.zip", | |
"hash":"169c5b29ea56eb69957b4d7f13f7cb3bd5e936c88ec3de8b20a31c202b2b6f07", | |
"bin":[["ImageJ-win64.exe","Fiji"]], | |
"shortcuts":[["ImageJ-win64.exe","Fiji"]] | |
}, | |
"32bit":{ | |
"url":"https://downloads.imagej.net/fiji/latest/fiji-win32.zip", | |
"hash":"BB5DEFFF0CC081129AFE208C97179CB24372F99C9D8E8A231820AE0D227D87B9", | |
"bin":[["ImageJ-win32.exe","Fiji"]], | |
"shortcuts":[["ImageJ-win32.exe","Fiji"]] | |
} | |
}, | |
"extract_dir":"Fiji.app" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment