Skip to content

Commit

Permalink
gz-gui9 9.0.1 (#2978)
Browse files Browse the repository at this point in the history
* update  bottle.
  • Loading branch information
osrfbuild authored Feb 15, 2025
1 parent 76fd152 commit 969a445
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/gz-gui9.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class GzGui9 < Formula
desc "Common libraries for robotics applications. GUI Library"
homepage "https://github.com/gazebosim/gz-gui"
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.0.tar.bz2"
sha256 "2534cc688197c973029a43723de50c12a560320106d6b70a27aa4173c0a2d832"
url "https://osrf-distributions.s3.amazonaws.com/gz-gui/releases/gz-gui-9.0.1.tar.bz2"
sha256 "873d9950b1aa577b5b7f864caa4c3f759e29d5b67b81c4d69ab7d37043c4f96d"
license "Apache-2.0"
revision 12

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: "bb13f7e66e0b7484df7f5e0d1c480fb67093ef63f78767d4610caba456f202f7"
sha256 ventura: "0521d34bc7b9c938551e43de1eae9190096f8d8be2af0bbeec289848e91f4baf"
sha256 sonoma: "1137d0d38c39f788764c2f85214f485c0173ae60e2a7b213317466b9ff659b5f"
sha256 ventura: "df7995df3e66d5326c608d3f518e48013e63447cfa15d754f955d4be4a1fe71f"
end

depends_on "cmake" => [:build, :test]
Expand Down

0 comments on commit 969a445

Please sign in to comment.