diff --git a/bucket/rainfrog.json b/bucket/rainfrog.json new file mode 100644 index 0000000000000..5645d594decac --- /dev/null +++ b/bucket/rainfrog.json @@ -0,0 +1,24 @@ +{ + "version": "0.3.7", + "description": "Database tool for the terminal", + "homepage": "https://github.com/achristmascarl/rainfrog", + "license": { + "identifier": "MIT", + "url": "https://github.com/achristmascarl/rainfrog/blob/main/LICENSE" + }, + "architecture": { + "64bit": { + "url": "https://github.com/achristmascarl/rainfrog/releases/download/v0.3.7/rainfrog-v0.3.7-x86_64-pc-windows-msvc.tar.gz", + "hash": "7502e46f4ed20806dc0c46513366e3e26904ddf62858ff933b0d25d0460bb485" + } + }, + "bin": "rainfrog.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/achristmascarl/rainfrog/releases/download/v$version/rainfrog-v$version-x86_64-pc-windows-msvc.tar.gz" + } + } + } +}