2024-03-09 16:27:14 +00:00

26 lines
870 B
JSON

{
"version": "0.2.4",
"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.4/yazi-x86_64-pc-windows-msvc.zip",
"hash": "c3af12bfe2815f929a7b6932085f3673b58af01cef244a28d397799a57ebfe0c",
"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"
}
}
}
}