Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / glaze
Commits: 397e0e56 by Caleb Maclennan at 2025-06-10T11:55:51+03:00 upgpkg: 5.4.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 = 5.4.0 + pkgver = 5.4.1 pkgrel = 1 url = https://github.com/stephenberry/glaze arch = any license = MIT makedepends = cmake - source = https://github.com/stephenberry/glaze/archive/v5.4.0/glaze-5.4.0.tar.gz - sha256sums = b6f7f62dba80b863df16a9370f676bc32f72a2d2ee401952aa9305b202136476 + source = https://github.com/stephenberry/glaze/archive/v5.4.1/glaze-5.4.1.tar.gz + sha256sums = a5d578e58fa0e0930eb02bf99ebcb0cb732ce04ce427ec608d773c6f5258e545 pkgname = glaze ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Caleb Maclennan <ca...@alerque.com> pkgname=glaze -pkgver=5.4.0 +pkgver=5.4.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=('b6f7f62dba80b863df16a9370f676bc32f72a2d2ee401952aa9305b202136476') +sha256sums=('a5d578e58fa0e0930eb02bf99ebcb0cb732ce04ce427ec608d773c6f5258e545') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/397e0e56c48e872ffe0fb0416a8703e8a4f5972a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/397e0e56c48e872ffe0fb0416a8703e8a4f5972a You're receiving this email because of your account on gitlab.archlinux.org.