Skip to content

Commit

Permalink
Rebuild more ionic bottles (#2865)
Browse files Browse the repository at this point in the history
* gz-gui9: revision bump rebuild for gdal
* gz-sensors9: revision bump rebuild for gdal
* update  bottle.

Co-authored-by: OSRF Build Bot <[email protected]>
  • Loading branch information
scpeters and osrfbuild authored Nov 9, 2024
1 parent 370793c commit 70db7df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzGui9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.0.tar.bz2"
sha256 "2534cc688197c973029a43723de50c12a560320106d6b70a27aa4173c0a2d832"
license "Apache-2.0"
revision 1
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "002173e89542c9ac24ea74cc62bcde3f5bcbf9e2c520534567183586e99b940b"
sha256 ventura: "3dd35cf2ab2895abf7c551fb0fa5e195461e65b2d1f26c05baa5805df4ec1166"
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-sensors9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ class GzSensors9 < Formula
url "https://osrf-distributions.s3.amazonaws.com/gz-sensors/releases/gz-sensors-9.0.0.tar.bz2"
sha256 "f6f3b1bf67ce81a5f3f99feffe44a4de5a7e170ace401b2272d9d5e1814521ec"
license "Apache-2.0"
revision 1
revision 2

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, sonoma: "1ecae5070f60ea630130b7fdeb7468f05d42d78faf4e9119b4b3ecf34464c274"
sha256 cellar: :any, ventura: "fd665bcea7fe00712675eefcc4d5d825af5dab6091a18b056f88f67110c58831"
end

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

Expand Down

0 comments on commit 70db7df

Please sign in to comment.