d2: Update to version 0.6.5

This commit is contained in:
github-actions[bot] 2024-04-18 09:08:43 +00:00
parent f6f771a5a6
commit f2273281ad

View File

@ -1,19 +1,19 @@
{ {
"version": "0.6.4", "version": "0.6.5",
"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.6.4/d2-v0.6.4-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.6.5/d2-v0.6.5-windows-amd64.tar.gz",
"hash": "4118cca930fb00c1185b4e74e081662627b9040187bda9bdfb880427a0454504" "hash": "6804902d3e5328c62c04e98aa8651d2a6b6ae5661e6a03139551a730052675ef"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.6.4/d2-v0.6.4-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.6.5/d2-v0.6.5-windows-arm64.tar.gz",
"hash": "81b909478158c1400492795a3e84052cc163de563904ef2fc43bf758446e4480" "hash": "4a6d085c77dfc2251814c1bf36626768e8191d9a0b2605652f12c224bf69e02c"
} }
}, },
"extract_dir": "d2-v0.6.4", "extract_dir": "d2-v0.6.5",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"