Skip to content
Snippets Groups Projects
Commit f36d5b2e authored by Leo's avatar Leo
Browse files

community/jsoncpp: upgrade to 1.9.4

parent 9aef8e93
No related branches found
No related tags found
1 merge request!12856community/jsoncpp: upgrade to 1.9.4
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=jsoncpp pkgname=jsoncpp
pkgver=1.9.3 pkgver=1.9.4
pkgrel=0 pkgrel=0
pkgdesc="JSON C++ library" pkgdesc="JSON C++ library"
# Disable tests to unblock builder
# ../src/test_lib_json/main.cpp(3370): expected == result
# Expected: '["\"","\\","\b","\f","\n","\r","\t","\u0278","\ud852\udf62"]
# '
# Actual : '["\"","\\","\b","\f","\n","\r","\t","ɸ","𤭢"]
# '
# 101/102 tests passed (1 failure(s))
options="!check"
url="https://github.com/open-source-parsers/jsoncpp" url="https://github.com/open-source-parsers/jsoncpp"
arch="all" arch="all"
license="Public-Domain" license="Public-Domain"
...@@ -41,4 +33,4 @@ static() { ...@@ -41,4 +33,4 @@ static() {
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
} }
sha512sums="f1c035d54ed952d8d4e41acab5c3ecf6aa445f348f98aeac2e7c89555ec2f6421d727b3bc4c2f54176afce137c545b20d886562901953ec091f91890e91e8559 jsoncpp-1.9.3.tar.gz" sha512sums="adfd4afbdf6b79bd37edcf0e248f07864994f1c4bcb7431f3b44102490ce467f72381908066655fa486dec12f467af0a11f42f859bbf719895974c7339db7d22 jsoncpp-1.9.4.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment