Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps in garden : ign-garden #1683

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions Formula/ignition-garden.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,12 @@ class IgnitionGarden < Formula

desc "Collection of gazebo simulation software"
homepage "https://github.com/ignitionrobotics/ign-garden"
url "https://github.com/ignitionrobotics/ign-garden/archive/a4732212255ef447f102587a346086fc11c1846c.tar.gz"
version "0.999.999~0~20211008~a47322"
sha256 "2f0fa319ba90f3840521b2d8544bd4528e3a2cf39c9899638e6ec3b6a6231226"
url "https://github.com/ignitionrobotics/ign-garden.git", branch: "main"
version "0.999.999~0~20211116"
license "Apache-2.0"

head "https://github.com/ignitionrobotics/ign-garden.git", branch: "main"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, big_sur: "67e6a3f6c421969c0a14070889cf30cf3e3bc8b05733683e04c6b2df5f67d5ca"
sha256 cellar: :any, catalina: "d148602e0dbe37b1212997f44420b335c6ab2c044b946727bcecf1e39b7315c5"
end

depends_on "cmake" => :build
depends_on "ignition-cmake2"
depends_on "ignition-common4"
Expand All @@ -27,7 +20,7 @@ class IgnitionGarden < Formula
depends_on "ignition-msgs8"
depends_on "ignition-physics5"
depends_on "ignition-plugin1"
depends_on "ignition-rendering6"
depends_on "ignition-rendering7"
depends_on "ignition-sensors6"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I think it's missing some dependency bumps

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I'm debugging some changes to the bump scripts

depends_on "ignition-tools"
depends_on "ignition-transport11"
Expand Down