mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 20:01:19 +00:00
26 lines
870 B
JSON
26 lines
870 B
JSON
{
|
|
"version": "0.2.5",
|
|
"description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
|
|
"homepage": "https://github.com/sxyazi/yazi",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sxyazi/yazi/releases/download/v0.2.5/yazi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "cd3b1dc56165ac164354a538b5b3493de61ed3147e2484da10c54297946f89a4",
|
|
"extract_dir": "yazi-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "yazi.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/sxyazi/yazi/releases",
|
|
"regex": "tag/v?([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|