yazi: Add version 0.1.4 (#5072)

This commit is contained in:
Ray 2023-09-04 18:00:46 +08:00 committed by GitHub
parent af44775eb2
commit d0c1ca8417
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

26
bucket/yazi.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
}
}
}