Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glaze
Commits:
9010c4f7 by Caleb Maclennan at 2026-07-18T01:18:27+03:00
upgpkg: 7.9.1-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 = 7.9.0
+ pkgver = 7.9.1
pkgrel = 1
url = https://github.com/stephenberry/glaze
arch = any
license = MIT
makedepends = cmake
- source =
https://github.com/stephenberry/glaze/archive/v7.9.0/glaze-7.9.0.tar.gz
- sha256sums =
8f2c80483b675c86dd2914c140087f1a73d9ca6fc59bad5375d9a1ecba5f7d34
+ source =
https://github.com/stephenberry/glaze/archive/v7.9.1/glaze-7.9.1.tar.gz
+ sha256sums =
d6dee391276f5375672c35d06058e4fd8f1f30f62bae163a004b3bd13a4e2ae3
pkgname = glaze
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=glaze
-pkgver=7.9.0
+pkgver=7.9.1
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=('8f2c80483b675c86dd2914c140087f1a73d9ca6fc59bad5375d9a1ecba5f7d34')
+sha256sums=('d6dee391276f5375672c35d06058e4fd8f1f30f62bae163a004b3bd13a4e2ae3')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/9010c4f7b9699db7f424f2a0f3caabd162e4553a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/9010c4f7b9699db7f424f2a0f3caabd162e4553a
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help