Skip to content

Commit

Permalink
Merge branch 'master' into scpeters/rebuild_fortress_protobuf_28
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters authored Sep 8, 2024
2 parents 88433cb + d4cacc9 commit 7b8cd6b
Show file tree
Hide file tree
Showing 28 changed files with 196 additions and 28 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzFuelTools10 < Formula
version "10.0.0-pre2"
sha256 "6b6691068c0c1d3f715abbb003f185d700ef8f43c495ec22a2927fc0e22df062"
license "Apache-2.0"
revision 2
revision 3

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "d10d91bc119eb064f4fe2d47093ab0c82f789513fb0588e311e5584245d1d07b"
sha256 cellar: :any, monterey: "4ec050e4248e73f7b554e84976887ab706c805d537f87c6ea5f001d5a9f5f3ce"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake4"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-8.1.0.tar.bz2"
sha256 "18a25e2bc31e61539c890bdd377068b5192646a6647267e76d9b0bb0d0349545"
license "Apache-2.0"
revision 33
revision 34

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "2c22c170a3e12c3b5580f67fd68ab07e6078a7c01b725b786a6a8559da36de00"
sha256 cellar: :any, monterey: "148a9e1d247c25a96653c9c113c8538d5ba66c0249dcaf7fb59656f136a42c1f"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzFuelTools9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-fuel-tools/releases/gz-fuel_tools-9.1.0.tar.bz2"
sha256 "6335f8c6906f052527c97fb1991afffcfe9991122bce3a7c7ffc02df7c8e4d8d"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "36e321ea9ffdbdc2508c3d8d9e8e342cc209fd52c6f89175d01777646e42b170"
sha256 cellar: :any, monterey: "efee2d3733fa408b76b1c1a36ff9daa73e048dc9f5c227b36ef2320a77f09fed"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-7.2.2.tar.bz2"
sha256 "dbfdfbb5e588d0bc6e163c554b1b5dc5397c85dda0a696ffaa79052420eb5dc0"
license "Apache-2.0"
revision 7
revision 8

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "cec85ff5d7e6488de4d0a75809bfa5816dd53aef9baf1d7c61db9a9772d0ae86"
sha256 monterey: "0e07bd9a830d2c9722d8cb867be815fd2e9a8b742dd2794711ae94c9a206c7f6"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.3.0.tar.bz2"
sha256 "ba772f4a1cf59d2b29fbb24bb13c618f52c3dc345f363b0a8d2f46d19bea0eb9"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "ac9ea7e76ebfc4c322efd9a4369b7b9f847fe84dc68a9822a4c0f8d266738def"
sha256 monterey: "2d96472220bc8fcbbd7613098fb0daf33dcbc2eff649f4ef17985cb222d357fe"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzGui9 < Formula
version "9.0.0-pre1"
sha256 "4cac0025d97bf99be5a8d6ac8b7ebbb5068c3a0944d0a197fed764a21eabf962"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-gui.git", branch: "gz-gui9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "7b652b0d9c3755c2f92144febd06a8eb196c5656f5306108bd311ec2f6595218"
sha256 monterey: "23d2bfec42fed4406303f205cc1e7c058f3374f3237ac50eabdf86f1f647c8dc"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch6.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzLaunch6 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-6.1.0.tar.bz2"
sha256 "7c789c85ffb422ebbc4adb6f93c9b2aa7fdd7eccd521b7895297a6b8c525acc1"
license "Apache-2.0"
revision 28
revision 29

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch6"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b95a68315d6af90dd94a84b709b7b551c7882d4c26ca95029021e5c06ddf5d42"
sha256 monterey: "403579dc1d01fb3ae82063d07af331138b7d4b4295a052fbb98ff9013417ab2d"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzLaunch7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-7.1.0.tar.bz2"
sha256 "320606c71b6a2cbbcab683cd8569af9145ece157d5ebd23bc80218e8d148cd09"
license "Apache-2.0"
revision 12
revision 13

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "b1116888e130a332d3d8d06556d0d9c602104c6e573d183cdfa9090ed392207a"
sha256 monterey: "034bf11f33d787d9f6f1e23036329912a659c75a620530152b44953effb485a5"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-launch8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzLaunch8 < Formula
version "8.0.0-pre1"
sha256 "ff03e09388400fc962d4d2db1679e48f174fc62006c2cb5855d23a7cf60ca350"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-launch.git", branch: "gz-launch8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "586290f1e9a0afd4cb259679e2d995323a325882225b0155b8958d4d320b8d63"
sha256 monterey: "5f11dc5eb00a822d1725e38bd0cd60a5ae11ceeb77d6b057cab3a1898f44ed98"
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs10 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-10.3.0.tar.bz2"
sha256 "501e475f5602448428a11d16e3d11972a87d5212bd1655d9154e74aa80bd8454"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "9ff39eb1c239058000786c822bbf0913f45175ca89a5112cc62ea45e2af6d867"
sha256 monterey: "c2785c1a822a72158a317d42220375ce17789520d9e1ef34b9e9ae0a7970d7e6"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs11.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzMsgs11 < Formula
version "11.0.0-pre1"
sha256 "6f96ae7e09b84d890383157f5e8b0509a0ccdf5abe8216fae7a1c7bc1aa80654"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs11"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "d982c07511bb2d030c26a7d4a6708d4a0420d3a9fd4fd4c280b110b238826105"
sha256 monterey: "1c4e9c285f689e1e872829e18900c83f9f85e99dd7a8c3f0e316f2341db50103"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake4"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-msgs9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzMsgs9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-msgs/releases/gz-msgs-9.5.0.tar.bz2"
sha256 "693f403fca86e9956b393a86fd46505d94e27b7b2c1d39bc631ba9c3029b91f9"
license "Apache-2.0"
revision 27
revision 28

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "2ae4a607dbcd5393869b8d7af1e980b12130bb5d3d7ac06cdf04663b5ec8158f"
sha256 cellar: :any, monterey: "112a832b9040842900a62446738de5c161bb6464ec85588f87286ec483efd97e"
end

depends_on "abseil"
depends_on "cmake"
depends_on "gz-cmake3"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-7.3.0.tar.bz2"
sha256 "92b9e0bf4707bdbf318142b0a17c1cd1ca8c94bfee9f8911bcd0b3a7c6cbd169"
license "Apache-2.0"
revision 28
revision 29

head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "ecbb19af94e364f9a7f14d103b88ccd293f19e5a42f0b014ab0812e481cae618"
sha256 cellar: :any, monterey: "0e90ff71ab0b94188684a3d2dec0beee46eccd85e078deaf586aa302fe5a265f"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.2.0.tar.bz2"
sha256 "d3e041205d08ce29e5755a4afe1e5933c54cc11c6b07c78c8f34a1607d57f091"
license "Apache-2.0"
revision 6
revision 7

head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "a8cc03877b1e7b79b638644f59f95a15c24a671f7ef5a4f88a350b9d60ce82ef"
sha256 cellar: :any, monterey: "0b8203967356df4e8622f30e199b6429f360f2923f3bf93b6962f330209e5a6f"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sensors9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzSensors9 < Formula
version "9.0.0-pre2"
sha256 "6aca7a1a2808f4542385eafa69d61010dc32a0f36688b229e7e28ae9061562d9"
license "Apache-2.0"
revision 2
revision 3

head "https://github.com/gazebosim/gz-sensors.git", branch: "gz-sensors9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "a1ea3f89c80f5e200b2c43360f371c793c07a791285dfd2ffcb23d35fd3ca84b"
sha256 cellar: :any, monterey: "ebcfaeb858bbf904c0a8671211f66cb4ba28556b7f2376851ee4883ebd4c470d"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSim7 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-7.9.0.tar.bz2"
sha256 "b8a506112d1287efce144b5a1264ab5754cacc436370fe2f1035b35cdd0d29a4"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim7"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "537061e3a482483634d64020ce013c0a64f32c4402e90e7db98b3f5482a9002c"
sha256 monterey: "116832072c9e66f15e94d7ea873642b60620de19cbabec0f1eaf3d8c56a7f21f"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSim8 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.6.0.tar.bz2"
sha256 "ceedc00bc884c6c1394d0cffa95bfc02303017835f02b438f205dd2f921f852a"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim8"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "df6bc139d3bcd32584cf0e7076994f747d8e6559c9cc616ad9b82f6d5ddcdd6c"
sha256 monterey: "742f89f7a5458949214c931980c2fd0c2dccd6ff484d4c48805821ed6e03d83c"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-sim9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzSim9 < Formula
version "9.0.0-pre1"
sha256 "3a166af7a15062e10a886df345204bb0cda1d14bda627aaafda128ca57d2d7ab"
license "Apache-2.0"
revision 3
revision 4

head "https://github.com/gazebosim/gz-sim.git", branch: "gz-sim9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "01c49c101e2b8253cfcf1be2576fe457e83782c51f89e686e7af1dffd6579ba0"
sha256 monterey: "7a76652348aaad4c086a946fab30144b34b50995721ea9319361b8c6f09b3d0b"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport12 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-12.2.1.tar.bz2"
sha256 "62fb97a722dea804da262610061688f675222d4e33a7a1a59868fdefe6ae2d92"
license "Apache-2.0"
revision 22
revision 23

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport12"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "6bc73138b4ab78858803a1aa498f96945d57c07f3cfdc23122a7fae4aa82eec4"
sha256 monterey: "1d78834ceccf384bef59869a1908fc3204d81368d4d7be745071caa01ce34746"
end

depends_on "doxygen" => [:build, :optional]

depends_on "abseil"
Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzTransport13 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-transport/releases/gz-transport-13.4.0.tar.bz2"
sha256 "bec7a13e2f40df963afcf8dc87a9c2e34369daec80f36636965c92d4c8bf5a46"
license "Apache-2.0"
revision 5
revision 6

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport13"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "fd0a85237a37b9160325e62385e72cddc6d30c902478a52ed38fdda8b84ea45a"
sha256 monterey: "1cb4e03445aa37e0b43efe0fe4eba2c7167c611003b9d78e628321b285976562"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/gz-transport14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ class GzTransport14 < Formula
version "14.0.0-pre1"
sha256 "756c13d7fd69630a7e329b1a8e4443f9840524bd4b637697f1a334e53046b18e"
license "Apache-2.0"
revision 1
revision 2

head "https://github.com/gazebosim/gz-transport.git", branch: "gz-transport14"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "dc63dc7a1993914ab6a210b25f45376d78ddca4ab3f0bc12f4a0adbebea9246e"
sha256 monterey: "a866a0e19856545eb8d53a17e7bc14c81c116d373f7ceac7c8b8d23c420cb928"
end

depends_on "doxygen" => [:build, :optional]
depends_on "pybind11" => :build

Expand Down
8 changes: 7 additions & 1 deletion Formula/ignition-fuel-tools4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class IgnitionFuelTools4 < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-fuel-tools/releases/ignition-fuel-tools4-4.9.1.tar.bz2"
sha256 "35b8cdceae46f50360081eb1b310366ae085a8c64d88fee7175f2b0582e454a2"
license "Apache-2.0"
revision 21
revision 22

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "ign-fuel-tools4"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "b5fd29628157689ad239f25aa9fa5092d89680f413086ff20e82a1f5cce62a31"
sha256 cellar: :any, monterey: "6f323c82eccb982525302f356b3361ccfd60079eea38b8862609368201266773"
end

depends_on "cmake"
depends_on "ignition-cmake2"
depends_on "ignition-common3"
Expand Down
Loading

0 comments on commit 7b8cd6b

Please sign in to comment.