diff --git a/bucket/mcfly.json b/bucket/mcfly.json new file mode 100644 index 0000000000..b482215fa9 --- /dev/null +++ b/bucket/mcfly.json @@ -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" + } + } + } +}