mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.6",
|
|
"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.6.6/s-windows_amd64.zip",
|
|
"hash": "38ce2f517403ca4eb3b58b79624ba1d0c10779cc292ba34e22b0a2d1498b56e2",
|
|
"extract_dir": "s-windows_amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/zquestz/s/releases/download/v0.6.6/s-windows_386.zip",
|
|
"hash": "6de36c7df0e72ae0102b0476bec805221ffc041340fe833b9c9fdaaf00dde138",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|