s: Move from 'extras' (#326)

This commit is contained in:
Hsiao-nan Cheung 2019-08-13 22:53:20 +08:00 committed by Richard Kuhnt
parent 93c55ad9f8
commit 0dd2afc6d0

30
bucket/s.json Normal file
View File

@ -0,0 +1,30 @@
{
"homepage": "https://github.com/zquestz/s",
"description": "Open a web search in your terminal.",
"license": "MIT",
"version": "0.5.14",
"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"
}
}
}
}