2024-01-16 04:26:34 +00:00

26 lines
870 B
JSON

{
"version": "0.2.1",
"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.1/yazi-x86_64-pc-windows-msvc.zip",
"hash": "d23bcdb26a64a762cc9b247db8b46954f2ef97dc0925e0b10e18796064f8cc5f",
"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"
}
}
}
}