summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSM9()2023-09-20 11:18:52 +0100
committerSM9()2023-09-20 11:18:52 +0100
commit872f9afb491903c79ff3f1907e822ec582901c41 (patch)
tree025b68ff57e47e908658a28616f743187a2f7e7e
parent6861ae0bbd3e319a355a36027f84d8a2299128ab (diff)
downloadaur-872f9afb491903c79ff3f1907e822ec582901c41.tar.gz
1.4.2
Signed-off-by: Michael Bolden Jnr / SM9(); <me@sm9.dev>
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c8b5c0760c..df81cab26a9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = glaze
pkgdesc = A High-Performance, In-Memory JSON and Interface Library for Modern C++
- pkgver = 1.4.1
+ pkgver = 1.4.2
pkgrel = 1
url = https://github.com/stephenberry/glaze
arch = any
@@ -10,7 +10,7 @@ pkgbase = glaze
optdepends = gcc
optdepends = clang
provides = glaze
- source = git+https://github.com/stephenberry/glaze.git#tag=v1.4.1
+ source = git+https://github.com/stephenberry/glaze.git#tag=v1.4.2
sha512sums = SKIP
pkgname = glaze
diff --git a/PKGBUILD b/PKGBUILD
index 55ea93c74323..12909c17b058 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Michael Bolden Jnr / SM9(); <me@sm9.dev>
pkgname=glaze
-pkgver=1.4.1
+pkgver=1.4.2
pkgrel=1
pkgdesc="A High-Performance, In-Memory JSON and Interface Library for Modern C++"
arch=('any')