mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 06:35:14 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "1.11.0",
|
|
"description": "Terminal file manager",
|
|
"homepage": "https://github.com/antonmedv/walk",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.11.0/walk_windows_amd64.exe#/walk.exe",
|
|
"hash": "f4beb5d7517330e68a4c49cb05022816907392e97c74d09afa135e6d47377bd9"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.11.0/walk_windows_arm64.exe#/walk.exe",
|
|
"hash": "c9e276f8c8a266d7c5b39c675a070da38c63debd8d128b622611b693f5cee410"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|