2023-11-19 12:43:41 +01:00

26 lines
870 B
JSON

{
"version": "0.1.5",
"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.5/yazi-x86_64-pc-windows-msvc.zip",
"hash": "15b5bcef2da5dc647d84576894c56b1a3c2003ce7c472857f600655c75a89a97",
"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"
}
}
}
}