diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 04:03:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-12 04:36:55 -0300 |
commit | 8008ad2eb235f1debbad2d383ab7a214054d3d72 (patch) | |
tree | 2cb26d6bf93c868408de194a91fa0b316705f74a | |
parent | 4a4b6317de79e3c6c89c12bc370e76bea37d5f52 (diff) | |
download | aports-8008ad2eb235f1debbad2d383ab7a214054d3d72.tar.bz2 aports-8008ad2eb235f1debbad2d383ab7a214054d3d72.tar.xz |
testing/nlohmann-json: upgrade to 3.7.2
-rw-r--r-- | testing/nlohmann-json/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD index 7dd925b4ed..84278a84fb 100644 --- a/testing/nlohmann-json/APKBUILD +++ b/testing/nlohmann-json/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Nick Black <dankamongmen@gmail.com> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=nlohmann-json -pkgver=3.7.1 +pkgver=3.7.2 pkgrel=0 pkgdesc="JSON for Modern C++" url="https://github.com/nlohmann/json" @@ -37,4 +37,4 @@ package() { mv doc/html "$pkgdir"/usr/share/doc/$pkgname/ } -sha512sums="d84a7d0d26133e7f618a11f7d6aa792992aecc4a0834a15c00f082749ebe1e2a71ebb54b6572b6effee3a1d656c4c05fe3c74b88b31e150582a792a829511842 nlohmann-json-3.7.1.tar.gz" +sha512sums="c9e5350211d30fe56ff36a5be47c7ea3027759c99cb85c2ec5a03dcf5b4d340b585620922d8e5eff9d7322cc02a3db72eba8e7662d19deecd008a439cec75f52 nlohmann-json-3.7.2.tar.gz" |