Skip to content

Commit

Permalink
Remove more collections bottles for tinyxml2 (#2562)
Browse files Browse the repository at this point in the history
* ignition-citadel: revision bump for tinyxml2
* ignition-fortress: revision bump for tinyxml2
  • Loading branch information
scpeters authored Feb 13, 2024
1 parent f151e83 commit 8757ed9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions Formula/ignition-citadel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ class IgnitionCitadel < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-citadel/releases/ignition-citadel-1.0.2.tar.bz2"
sha256 "2b99e7476093e78841c63d4ec348c6cf7c9d650a2e5787011723142c9f917659"
license "Apache-2.0"
revision 8
revision 9
version_scheme 1

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "6825681c5f253c09f7ed54e17eb2fe67eb987bf64deec82886abad2df0dbec16"
sha256 cellar: :any, monterey: "7b39ced8c09bee8c7defa80c7265f8af300a79c83f838beac48f7adc0e8589d4"
end

deprecate! date: "2024-12-31", because: "is past end-of-life date"

depends_on "cmake" => :build
Expand Down
8 changes: 1 addition & 7 deletions Formula/ignition-fortress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,11 @@ class IgnitionFortress < Formula
url "https://osrf-distributions.s3.amazonaws.com/ign-fortress/releases/ignition-fortress-1.0.3.tar.bz2"
sha256 "eedbfb01e18038756eb596fa8f1c8aa955ca2be029fe40bb842ffee4d4452323"
license "Apache-2.0"
revision 6
revision 7
version_scheme 1

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 cellar: :any, ventura: "8122588dd6d1b47e555c702260b35ed52f05e91d5836bd73656b27290137f904"
sha256 cellar: :any, monterey: "bb24058dea1a0c46dbe8a37bcd59df9b0f8dc2f620d1b750d9ca9ec61b1725c5"
end

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

Expand Down

0 comments on commit 8757ed9

Please sign in to comment.