Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit 3f1c4a8

Browse files
mctavishcopybara-github
authored andcommitted
Update jsoncpp version to 1.7.4.
Newer versions will not build without codechanges. This will be fixed in a later change. PiperOrigin-RevId: 380630016 Change-Id: I0efec445854499221686da6ec38b76b4f6634a5a
1 parent 2dae788 commit 3f1c4a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636

3737
GFLAGS_URL=https://github.com/gflags/gflags/archive/v2.1.2.tar.gz
3838
GLOG_URL=https://github.com/google/glog/archive/v0.3.4.tar.gz
39-
JSONCPP_URL=https://github.com/open-source-parsers/jsoncpp/tarball/3a0c4fcc82d25d189b8107e07462effbab9f8e1b
39+
JSONCPP_URL=https://github.com/open-source-parsers/jsoncpp/archive/refs/tags/1.7.4.tar.gz
40+
4041

4142
ROOT=$(cd $(dirname "${BASH_SOURCE[0]}") >/dev/null; /bin/pwd -P)
4243

0 commit comments

Comments
 (0)