mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
29 lines
906 B
JSON
29 lines
906 B
JSON
{
|
|
"version": "25.2.7",
|
|
"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/v25.2.7/yazi-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5a6ed522533ccd4285b327a43b19da0805123ee1eaf4b29e0258a0ad7f84203d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|