Skip to content
Closed
Show file tree
Hide file tree
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
8 changes: 1 addition & 7 deletions Formula/sdformat12.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class Sdformat12 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-12.9.0.tar.bz2"
sha256 "4c546c106265fecc5600de56ce1e979c73e1068d3d89022de1672084db2d5a22"
license "Apache-2.0"
revision 1

# head "https://github.com/gazebosim/sdformat.git", branch: "sdf12"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 arm64_sequoia: "db1d58df626808c582c55bec512048144346dedd3199dc6ac9e6d253eab682dc"
sha256 arm64_sonoma: "d87fab9801499e287632e37981650e9ade5f93b37b46f7eb12757cec9c0d01ba"
sha256 sonoma: "da9a05e6d6c7e5442806f97079ca0166abf31045f58cbaa94d587172248a0577"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]

Expand Down
8 changes: 1 addition & 7 deletions Formula/sdformat14.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class Sdformat14 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-14.9.0.tar.bz2"
sha256 "7b9c49bcb9f10ba7e84b575497f64f63e7fddf32f573c3644c55575604fecd0f"
license "Apache-2.0"
revision 1

# head "https://github.com/gazebosim/sdformat.git", branch: "main"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 arm64_sequoia: "120f4890257e789e0d8c95f12e39d3274b6c8fcb9b6d9e1ef473a111061e8793"
sha256 arm64_sonoma: "cfdabde6268d33d80e7b3f64fca9c3d4d5ff308851db99ef694939f7eb737361"
sha256 sonoma: "adcb4e1281bf48857b20fbd4c4d8b5ae4f2f7270dad49accc995b7e6eb618001"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]
depends_on "pybind11" => :build
Expand Down
8 changes: 1 addition & 7 deletions Formula/sdformat15.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ class Sdformat15 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-15.4.0.tar.bz2"
sha256 "22b9825201bfd7c0c7ecc60995efca90bf05aeaddcc308ae5180746a08cd0b90"
license "Apache-2.0"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 arm64_sequoia: "0670973ded06d4cc6972d2cebc58e49f3fe75182efb532a63be6b25cc487a27b"
sha256 arm64_sonoma: "5d602eea83e819bea8f15b8c6a2b64092096d29e08d306c72a7c8df7fe34b944"
sha256 sonoma: "bfd3ccc89c124fe5df63da3cb39daaae4af65ca80f842fbd207a41400fb457d1"
end
revision 1

# head "https://github.com/gazebosim/sdformat.git", branch: "sdf15"

Expand Down
8 changes: 1 addition & 7 deletions Formula/sdformat16.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,10 @@ class Sdformat16 < Formula
url "https://osrf-distributions.s3.amazonaws.com/sdformat/releases/sdformat-16.0.1.tar.bz2"
sha256 "e39b8228f93b660344d532e5b4cf3b6b3b7f58bfafd86d174b4c632c000575ab"
license "Apache-2.0"
revision 1

head "https://github.com/gazebosim/sdformat.git", branch: "sdf16"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 arm64_sequoia: "aae531b6379fee4b59f62be9abbf87f624a0f3040c77a8ddc6bf2d13ba9ea570"
sha256 arm64_sonoma: "a3487ed72afdf5170e3011b1b6f948fb548ff29059a07388cd46a5b3cedd57bb"
sha256 sonoma: "d34db967d01ac1f2d61e476abddb78da28d85ec70d7c3d60b531e7338f8288cf"
end

depends_on "cmake" => [:build, :test]
depends_on "pkgconf" => [:build, :test]
depends_on "pybind11" => :build
Expand Down