d2: upgrade to 0.1.4.
This reverts commit 50caa71b67
.
Since now we can go ahead and just remove the plugin binary and no
longer segfault on running.
https://github.com/terrastruct/d2/issues/590
This commit is contained in:
parent
50caa71b67
commit
0008a485d1
|
@ -1,14 +1,13 @@
|
|||
# Template file for 'd2'
|
||||
pkgname=d2
|
||||
reverts="0.1.4_1"
|
||||
version=0.1.3
|
||||
version=0.1.4
|
||||
revision=2
|
||||
build_style=go
|
||||
go_import_path="oss.terrastruct.com/d2"
|
||||
go_package="oss.terrastruct.com/d2 oss.terrastruct.com/d2/cmd/d2plugin-dagre"
|
||||
go_package="oss.terrastruct.com/d2"
|
||||
short_desc="Modern diagram scripting language that turns text to diagrams"
|
||||
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
||||
license="MPL-2.0"
|
||||
homepage="https://d2lang.com/"
|
||||
distfiles="https://github.com/terrastruct/d2/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=9dc8c88d07725d549b8a20ae3271e82b01c0c45b0c7338a1ec67aad0c4facc54
|
||||
checksum=ce658b1ed243b2712a7544f109f08dbc6f9690d1f6443a3fa6b39d0f6ccd626a
|
||||
|
|
Loading…
Reference in New Issue