mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 15:11:21 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "1.4.0",
|
|
"description": "Terminal file manager",
|
|
"homepage": "https://github.com/antonmedv/llama",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/llama/releases/download/v1.4.0/llama_windows_amd64.exe#/llama.exe",
|
|
"hash": "1f554f7ee4ec7a2115cba5a6dc6d89e32975931881cee9f1eec308d7dd4ab969"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/llama/releases/download/v1.4.0/llama_windows_arm64.exe#/llama.exe",
|
|
"hash": "f456189324fe34b01d571419ebefa4585b99130e210e83666bf67602087bb627"
|
|
}
|
|
},
|
|
"bin": "llama.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/llama/releases/download/v$version/llama_windows_amd64.exe#/llama.exe"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/llama/releases/download/v$version/llama_windows_arm64.exe#/llama.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|