2024-09-04 16:29:29 +00:00

29 lines
904 B
JSON

{
"version": "0.3.3",
"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.3.3/yazi-x86_64-pc-windows-msvc.zip",
"hash": "3d118da841f689dad0f8026b62efb3c58bf709e74d8f3e547f0a759fb9084df9",
"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"
}
}
}
}