diff --git a/bucket/ladybugdb.json b/bucket/ladybugdb.json new file mode 100644 index 0000000000000..248fcb7052a57 --- /dev/null +++ b/bucket/ladybugdb.json @@ -0,0 +1,22 @@ +{ + "version": "0.15.1", + "description": "LadybugDB is an embedded graph database built for query speed and scalability.", + "homepage": "https://github.com/LadybugDB/ladybug", + "license": "MIT", + "notes": "To use LadybugDB cli run 'lbug' command.", + "architecture": { + "64bit": { + "url": "https://github.com/LadybugDB/ladybug/releases/download/v0.15.1/lbug_cli-windows-x86_64.zip", + "hash": "9f94ac502e3ef979caf3adc62572dbd756402bbd73092ded2d1db0f157f392b8" + } + }, + "bin": "lbug.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/LadybugDB/ladybug/releases/download/v$version/lbug_cli-windows-x86_64.zip" + } + } + } +}