mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
llama: Rename into walk, update to version 1.6.2 (#5051)
This commit is contained in:
parent
05bdee70e0
commit
064b156544
@ -1,28 +0,0 @@
|
|||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
28
bucket/walk.json
Normal file
28
bucket/walk.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "1.6.2",
|
||||||
|
"description": "Terminal file manager",
|
||||||
|
"homepage": "https://github.com/antonmedv/walk",
|
||||||
|
"license": "MIT",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.6.2/walk_windows_amd64.exe#/walk.exe",
|
||||||
|
"hash": "23572ba4066d5e5f5796c8c4e995c5fdd047d146bc004401d418ae00678f5536"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.6.2/walk_windows_arm64.exe#/walk.exe",
|
||||||
|
"hash": "9c110ae45dcfe829ec19274700e4c20ed924c2234793eaeb7ac024af551388c8"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "walk.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/antonmedv/walk/releases/download/v$version/walk_windows_amd64.exe#/walk.exe"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/antonmedv/walk/releases/download/v$version/walk_windows_arm64.exe#/walk.exe"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user