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.6.7",
|
|
"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.6.7/s-windows_amd64.zip",
|
|
"hash": "0ec8cb27e29bdf19d1ae19c3a8e424ceba701c05180324ce2aa321f29dca2d12",
|
|
"extract_dir": "s-windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v0.6.7/s-windows_386.zip",
|
|
"hash": "9018da69ea5da386da279af30b25a213b6420fae878eeb62b11f4ca135e953ea",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|