mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
19 lines
810 B
JSON
19 lines
810 B
JSON
{
|
|
"version": "0.3.0",
|
|
"url": "https://github.com/philippgille/serve/releases/download/v0.3.0/serve_v0.3.0_Windows_x64.zip",
|
|
"hash": "267dca3a0394c0d6030d1bfc90d12578903151fe2ba3e6cbb6ece6d963a28446",
|
|
"bin": "serve.exe",
|
|
"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",
|
|
"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."
|
|
}
|