2024-05-01 08:29:02 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.7.0",
"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.7.0/s-windows_amd64.zip",
"hash": "137d315da4a5d2943c26e8960bd6be194680e8d0dc5f27b1ede700f8460e6141",
"extract_dir": "s-windows_amd64"
},
"32bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.7.0/s-windows_386.zip",
"hash": "437ef6ca40efbc3651826ee098f3148e4b72c39fe523f9b4dbc51541971c64db",
"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"
}
}
}
}