mirror of
https://github.com/taiki-e/install-action
synced 2026-09-07 20:03:26 +00:00
Update d2@latest to 0.8.2
This commit is contained in:
@@ -10,6 +10,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Update `d2@latest` to 0.8.2.
|
||||
|
||||
- Update `cargo-zigbuild@latest` to 0.23.3.
|
||||
|
||||
- Update `cargo-rdme@latest` to 2.2.2.
|
||||
|
||||
Generated
+50
-22
@@ -1,61 +1,89 @@
|
||||
{
|
||||
"rust_crate": null,
|
||||
"template": {
|
||||
"template": null,
|
||||
"latest": {
|
||||
"version": "0.8.2"
|
||||
},
|
||||
"0.8": {
|
||||
"version": "0.8.2"
|
||||
},
|
||||
"0.8.2": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-linux-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-linux-amd64.tar.gz",
|
||||
"etag": "0x8DF0207F32CE239",
|
||||
"hash": "0ea49e35f17c3ac00ffa5d0a1fa571f5c344cd38127dbaa4bf6158fcd0c7bfb0",
|
||||
"bin": "d2-v0.8.2/bin/d2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-macos-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-macos-amd64.tar.gz",
|
||||
"etag": "0x8DF0207F13BD1A5",
|
||||
"hash": "6c7b7a09278b131664cbc5e715dac0ee849c3f785ffc9dfaab2df6b1f91bf8ed",
|
||||
"bin": "d2-v0.8.2/bin/d2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-windows-amd64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2.exe"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-windows-amd64.tar.gz",
|
||||
"etag": "0x8DF0207F1391595",
|
||||
"hash": "2c223b56ce5f5984c235b88b1e0e996126ba7c8a37476ad9b47d7d6db9475f18",
|
||||
"bin": "d2-v0.8.2/bin/d2.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-linux-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-linux-arm64.tar.gz",
|
||||
"etag": "0x8DF0207F11326F6",
|
||||
"hash": "bf1585cebf8496690668dc135dfd469068e3ae3eb38cecdc1f7d7835cdbc1228",
|
||||
"bin": "d2-v0.8.2/bin/d2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-macos-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-macos-arm64.tar.gz",
|
||||
"etag": "0x8DF0207F1257C9B",
|
||||
"hash": "73ddb07c636bd5c5723e4bf8569a90b7329ea35dc32af2155650e1f572e823b2",
|
||||
"bin": "d2-v0.8.2/bin/d2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v${version}/d2-v${version}-windows-arm64.tar.gz",
|
||||
"bin": "d2-v${version}/bin/d2.exe"
|
||||
"url": "https://github.com/d2lang/d2/releases/download/v0.8.2/d2-v0.8.2-windows-arm64.tar.gz",
|
||||
"etag": "0x8DF0207F119A311",
|
||||
"hash": "2aa25e88883300230b6af6c16f6ebd653b7e0660b1258ff740cace476887bb2e",
|
||||
"bin": "d2-v0.8.2/bin/d2.exe"
|
||||
}
|
||||
},
|
||||
"latest": {
|
||||
"version": "0.7.1"
|
||||
},
|
||||
"0.7": {
|
||||
"version": "0.7.1"
|
||||
},
|
||||
"0.7.1": {
|
||||
"x86_64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-linux-amd64.tar.gz",
|
||||
"etag": "0x8DDDF1728E4DD4A",
|
||||
"hash": "eb172adf59f38d1e5a70ab177591356754ffaf9bebb84e0ca8b767dfb421dad7"
|
||||
"hash": "eb172adf59f38d1e5a70ab177591356754ffaf9bebb84e0ca8b767dfb421dad7",
|
||||
"bin": "d2-v0.7.1/bin/d2"
|
||||
},
|
||||
"x86_64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-macos-amd64.tar.gz",
|
||||
"etag": "0x8DDDF170F26D8B8",
|
||||
"hash": "b0178e8fdae72194d5a23aa6effd323378cc58ccd3b08d175ab80371c14e106f"
|
||||
"hash": "b0178e8fdae72194d5a23aa6effd323378cc58ccd3b08d175ab80371c14e106f",
|
||||
"bin": "d2-v0.7.1/bin/d2"
|
||||
},
|
||||
"x86_64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-windows-amd64.tar.gz",
|
||||
"etag": "0x8DDDF17125BFAEC",
|
||||
"hash": "d289c2866221c618c9fc6efcd416ee8c16e122bd0100761aea51001e3c958f57"
|
||||
"hash": "d289c2866221c618c9fc6efcd416ee8c16e122bd0100761aea51001e3c958f57",
|
||||
"bin": "d2-v0.7.1/bin/d2.exe"
|
||||
},
|
||||
"aarch64_linux_musl": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-linux-arm64.tar.gz",
|
||||
"etag": "0x8DDDF17039F867F",
|
||||
"hash": "ce3a0b985a8f91335a826c254b3a88736fd81afcdd08b58f6c749d2add6864b0"
|
||||
"hash": "ce3a0b985a8f91335a826c254b3a88736fd81afcdd08b58f6c749d2add6864b0",
|
||||
"bin": "d2-v0.7.1/bin/d2"
|
||||
},
|
||||
"aarch64_macos": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-macos-arm64.tar.gz",
|
||||
"etag": "0x8DDDF1729CAB84F",
|
||||
"hash": "80de85f3b0ac7d9569acac0780ed65dd994ea78969b6b230c58bbb2c6113465b"
|
||||
"hash": "80de85f3b0ac7d9569acac0780ed65dd994ea78969b6b230c58bbb2c6113465b",
|
||||
"bin": "d2-v0.7.1/bin/d2"
|
||||
},
|
||||
"aarch64_windows": {
|
||||
"url": "https://github.com/terrastruct/d2/releases/download/v0.7.1/d2-v0.7.1-windows-arm64.tar.gz",
|
||||
"etag": "0x8DDDF1704EDE5E6",
|
||||
"hash": "c7ebdc7b2f6df513b715d431762105386f7c702b0b2dddff2a500a032b1bba67"
|
||||
"hash": "c7ebdc7b2f6df513b715d431762105386f7c702b0b2dddff2a500a032b1bba67",
|
||||
"bin": "d2-v0.7.1/bin/d2.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user