From 7b59dfc9e80fca095d7ae4edee4256f3f0d494e8 Mon Sep 17 00:00:00 2001 From: Aziks0 Date: Tue, 17 Jan 2023 15:05:35 +0100 Subject: [PATCH] d2: Add version v0.1.5 (#4355) * d2: Add version v0.1.5 * fix: review suggestion applied * fix: review suggestion applied --- bucket/d2.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 bucket/d2.json diff --git a/bucket/d2.json b/bucket/d2.json new file mode 100644 index 0000000000..f7fbdec962 --- /dev/null +++ b/bucket/d2.json @@ -0,0 +1,32 @@ +{ + "version": "0.1.5", + "description": "A modern diagram scripting language that turns text to diagrams.", + "homepage": "https://d2lang.com", + "license": "MPL-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/terrastruct/d2/releases/download/v0.1.5/d2-v0.1.5-windows-amd64.tar.gz", + "hash": "d27b275f1600c297e18c94bf9cbafcc4b12933d34d9765aee99665eee8be5d09" + }, + "arm64": { + "url": "https://github.com/terrastruct/d2/releases/download/v0.1.5/d2-v0.1.5-windows-arm64.tar.gz", + "hash": "a16e798014a91b2dd6e757540307bc82b8b68cf6c407e04ccba0f7be4601424f" + } + }, + "extract_dir": "d2-v0.1.5", + "bin": "bin\\d2.exe", + "checkver": { + "github": "https://github.com/terrastruct/d2" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-amd64.tar.gz" + }, + "arm64": { + "url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-arm64.tar.gz" + } + }, + "extract_dir": "d2-v$version", + } +}