mcfly: Add version 0.9.3 (#6812)

This commit is contained in:
司辰 2025-06-05 22:33:00 +08:00 committed by GitHub
parent c5cda9c0ff
commit d722135d4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

21
bucket/mcfly.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "0.9.3",
"description": "Fly through your shell history. Great Scott!",
"homepage": "https://github.com/cantino/mcfly",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/cantino/mcfly/releases/download/v0.9.3/mcfly-v0.9.3-x86_64-pc-windows-msvc.zip",
"hash": "a9b8fa50d6e27dbdad3443b5c2849102ec20df93257061ed92d2bd8aa2609255"
}
},
"bin": "mcfly.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/cantino/mcfly/releases/download/v$version/mcfly-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}