2023-09-04 18:00:46 +08:00

27 lines
800 B
JSON

{
"version": "0.1.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.1.4/yazi-x86_64-pc-windows-gnu.zip",
"hash": "1f93542edcc0b4f4b3b73bfc45290b207bcf69e4ba405ffa235c364f6d313c30"
}
},
"bin": [
[
"yazi-x86_64-pc-windows-gnu.exe",
"yazi"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-gnu.zip"
}
}
}
}