mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
25 lines
849 B
JSON
25 lines
849 B
JSON
{
|
|
"version": "0.3.2",
|
|
"description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues",
|
|
"homepage": "https://github.com/philippgille/serve",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"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",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|