George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / d2
Commits:
2ea887ba by George Rawlinson at 2025-02-11T12:57:52+13:00
upgpkg: 0.6.9-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = d2
pkgdesc = A modern diagram scripting language that turns text to
diagrams
- pkgver = 0.6.5
+ pkgver = 0.6.9
pkgrel = 1
url = https://d2lang.com
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = d2
depends = glibc
depends = gcc-libs
options = !lto
- source = d2::git+https://github.com/terrastruct/d2#tag=v0.6.5
- sha512sums =
1428752c29a797ceafc188f9364f29741dd2836c9693d4b285435e217c42b331421907e5def504b5d526308c26302c13e3f2c84d3e3c4e498011b8a9b7b9d8c5
- b2sums =
ef38ea49d4a0d75d4ae5345646fd69334a7143b91a0327ce41c3906454757a7fe4e3675affb36a8eacb581ae2a6bcd8d9dd85859de63f99b0ef0c20f7ef26480
+ source = d2::git+https://github.com/terrastruct/d2#tag=v0.6.9
+ sha512sums =
40e0c6bd908ca6229af5f20b18f90fa063c753ce74cc06e5bdb8ae611f20649c8961d8b25e3599ee192ab3314b707916fd62e92d300e6f4b69ecf8d37ebaa851
+ b2sums =
97a8544f928eceb2c4beb87487951a06dd28ca8a60e36e4eb317a9a5e0fa66fd872f7e2823923077d8ae8916d1d7018e024200de1b66e3646d4c558c2bd0b5f4
pkgname = d2
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=d2
-pkgver=0.6.5
+pkgver=0.6.9
pkgrel=1
pkgdesc='A modern diagram scripting language that turns text to diagrams'
arch=('x86_64')
@@ -11,8 +11,8 @@ depends=('glibc' 'gcc-libs')
makedepends=('git' 'go')
options=('!lto')
source=("$pkgname::git+https://github.com/terrastruct/d2#tag=v$pkgver")
-sha512sums=('1428752c29a797ceafc188f9364f29741dd2836c9693d4b285435e217c42b331421907e5def504b5d526308c26302c13e3f2c84d3e3c4e498011b8a9b7b9d8c5')
-b2sums=('ef38ea49d4a0d75d4ae5345646fd69334a7143b91a0327ce41c3906454757a7fe4e3675affb36a8eacb581ae2a6bcd8d9dd85859de63f99b0ef0c20f7ef26480')
+sha512sums=('40e0c6bd908ca6229af5f20b18f90fa063c753ce74cc06e5bdb8ae611f20649c8961d8b25e3599ee192ab3314b707916fd62e92d300e6f4b69ecf8d37ebaa851')
+b2sums=('97a8544f928eceb2c4beb87487951a06dd28ca8a60e36e4eb317a9a5e0fa66fd872f7e2823923077d8ae8916d1d7018e024200de1b66e3646d4c558c2bd0b5f4')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/d2/-/commit/2ea887bae565ec6d232068e65142bbfa268ff663
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/d2/-/commit/2ea887bae565ec6d232068e65142bbfa268ff663
You're receiving this email because of your account on gitlab.archlinux.org.