nlohmann-json 3.7.1

Closes #46536.

Signed-off-by: Rui Chen <rchen@meetup.com>
This commit is contained in:
Caleb Xu 2019-11-09 08:35:58 -05:00 committed by Rui Chen
parent 1769feff77
commit 0c5e499ec3

View file

@ -1,8 +1,8 @@
class NlohmannJson < Formula
desc "JSON for modern C++"
homepage "https://github.com/nlohmann/json"
url "https://github.com/nlohmann/json/archive/v3.7.0.tar.gz"
sha256 "d51a3a8d3efbb1139d7608e28782ea9efea7e7933157e8ff8184901efd8ee760"
url "https://github.com/nlohmann/json/archive/v3.7.1.tar.gz"
sha256 "e25cf46631f1a3200d109ca33a683b84538411170ee99cd181db8089a2513189"
head "https://github.com/nlohmann/json.git", :branch => "develop"
bottle do