From 847a7e7ee3184dbea22109cf210d8a81dcffb8e2 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Mon, 11 Jan 2021 15:15:06 -0800 Subject: [PATCH 1/3] Bump in edifice: ign-launch4 Signed-off-by: Louise Poubel --- Formula/ignition-launch4.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/ignition-launch4.rb b/Formula/ignition-launch4.rb index 47e4a1163..c664421bc 100644 --- a/Formula/ignition-launch4.rb +++ b/Formula/ignition-launch4.rb @@ -1,9 +1,9 @@ class IgnitionLaunch4 < Formula desc "Launch libraries for robotics applications" homepage "https://github.com/ignitionrobotics/ign-launch" - url "https://github.com/ignitionrobotics/ign-launch/archive/29823c79fa313c67ee50ec6589a656e60f2667a1.tar.gz" - version "3.999.999~0~20201028~29823c" - sha256 "c2a28509cad17b26bca726c7ae030585c6f9df34c7cdc8481874821fcbbd94ad" + url "https://github.com/ignitionrobotics/ign-launch/archive/a097685e4008b1c0331f30d6341ab6e6ea31ed58.tar.gz" + version "3.999.999~0~20210111~a09768" + sha256 "74250cfafdbe23103282f142b61049ef408af4b5244b35bceb235c6f7669f46c" license "Apache-2.0" revision 1 @@ -21,10 +21,10 @@ class IgnitionLaunch4 < Formula depends_on "ignition-common3" depends_on "ignition-gazebo5" depends_on "ignition-gui5" - depends_on "ignition-msgs6" + depends_on "ignition-msgs7" depends_on "ignition-plugin1" depends_on "ignition-tools" - depends_on "ignition-transport9" + depends_on "ignition-transport10" depends_on "qt@5" depends_on "tinyxml2" From 138b157a12e7338665d6f0b43f663fe5192413b1 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Tue, 12 Jan 2021 04:12:20 -0800 Subject: [PATCH 2/3] Remove revision Signed-off-by: Louise Poubel --- Formula/ignition-launch4.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/ignition-launch4.rb b/Formula/ignition-launch4.rb index c844d5389..a26c8c0cb 100644 --- a/Formula/ignition-launch4.rb +++ b/Formula/ignition-launch4.rb @@ -5,7 +5,6 @@ class IgnitionLaunch4 < Formula version "3.999.999~0~20210111~a09768" sha256 "74250cfafdbe23103282f142b61049ef408af4b5244b35bceb235c6f7669f46c" license "Apache-2.0" - revision 1 head "https://github.com/ignitionrobotics/ign-launch", branch: "main" From 873a9c2998c466f4480e1c7a4d9579d50f31e1df Mon Sep 17 00:00:00 2001 From: OSRF Build Bot Date: Tue, 12 Jan 2021 12:41:47 +0000 Subject: [PATCH 3/3] update bottle. --- Formula/ignition-launch4.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/ignition-launch4.rb b/Formula/ignition-launch4.rb index a26c8c0cb..db89f52bb 100644 --- a/Formula/ignition-launch4.rb +++ b/Formula/ignition-launch4.rb @@ -8,6 +8,11 @@ class IgnitionLaunch4 < Formula head "https://github.com/ignitionrobotics/ign-launch", branch: "main" + bottle do + root_url "https://osrf-distributions.s3.amazonaws.com/bottles-simulation" + sha256 "5753e590f1d281090c45bb950ff8458dbdcc6985d2af2ce0580c5293d3d97e12" => :mojave + end + depends_on "cmake" => :build depends_on "pkg-config" => :build