Skip to content

Commit

Permalink
Harmonic: update head branches
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters committed Sep 19, 2023
1 parent 9fb0d08 commit 32f473f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Formula/gz-fuel-tools9.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzFuelTools9 < Formula
license "Apache-2.0"
revision 4

head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "main"
head "https://github.com/gazebosim/gz-fuel-tools.git", branch: "gz-fuel-tools9"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-gui8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzGui8 < Formula
license "Apache-2.0"
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-launch7.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzLaunch7 < Formula
license "Apache-2.0"
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 2 additions & 0 deletions Formula/gz-msgs10.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ class GzMsgs10 < Formula
license "Apache-2.0"
revision 2

head "https://github.com/gazebosim/gz-msgs.git", branch: "gz-msgs10"

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
sha256 ventura: "a9a96caa802ef2f1d934787647b0e57f3fbe93fcc3f7895c95fe2828d5f556d0"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-rendering8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class GzRendering8 < Formula
sha256 "2e828c5c0754d082d97a01b5ef6f47d3baae2749f7c638b18259c4673c11be7b"
license "Apache-2.0"

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-sensors8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzSensors8 < Formula
license "Apache-2.0"
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-sim8.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzSim8 < Formula
license "Apache-2.0"
revision 2

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down
2 changes: 1 addition & 1 deletion Formula/gz-transport13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class GzTransport13 < Formula
license "Apache-2.0"
revision 4

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

bottle do
root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation"
Expand Down

0 comments on commit 32f473f

Please sign in to comment.