jsoncpp 0.10.5
Closes Homebrew/homebrew#42116. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
0dc8551b04
commit
df24fb7277
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class Jsoncpp < Formula
|
class Jsoncpp < Formula
|
||||||
desc "Library for interacting with JSON"
|
desc "Library for interacting with JSON"
|
||||||
homepage "https://github.com/open-source-parsers/jsoncpp"
|
homepage "https://github.com/open-source-parsers/jsoncpp"
|
||||||
url "https://github.com/open-source-parsers/jsoncpp/archive/0.10.4.tar.gz"
|
url "https://github.com/open-source-parsers/jsoncpp/archive/0.10.5.tar.gz"
|
||||||
sha256 "87c42cc93d5242f3b81574a47f5003f247a27b5d0130753aaf3d8447666d653e"
|
sha256 "56afb14d2ef1c52e72771a221346d4b94f0d46d4e67f796bbcaedb176ca823df"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue