d2: Add version v0.1.5 (#4355)

* d2: Add version v0.1.5

* fix: review suggestion applied

* fix: review suggestion applied
This commit is contained in:
Aziks0 2023-01-17 15:05:35 +01:00 committed by GitHub
parent 526ee14bff
commit 7b59dfc9e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

32
bucket/d2.json Normal file
View File

@ -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",
}
}