mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
* Fix 150 license * Update * Update * Update cockroachdb.json See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt * Apply new rule * Change to unknown * Update tup.json * fix radare2 * Some fix * Some fix * Fix sliksvn * Fix sliksvn * Update imagemagick.json
20 lines
836 B
JSON
20 lines
836 B
JSON
{
|
|
"version": "0.3.2",
|
|
"license": "MPL-2.0",
|
|
"homepage": "https://github.com/philippgille/serve",
|
|
"description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues",
|
|
"url": "https://github.com/philippgille/serve/releases/download/v0.3.2/serve_v0.3.2_Windows_x64.zip",
|
|
"hash": "ab8e274c2e1144440a15dd0c78bb6385084439c94f85c1413739b2c8e7c8d6ba",
|
|
"bin": "serve.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/philippgille/serve"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
},
|
|
"notes": "Thank you for installing serve! Type `serve -h` to print its usage."
|
|
}
|