2021-03-07 09:50:50 +01:00

31 lines
1.1 KiB
JSON

{
"version": "0.5.15",
"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.15/s-windows_amd64.zip",
"hash": "9f9d3809cebb8e06ea34308cb2a0112805fc2365829215376ff6388abbb596dc",
"extract_dir": "s-windows_amd64"
},
"32bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.5.15/s-windows_386.zip",
"hash": "dd56f7d4ad88ba189580c294a34d89c8538d62e9db2af277b59d69e653ebeb53",
"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"
}
}
}
}