2021-12-03 18:02:01 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.6.2",
"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.2/s-windows_amd64.zip",
"hash": "b6a5cca166dd64709fd9ce498ba1b2ea012337658365121e74ce8afbd5bb887c",
"extract_dir": "s-windows_amd64"
},
"32bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.6.2/s-windows_386.zip",
"hash": "3cfe20292a552cc7a11a7366491f5256a8fd67dcfc53f0e573110f514fd962ea",
"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"
}
}
}
}