mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-18 13:21:19 +00:00
yazi: update to 0.1.5 (#5256)
This commit is contained in:
parent
1641953cd5
commit
15674c5210
@ -1,25 +1,24 @@
|
|||||||
{
|
{
|
||||||
"version": "0.1.4",
|
"version": "0.1.5",
|
||||||
"description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
|
"description": "⚡️ Blazing fast terminal file manager written in Rust, based on async I/O.",
|
||||||
"homepage": "https://github.com/sxyazi/yazi",
|
"homepage": "https://github.com/sxyazi/yazi",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/sxyazi/yazi/releases/download/v0.1.4/yazi-x86_64-pc-windows-gnu.zip",
|
"url": "https://github.com/sxyazi/yazi/releases/download/v0.1.5/yazi-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "1f93542edcc0b4f4b3b73bfc45290b207bcf69e4ba405ffa235c364f6d313c30"
|
"hash": "15b5bcef2da5dc647d84576894c56b1a3c2003ce7c472857f600655c75a89a97",
|
||||||
|
"extract_dir": "yazi-x86_64-pc-windows-msvc"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": [
|
"bin": "yazi.exe",
|
||||||
[
|
"checkver": {
|
||||||
"yazi-x86_64-pc-windows-gnu.exe",
|
"url": "https://github.com/sxyazi/yazi/releases",
|
||||||
"yazi"
|
"regex": "tag/v?([\\d.]+)"
|
||||||
]
|
},
|
||||||
],
|
|
||||||
"checkver": "github",
|
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-gnu.zip"
|
"url": "https://github.com/sxyazi/yazi/releases/download/v$version/yazi-x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user