mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "1.9.0",
|
|
"description": "Terminal file manager",
|
|
"homepage": "https://github.com/antonmedv/walk",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.9.0/walk_windows_amd64.exe#/walk.exe",
|
|
"hash": "a63fc7ba98f7671ce516c26891fa701f3cc4a2f533d393e98ffb1a5e44909d2a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.9.0/walk_windows_arm64.exe#/walk.exe",
|
|
"hash": "7933d3388fe01bd415915248b044d1078d8653a44802c0004c281240c58b1083"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|