2021-01-07 13:58:34 +01:00

31 lines
1.1 KiB
JSON

{
"version": "0.5.14",
"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.14/s-windows_amd64.zip",
"hash": "d8da5cfbe37e87f2bb22d5bdec5b52cc7faf17eeadf2c259304a48ffd2c47cce",
"extract_dir": "s-windows_amd64"
},
"32bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_386.zip",
"hash": "0aba3fcb13623f915683abc1ddfd06e6d4aa909a2c1997795848babde2329bc2",
"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"
}
}
}
}