diff options
author | nick black <dankamongmen@gmail.com> | 2019-04-17 22:00:32 -0400 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2019-04-19 02:10:26 +0300 |
commit | 45db28e7b3de74801e7e832fb0421911bd61ff64 (patch) | |
tree | 82283953623a529c1e41a8d72785fb397f512688 /testing/nlohmann-json | |
parent | c356cce42674c0b627adb85c9a0884ae4cea7122 (diff) | |
download | aports-45db28e7b3de74801e7e832fb0421911bd61ff64.tar.bz2 aports-45db28e7b3de74801e7e832fb0421911bd61ff64.tar.xz |
testing/nlohmann-json: upgrade to 3.6.1
Diffstat (limited to 'testing/nlohmann-json')
-rw-r--r-- | testing/nlohmann-json/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/nlohmann-json/APKBUILD b/testing/nlohmann-json/APKBUILD index bf992ae0e3..797498afd0 100644 --- a/testing/nlohmann-json/APKBUILD +++ b/testing/nlohmann-json/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Nick Black <dankamongmen@gmail.com> # This is a headers-only implementaiton; there are no libraries. pkgname=nlohmann-json-dev -pkgver=3.5.0 -pkgrel=1 +pkgver=3.6.1 +pkgrel=0 pkgdesc="JSON for Modern C++" url="https://github.com/nlohmann/json" arch="noarch" @@ -36,4 +36,4 @@ doc() { mv README.md doc/html "$subpkgdir/usr/share/doc/nlohmann-json" } -sha512sums="e2874e10e12070e8e1b9c01f41ce24002a3859c4aca8bf46083ea08e68f44ed6725bdcdf8e592b1e50d69975d506836c62a8e10fc6da00f0844c149dd6676996 nlohmann-json-3.5.0.tar.gz" +sha512sums="e0565ccdee34e89a6836a97f039c04a0bac445b44f6f323918ea424b34e4577688a4f4f72d5ef1ec0b53d159bfe87e8e9c97b70ef98231ea463f59f05e16eb2a nlohmann-json-3.6.1.tar.gz" |