Skip to content

Commit 576fc4b

Browse files
llm96striezel
authored andcommitted
glaze: update to 6.2.0
1 parent f865155 commit 576fc4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-glaze/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
_realname=glaze
44
pkgbase=mingw-w64-${_realname}
55
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
6-
pkgver=6.1.0
6+
pkgver=6.2.0
77
pkgrel=1
88
pkgdesc="An Extremely fast, In-Memory JSON and Interface Library for Modern C++ (mingw-w64)"
99
arch=('any')
@@ -17,7 +17,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cmake"
1717
"${MINGW_PACKAGE_PREFIX}-ninja"
1818
"${MINGW_PACKAGE_PREFIX}-cc")
1919
source=("$url/archive/v$pkgver/${_realname}-$pkgver.tar.gz")
20-
sha256sums=('4ec01e893363701735d1ef3842fa77a74c4a664edaf08d6a1da0e744900d4125')
20+
sha256sums=('0826d9e50f22a1d8b8e28a29aad8af2781f81bf85efa14d34b5709792e50b2bf')
2121

2222
build() {
2323
declare -a extra_config

0 commit comments

Comments
 (0)