mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.0",
|
|
"description": "curl(1) statistics visualizer.",
|
|
"homepage": "https://github.com/davecheney/httpstat",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/davecheney/httpstat/releases/download/v1.0.0/httpstat-windows-amd64-v1.0.0.exe#/httpstat.exe",
|
|
"hash": "7cf510c8927a23db19e0d579bf44c3c325abe0760e34fea20567461759b794e9"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/davecheney/httpstat/releases/download/v1.0.0/httpstat-windows-386-v1.0.0.exe#/httpstat.exe",
|
|
"hash": "9b43886614830830a84fae87cbbb2f8ef01b09b1986a3a4f4aa77978887baee3"
|
|
}
|
|
},
|
|
"bin": "httpstat.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/davecheney/httpstat/releases/download/v$version/httpstat-windows-amd64-v$version.exe#/httpstat.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/davecheney/httpstat/releases/download/v$version/httpstat-windows-386-v$version.exe#/httpstat.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|