mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 15:54:39 +00:00
25 lines
839 B
JSON
25 lines
839 B
JSON
{
|
|
"version": "0.9.0",
|
|
"description": "An interactive TUI tool for finding and replacing text.",
|
|
"homepage": "https://github.com/thomasschafer/scooter",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/thomasschafer/scooter/releases/download/v0.9.0/scooter-v0.9.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "9501ed1055f371171d71ccbe825e8bbb5b8a245ec1c01bb01033406908a1f6d5"
|
|
}
|
|
},
|
|
"bin": "scooter.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/thomasschafer/scooter/releases/download/v$version/scooter-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|