Skip to content

Commit

Permalink
gz-launch6 6.2.0 (#2871)
Browse files Browse the repository at this point in the history
* update  bottle.
  • Loading branch information
osrfbuild authored Nov 13, 2024
1 parent da52eb4 commit 5ceade1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Formula/gz-launch6.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
class GzLaunch6 < Formula
desc "Launch libraries for robotics applications"
homepage "https://github.com/gazebosim/gz-launch"
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-6.1.0.tar.bz2"
sha256 "7c789c85ffb422ebbc4adb6f93c9b2aa7fdd7eccd521b7895297a6b8c525acc1"
url "https://osrf-distributions.s3.amazonaws.com/gz-launch/releases/gz-launch-6.2.0.tar.bz2"
sha256 "53d2e2bbeee88952f4051bfdefdfd330b638b074e9fadc8f4aa17bcc2659c0e9"
license "Apache-2.0"
revision 34

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 sonoma: "49350400df3254d59ef321b220e14378a3a3bd42619b0e788ee52df773f9e267"
sha256 ventura: "21c7e35f6b240e5bd62281511245fe4da876a8c358a82b588b3743ebd84594fd"
sha256 sonoma: "24eeb3e57d3f9e18787919c5421be46464e8cb2c46989136b2afbb2d3a95f926"
sha256 ventura: "b9f73b7c071d47c9891a4dc14f2acaaba0f675d96b4f34aa9be09ed0df0e9454"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 5ceade1

Please sign in to comment.