From 1f4e17a2194431659deceaa0afefcd41fc2a3dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Najmann?= Date: Mon, 9 Mar 2026 20:06:15 +0100 Subject: [PATCH] ladybugdb: Add version 0.15.1 --- bucket/ladybugdb.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/ladybugdb.json 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" + } + } + } +}