d2: Update to version 0.3.0

This commit is contained in:
github-actions[bot] 2023-03-30 12:31:04 +00:00
parent 2575db18e6
commit 4cd0ddaa44

View File

@ -1,19 +1,19 @@
{ {
"version": "0.2.6", "version": "0.3.0",
"description": "A modern diagram scripting language that turns text to diagrams.", "description": "A modern diagram scripting language that turns text to diagrams.",
"homepage": "https://d2lang.com", "homepage": "https://d2lang.com",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.6/d2-v0.2.6-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.3.0/d2-v0.3.0-windows-amd64.tar.gz",
"hash": "4a07955b5ff7361366b0136b01583654f4fd0b7f08cc6a1bc50fcf7e95041d88" "hash": "7d13d4dc91a3fec49706b65153f85245a4d3437ff42aa22a3aa2575deffd5d80"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.2.6/d2-v0.2.6-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.3.0/d2-v0.3.0-windows-arm64.tar.gz",
"hash": "b8698b51a58cd0f690f8393558ea65e448d59013b65afe4b6be19effc45e2fee" "hash": "63c88a04c58192646712ce10224e8862432852b70ec68f29caf501cbf7be5c55"
} }
}, },
"extract_dir": "d2-v0.2.6", "extract_dir": "d2-v0.3.0",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"