mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
s: Move from 'extras' (#326)
This commit is contained in:
parent
93c55ad9f8
commit
0dd2afc6d0
30
bucket/s.json
Normal file
30
bucket/s.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user