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