Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
glaze


Commits:
b7c841ef by Caleb Maclennan at 2025-11-07T15:32:55+03:00
upgpkg: 6.0.2-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.0.1
+       pkgver = 6.0.2
        pkgrel = 1
        url = https://github.com/stephenberry/glaze
        arch = any
        license = MIT
        makedepends = cmake
-       source = 
https://github.com/stephenberry/glaze/archive/v6.0.1/glaze-6.0.1.tar.gz
-       sha256sums = 
fecf2b15c4f375f13d5c84e7b5da79d5f90a76edeeef9501a4d0519eb8a4d6c7
+       source = 
https://github.com/stephenberry/glaze/archive/v6.0.2/glaze-6.0.2.tar.gz
+       sha256sums = 
639e058ba7b3be7acb709baf9330a1409383966b86513b33c27df6598053eb9d
 
 pkgname = glaze


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=glaze
-pkgver=6.0.1
+pkgver=6.0.2
 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=('fecf2b15c4f375f13d5c84e7b5da79d5f90a76edeeef9501a4d0519eb8a4d6c7')
+sha256sums=('639e058ba7b3be7acb709baf9330a1409383966b86513b33c27df6598053eb9d')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/b7c841efe9dc12e555dbc60e77c8a17790474a3a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glaze/-/commit/b7c841efe9dc12e555dbc60e77c8a17790474a3a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to