Skip to content

Commit f78f5ed

Browse files
scpetersosrfbuild
andauthored
Rebuild ignition-gazebo* for protobuf 3.19.1 (#1754)
* ignition-gazebo3: revision bump for protobuf * ignition-gazebo5: revision bump for protobuf * ignition-gazebo6: revision bump for protobuf * update bottle. Co-authored-by: OSRF Build Bot <[email protected]>
1 parent ab29731 commit f78f5ed

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

Formula/ignition-gazebo3.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class IgnitionGazebo3 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo3-3.12.0.tar.bz2"
55
sha256 "cc89eb24ff7c6177814f44b6b0aeef9efcbec0a242798200ae4d7c44ccec9513"
66
license "Apache-2.0"
7-
revision 1
7+
revision 2
88

99
head "https://github.com/ignitionrobotics/ign-gazebo.git", branch: "ign-gazebo3"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 big_sur: "cb203c144e1fb6966ca431d02dd890e0c999e282beb8d618ad2bf87119c34a99"
14+
sha256 catalina: "f37d1c3b23bc98dd4b75753fef34fb1f4cb22f2817926e1e94963be563428728"
15+
end
16+
1117
depends_on "cmake" => :build
1218
depends_on "gflags"
1319
depends_on "google-benchmark"

Formula/ignition-gazebo5.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ class IgnitionGazebo5 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo5-5.3.0.tar.bz2"
55
sha256 "dabe0f2c8eadb164ab85aa2184fb58aa69b137369f04863e539bb6a7e8e5c689"
66
license "Apache-2.0"
7-
revision 1
7+
revision 2
88

99
head "https://github.com/ignitionrobotics/ign-gazebo.git", branch: "main"
1010

11+
bottle do
12+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
13+
sha256 big_sur: "f92966f66d4b51182584b3bad28b11dc9559d7f097dcc049a13907d77cc26ba0"
14+
sha256 catalina: "9cb18b427caa8669eae5a05ddd5749229e767ce4d8370bcf15a0f08f28e0b15f"
15+
end
16+
1117
depends_on "cmake" => :build
1218
depends_on "gflags"
1319
depends_on "google-benchmark"

Formula/ignition-gazebo6.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,13 @@ class IgnitionGazebo6 < Formula
44
url "https://osrf-distributions.s3.amazonaws.com/ign-gazebo/releases/ignition-gazebo6-6.3.0.tar.bz2"
55
sha256 "85bc50f0e9f898e1babc8e41cb828c4159e843ed28d795ee4691b0d62f2d8850"
66
license "Apache-2.0"
7-
revision 1
7+
revision 2
8+
9+
bottle do
10+
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
11+
sha256 big_sur: "75c0f5fcd9e5f5a1d4262e47b6fb1604c21d47f5bb2c53af0ffb0cb64d6e1445"
12+
sha256 catalina: "f34534efe16f95cdd5521f607dc88adbd4a42b7694b67ea0dd27ee54c4cc7201"
13+
end
814

915
depends_on "cmake" => :build
1016
depends_on "gflags"

0 commit comments

Comments
 (0)