d2: Update to version 0.7.0

This commit is contained in:
github-actions[bot] 2025-05-02 04:29:31 +00:00
parent 1bafe4c740
commit c8687ee150

View File

@ -1,19 +1,19 @@
{ {
"version": "0.6.9", "version": "0.7.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.6.9/d2-v0.6.9-windows-amd64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.7.0/d2-v0.7.0-windows-amd64.tar.gz",
"hash": "91989350143493d29173a49d132bc99f4d13a37bed268bd542977469344b571d" "hash": "4aded6f6b1576ab77eb9ff6051254bec42620dd4a5af57fb02e7619f06660ff6"
}, },
"arm64": { "arm64": {
"url": "https://github.com/terrastruct/d2/releases/download/v0.6.9/d2-v0.6.9-windows-arm64.tar.gz", "url": "https://github.com/terrastruct/d2/releases/download/v0.7.0/d2-v0.7.0-windows-arm64.tar.gz",
"hash": "9f581eaa73e25c2c54237aab9dfe2499667c8dcbce6740fe5f69e4af1f21d1a8" "hash": "521a1d5de93354d5f7dc7473764c35bed6d26885cd6efdc13e6c22ec56ac7f9b"
} }
}, },
"extract_dir": "d2-v0.6.9", "extract_dir": "d2-v0.7.0",
"bin": "bin\\d2.exe", "bin": "bin\\d2.exe",
"checkver": { "checkver": {
"github": "https://github.com/terrastruct/d2" "github": "https://github.com/terrastruct/d2"