Skip to content

Commit

Permalink
gz-harmonic 1.0.0~pre2 (#2374)
Browse files Browse the repository at this point in the history
* update  bottle.

Co-authored-by: Steve Peters <[email protected]>
  • Loading branch information
osrfbuild and scpeters authored Aug 31, 2023
1 parent b9e0241 commit bffdcca
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Formula/gz-harmonic.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ class GzHarmonic < Formula

desc "Collection of gazebo simulation software"
homepage "https://github.com/gazebosim/gz-harmonic"
url "https://github.com/gazebosim/gz-harmonic.git", branch: "main"
version "0.999.999~0~20230728"
url "https://osrf-distributions.s3.amazonaws.com/gz-harmonic/releases/gz-harmonic-1.0.0~pre2.tar.bz2"
version "1.0.0~pre2"
sha256 "1397b757805afcd1dc468b0ea2449288673bfe64ecf09393f948fc2cf1caa9a6"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "22aee85eabfb01f5a12ec9f5c2b0bf5c67d7451bb598fb0a43b63b24baa73f25"
sha256 cellar: :any, monterey: "647647ff655c30b9b5f7e83ff2d857cebe5a6ff058ea8e680a11fc3bc1d47299"
sha256 cellar: :any, big_sur: "bbf7076d1eecc69cd9ce6cf0bfa06c9bfac402b8f05494d8d66c08ebe6c0a483"
end

depends_on "cmake" => :build
depends_on "[email protected]" => [:build, :test]

Expand Down

0 comments on commit bffdcca

Please sign in to comment.