mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
29 lines
906 B
JSON
29 lines
906 B
JSON
{
|
|
"version": "25.4.8",
|
|
"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/v25.4.8/yazi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "8454d4c9b8ba09a5f5a51f488e603230066e27cce4da54d3c1d91875a9748ba3",
|
|
"extract_dir": "yazi-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": [
|
|
"ya.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|