diff --git a/bucket/lobster.json b/bucket/lobster.json new file mode 100644 index 0000000000..49077cdc95 --- /dev/null +++ b/bucket/lobster.json @@ -0,0 +1,21 @@ +{ + "version": "2023.13", + "description": "The Lobster Programming Language", + "homepage": "https://github.com/aardappel/lobster", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/aardappel/lobster/releases/download/v2023.13/lobster_windows_release.zip", + "hash": "c8e07f45c70990d2498061fee12e1f6cf3d15434ed29cc177667ef666fd96f8a" + } + }, + "bin": "bin\\lobster.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aardappel/lobster/releases/download/v$version/lobster_windows_release.zip" + } + } + } +}