2024-08-01 08:29:16 +00:00

29 lines
904 B
JSON

{
"version": "0.3.0",
"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.0/yazi-x86_64-pc-windows-msvc.zip",
"hash": "887523af3448aac1dea4177bb13ea241619a6af50a3c78439ebc49b0bef093c4",
"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"
}
}
}
}