d2: Update to version 0.6.1

This commit is contained in:
github-actions[bot] 2023-09-27 04:26:28 +00:00
parent e258136c1e
commit fd8fd12818

View File

@ -1,19 +1,19 @@
{ {
"version": "0.6.0", "version": "0.6.1",
"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.0/d2-v0.6.0-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.6.1/d2-v0.6.1-windows-amd64.tar.gz",
"hash": "d809adcbdfb786b725f8e957c456f58a36e770df133319be1ea22b6defaab3a3" "hash": "328681621648f6712489b63a3a2491631f2d75b75dcc35fd6daf214203dbce26"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.6.0/d2-v0.6.0-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.6.1/d2-v0.6.1-windows-arm64.tar.gz",
"hash": "5e9af84b78d56976214b532d85d908df83cdc5f3cdf21e3035dac77b124a1758" "hash": "134dc0038f09b7f57870bdc6b8d581f76a766c996313173b7c963afba1a92875"
} }
}, },
"extract_dir": "d2-v0.6.0", "extract_dir": "d2-v0.6.1",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"