Skip to content

Commit

Permalink
Harmonic prereleases (#2361)
Browse files Browse the repository at this point in the history
* gz-gui8: update 8.0.0~pre1
* gz-fuel-tools9: revision bump rebuild bottle
* gz-transport13: revision bump rebuild bottle
* gz-sensors8: update 8.0.0~pre1
* gz-sim8: update 8.0.0~pre1
* gz-launch7: update 7.0.0~pre1

---------

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
osrfbuild and scpeters authored Aug 31, 2023
1 parent 3124ce3 commit 66e6d47
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 10 deletions.
9 changes: 8 additions & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzFuelTools9 < Formula
version "9.0.0~pre1"
sha256 "30324b1b89944c827595be858a3b827de4ee71eedac3a8ca6e75f49c54648ed7"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "80ea6ae4af37b66ac549c7e5a3253ec258b7390eaafccddb3480c4377e2c2276"
sha256 cellar: :any, monterey: "3ac720360fab4df2e56f38cbf3e700ff5f6d7b4336a3ee4439051570e0c7c9e2"
sha256 cellar: :any, big_sur: "51214d7843e160748925764b631188382992c905ca9bda843e628ddd91af4053"
end

depends_on "cmake"
depends_on "gz-cmake3"
depends_on "gz-common5"
Expand Down
12 changes: 10 additions & 2 deletions Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GzGui8 < Formula
desc "Common libraries for robotics applications. GUI Library"
homepage "https://github.com/gazebosim/gz-gui"
url "https://github.com/gazebosim/gz-gui.git", branch: "main"
version "7.999.999~0~20221116"
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-8.0.0~pre1.tar.bz2"
version "8.0.0~pre1"
sha256 "30af47eb3fb9e83406a5d5dd921c9e6798a1b7abe636ccc364233f68b54187cb"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "83b10acb6a7279c0603267d12a1fdbe2bf9ba9ab320d090215533bf1816d8800"
sha256 monterey: "e55bb7aba1c0c4e0dbb4c557d8164ae3368a6cb9faf26e2a76bbf4dff8c123af"
sha256 big_sur: "8e93940fa9d4b29918cd4533c2567af84ae1850689d4a467ee35413d2f7b4707"
end

depends_on "cmake" => [:build, :test]
depends_on "pkg-config" => [:build, :test]
depends_on "gz-cmake3"
Expand Down
12 changes: 10 additions & 2 deletions Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GzLaunch7 < Formula
desc "Launch libraries for robotics applications"
homepage "https://github.com/gazebosim/gz-launch"
url "https://github.com/gazebosim/gz-launch.git", branch: "main"
version "6.999.999~0~20230728"
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-7.0.0~pre1.tar.bz2"
version "7.0.0~pre1"
sha256 "efe15fd7201079612ce69bd6d7cdc3a5694f302928838b9bb48a40459085e1e0"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "a2118e97fbabc98f292367f43a17b4c95a3bf744e82f29bce329628680e685d7"
sha256 monterey: "7bd740fd91b3b4afa16cecf4b443525a7c755bbacd92dd0827b64e56c57ee2c8"
sha256 big_sur: "f53daa0a64fe7a00c1f72150b4eb566c66d42531e04e1a399939997319de367e"
end

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

Expand Down
12 changes: 10 additions & 2 deletions Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GzSensors8 < Formula
desc "Sensors library for robotics applications"
homepage "https://github.com/gazebosim/gz-sensors"
url "https://github.com/gazebosim/gz-sensors.git", branch: "main"
version "7.999.999~0~20230728"
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-8.0.0~pre1.tar.bz2"
version "8.0.0~pre1"
sha256 "08727c2e048f4013deeed32b808323b96855c6e849ca3e86a578c26129e996c0"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "b7c4cca35d40664a5991e1295b627640bb239f7af5d0830027bd05f9936d4656"
sha256 cellar: :any, monterey: "c45237ca90fc1644960473c376ec769cfe99c37d380f7e6e09431034558e757b"
sha256 cellar: :any, big_sur: "8321af3f0024e0b098961150fac47452dca6895a02892f25bb8e1385b31bb234"
end

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

Expand Down
12 changes: 10 additions & 2 deletions Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
class GzSim8 < Formula
desc "Gazebo Sim robot simulator"
homepage "https://github.com/gazebosim/gz-sim"
url "https://github.com/gazebosim/gz-sim.git", branch: "main"
version "7.999.999~0~20230728"
url "https://osrf-distributions.s3.amazonaws.com/gz-sim/releases/gz-sim-8.0.0~pre1.tar.bz2"
version "8.0.0~pre1"
sha256 "acf6d851cb8570bb978b3a56a4c5d0c11f6f75056b163311aa6dfc7fd9833ff4"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "6f0732f111efcabf49c754e12743ffad73173306d8c79a4e9cd2fb86894f41c6"
sha256 monterey: "5cbc029f3774af1de837da1ba18e4b39f87260dcc9256fbdeb5dd623b6ce19c2"
sha256 big_sur: "a3517bcd3f6822790b3f64a7a724fd95ff55efdad6d33b05cbca8ed5779abf95"
end

depends_on "cmake" => :build
depends_on "pybind11" => :build
depends_on "ffmpeg"
Expand Down
9 changes: 8 additions & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ class GzTransport13 < Formula
version "13.0.0~pre1"
sha256 "1f5785c70d4e0740490c372436fe06a724544e1b323525e39edf981168c89101"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "2f8bbd1c7ee0c4c34c9ec49968c9b6f226c22bf077d3253de4b9bd59338dd2b1"
sha256 monterey: "06da4471364f94ffdbf576cdbbb76b5ff4b965225c4ec8b7a7eae960da9b0f84"
sha256 big_sur: "e003e6424186081988bad2f30578a423369cdd94c957dacd35670634cb005789"
end

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

Expand Down

0 comments on commit 66e6d47

Please sign in to comment.