summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Bruckner2018-03-02 20:16:21 +0100
committerMax Bruckner2018-03-02 20:16:21 +0100
commit4936b2c6c2e04c52c2d2d90a0e393b42df5ec479 (patch)
treeb1d9bf8458794753ea34ca5e8d0c9cb658c74794
parent9e1ec14a7a8da7fb722e1d59403ce7c8948ae527 (diff)
downloadaur-4936b2c6c2e04c52c2d2d90a0e393b42df5ec479.tar.gz
cjson-1.7.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b95cb4587b5..f700c1fb385b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Mar 2 19:15:54 UTC 2018
pkgbase = cjson
pkgdesc = Ultralightweight JSON parser in ANSI C
- pkgver = 1.7.3
+ pkgver = 1.7.4
pkgrel = 1
url = https://github.com/DaveGamble/cJSON
arch = i686
@@ -9,8 +11,8 @@ pkgbase = cjson
arch = aarch64
license = MIT
makedepends = cmake
- source = cjson-1.7.3.tar.gz::https://github.com/DaveGamble/cJSON/archive/v1.7.3.tar.gz
- sha512sums = 6b85f161ef5fa7bcee66fdfac5e586d2d322fe76621d8d4592287962eba462b08c68b3a0718a5a5430aed20e529efc44f39d1335bcc4684d4eb821464787a4ae
+ source = cjson-1.7.4.tar.gz::https://github.com/DaveGamble/cJSON/archive/v1.7.4.tar.gz
+ sha512sums = e7b39e867ec88a692554ad312c84db72839824f4630fd90355397c19e2c1f6a90000115219a8ab5f7fd06654ed026cacdb8e1ab46f12eabc8ae708938144b0a2
pkgname = cjson
diff --git a/PKGBUILD b/PKGBUILD
index 2452ed402651..cb0c851145bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Max Bruckner <max at maxbruckner dot de>
pkgname=cjson
-pkgver=1.7.3
+pkgver=1.7.4
pkgrel=1
pkgdesc="Ultralightweight JSON parser in ANSI C"
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -9,7 +9,7 @@ url="https://github.com/DaveGamble/cJSON"
license=('MIT')
makedepends=('cmake')
source=("$pkgname-$pkgver.tar.gz::https://github.com/DaveGamble/cJSON/archive/v$pkgver.tar.gz")
-sha512sums=('6b85f161ef5fa7bcee66fdfac5e586d2d322fe76621d8d4592287962eba462b08c68b3a0718a5a5430aed20e529efc44f39d1335bcc4684d4eb821464787a4ae')
+sha512sums=('e7b39e867ec88a692554ad312c84db72839824f4630fd90355397c19e2c1f6a90000115219a8ab5f7fd06654ed026cacdb8e1ab46f12eabc8ae708938144b0a2')
build() {
cd "$srcdir/cJSON-$pkgver" || return 1