mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "1.7.0",
|
|
"description": "Terminal file manager",
|
|
"homepage": "https://github.com/antonmedv/walk",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.7.0/walk_windows_amd64.exe#/walk.exe",
|
|
"hash": "19c1120dba37846f8d07a23b4bab3eadc14464706a377e2ef8ce2af071db02c5"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/antonmedv/walk/releases/download/v1.7.0/walk_windows_arm64.exe#/walk.exe",
|
|
"hash": "6ef494bce75ec3f998a91bc18d6c8742cdc54e2f9c8a367428f5f69b414a4861"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|