forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CommandBox.json
33 lines (33 loc) · 1.45 KB
/
CommandBox.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"homepage": "https://www.ortussolutions.com/products/commandbox",
"description": "A standalone, native tool for Windows, Mac, and Linux that will provide you with a Command Line Interface (CLI) for developer productivity, tool interaction, package management, embedded CFML server, application scaffolding, and some sweet ASCII art",
"version": "4.5.0",
"license": "LGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/4.5.0/commandbox-jre-win64-4.5.0.zip",
"hash": "8e9dbd8e90bc506ffe1c4d5b6109c088678881ab7d13dd18e45523a1386d0d14"
},
"32bit": {
"url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/4.5.0/commandbox-jre-win32-4.5.0.zip",
"hash": "80c032bb2e34ad82c9b359d2b4e1aa16346388b20f66c35961b6409fc0d8e556"
}
},
"bin": "box.exe",
"checkver": {
"github": "https://github.com/Ortus-Solutions/commandbox"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/$version/commandbox-jre-win64-$version.zip"
},
"32bit": {
"url": "https://downloads.ortussolutions.com/ortussolutions/commandbox/$version/commandbox-jre-win32-$version.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}