-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove more collections bottles for tinyxml2 (#2562)
* ignition-citadel: revision bump for tinyxml2 * ignition-fortress: revision bump for tinyxml2
- Loading branch information
Showing
2 changed files
with
2 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
||
|