Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
glaze
Commits:
e0161e10 by Caleb Maclennan at 2026-03-02T13:46:00+03:00
upgpkg: 7.1.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 = 7.0.2
+ pkgver = 7.1.0
pkgrel = 1
url = https://github.com/stephenberry/glaze
arch = any
license = MIT
makedepends = cmake
- source =
https://github.com/stephenberry/glaze/archive/v7.0.2/glaze-7.0.2.tar.gz
- sha256sums =
febbec555648b310c2a1975ca750939cd00c4801dede8362fcf84cab7b3ae46f
+ source =
https://github.com/stephenberry/glaze/archive/v7.1.0/glaze-7.1.0.tar.gz
+ sha256sums =
39bbd40f6a81e7b56489cf96f768195563f36cf80bdfe74c3a95a228402af298
pkgname = glaze
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=glaze
-pkgver=7.0.2
+pkgver=7.1.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=('febbec555648b310c2a1975ca750939cd00c4801dede8362fcf84cab7b3ae46f')
+sha256sums=('39bbd40f6a81e7b56489cf96f768195563f36cf80bdfe74c3a95a228402af298')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/e0161e1057ad579f577080ce2eb298c1aadcb60c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/e0161e1057ad579f577080ce2eb298c1aadcb60c
You're receiving this email because of your account on gitlab.archlinux.org.