Skip to content

Commit dafa656

Browse files
BrewTestBotdaeho-ro
authored andcommitted
jsoncpp 1.9.7
1 parent 7ca7923 commit dafa656

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Formula/j/jsoncpp.rb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Jsoncpp < Formula
22
desc "Library for interacting with JSON"
33
homepage "https://github.com/open-source-parsers/jsoncpp"
4-
url "https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.9.6.tar.gz"
5-
sha256 "f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2"
4+
url "https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.9.7.tar.gz"
5+
sha256 "830bf352d822d8558e9d0eb19d640d2e38536b4b6699c30a4488da09d5b1df18"
66
license "MIT"
77
head "https://github.com/open-source-parsers/jsoncpp.git", branch: "master"
88

@@ -29,13 +29,6 @@ class Jsoncpp < Formula
2929
depends_on "ninja" => :build
3030
depends_on "cmake" => :test
3131

32-
# remove check_required_components for meson build
33-
# upstream pr ref, https://github.com/open-source-parsers/jsoncpp/pull/1570
34-
patch do
35-
url "https://github.com/open-source-parsers/jsoncpp/commit/3d47db0edcfa5cb5a6237c43efbe443221a32702.patch?full_index=1"
36-
sha256 "1d042632c3272e6946ac9ac1a7cb3b1f0b2a61f901bd20001bed53fc6892d0e0"
37-
end
38-
3932
def install
4033
system "meson", "setup", "build", *std_meson_args
4134
system "meson", "compile", "-C", "build", "--verbose"

0 commit comments

Comments
 (0)