Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glaze
Commits:
216c6581 by Caleb Maclennan at 2026-01-02T11:53:59+03:00
upgpkg: 6.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = glaze
pkgdesc = An Extremely fast, In-Memory JSON and Interface Library for
Modern C++
- pkgver = 6.4.1
+ pkgver = 6.5.0
pkgrel = 1
url = https://github.com/stephenberry/glaze
arch = any
license = MIT
makedepends = cmake
- source =
https://github.com/stephenberry/glaze/archive/v6.4.1/glaze-6.4.1.tar.gz
- sha256sums =
144383449e3676ccceeee17bce6b1cddf877e21f328d38e7c40db7803ccfe4f1
+ source =
https://github.com/stephenberry/glaze/archive/v6.5.0/glaze-6.5.0.tar.gz
+ sha256sums =
2cd86f9cdf5512caf3d66aac9e14a15450a0f1cc308ac2632b0442a5a294570d
pkgname = glaze
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=glaze
-pkgver=6.4.1
+pkgver=6.5.0
pkgrel=1
pkgdesc='An Extremely fast, In-Memory JSON and Interface Library for Modern
C++'
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
makedepends=(cmake)
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('144383449e3676ccceeee17bce6b1cddf877e21f328d38e7c40db7803ccfe4f1')
+sha256sums=('2cd86f9cdf5512caf3d66aac9e14a15450a0f1cc308ac2632b0442a5a294570d')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/216c6581f03429c9e61cfd5734453860ee286806
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/216c6581f03429c9e61cfd5734453860ee286806
You're receiving this email because of your account on gitlab.archlinux.org.