mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.5.16",
|
|
"description": "Open a web search in your terminal.",
|
|
"homepage": "https://github.com/zquestz/s",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v0.5.16/s-windows_amd64.zip",
|
|
"hash": "ad29cd426582818e3d2be53c4df96db3557820ea414957e0eebce98af7a96dd8",
|
|
"extract_dir": "s-windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v0.5.16/s-windows_386.zip",
|
|
"hash": "8298c6db109889a07aaeed9da5e999ae705e1cf483fca514b9f9fed5381da274",
|
|
"extract_dir": "s-windows_386"
|
|
}
|
|
},
|
|
"bin": "s.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v$version/s-windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v$version/s-windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|