mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "1.10.0",
|
|
"description": "Terminal file manager",
|
|
"homepage": "https://github.com/antonmedv/walk",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.10.0/walk_windows_amd64.exe#/walk.exe",
|
|
"hash": "17c3c8bcb79ac3d766871de9bab0056b275347c7cab75fff53a229726693fea1"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.10.0/walk_windows_arm64.exe#/walk.exe",
|
|
"hash": "f752fbcf1bf428ec1a2e97ab71233032f978d9cfe22d1317eb1ffcec7e49d873"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|