From 9b4c0824416dfe4f74c069f6642ebd1073f7d2e4 Mon Sep 17 00:00:00 2001 From: Hugo Gimbert Date: Mon, 22 Nov 2021 21:31:11 +0100 Subject: [PATCH 1/5] Removed bootle --- Formula/opencv@4.2.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Formula/opencv@4.2.rb b/Formula/opencv@4.2.rb index 14e3146..579281d 100644 --- a/Formula/opencv@4.2.rb +++ b/Formula/opencv@4.2.rb @@ -5,10 +5,6 @@ class OpencvAT42 < Formula sha256 "9ccb2192d7e8c03c58fee07051364d94ed7599363f3b0dce1c5e6cc11c1bb0ec" revision 3 - bottle do - root_url "https://dl.bintray.com/snogar/bottles-ros-noetic" - sha256 "80b391c0c1bf6d27c2a7df4d747ec5fc145a1115ed72525217ccbb88dc2ae1b4" => :big_sur - end keg_only :versioned_formula From ccdc8b1ab452a49aa52deccf6e4ccac8f7ec1c62 Mon Sep 17 00:00:00 2001 From: Hugo Gimbert Date: Mon, 22 Nov 2021 23:06:58 +0100 Subject: [PATCH 2/5] updated link to boost source --- Formula/boost@1.73.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/boost@1.73.rb b/Formula/boost@1.73.rb index ab9fc59..083480d 100644 --- a/Formula/boost@1.73.rb +++ b/Formula/boost@1.73.rb @@ -2,7 +2,7 @@ class BoostAT173 < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" + mirror "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" license "BSL-1.0" head "https://github.com/boostorg/boost.git" From 374bd6753129fb4192ecd396e42fbdfe1b72ceda Mon Sep 17 00:00:00 2001 From: Hugo Gimbert Date: Mon, 22 Nov 2021 23:09:13 +0100 Subject: [PATCH 3/5] Update boost@1.73.rb --- Formula/boost@1.73.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/boost@1.73.rb b/Formula/boost@1.73.rb index 083480d..4ce68be 100644 --- a/Formula/boost@1.73.rb +++ b/Formula/boost@1.73.rb @@ -1,7 +1,7 @@ class BoostAT173 < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" + url "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" mirror "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" license "BSL-1.0" From b269764ec27edb9233874687fd4a6a00e16dd8a0 Mon Sep 17 00:00:00 2001 From: Hugo Gimbert Date: Mon, 22 Nov 2021 23:33:04 +0100 Subject: [PATCH 4/5] Update boost@1.73.rb --- Formula/boost@1.73.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/boost@1.73.rb b/Formula/boost@1.73.rb index 4ce68be..ab6323e 100644 --- a/Formula/boost@1.73.rb +++ b/Formula/boost@1.73.rb @@ -2,7 +2,7 @@ class BoostAT173 < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" url "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" - mirror "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" + mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" license "BSL-1.0" head "https://github.com/boostorg/boost.git" From af29c214fe2af8d5aa19ec4e37e14777efd8c2e7 Mon Sep 17 00:00:00 2001 From: Hugo Gimbert Date: Mon, 22 Nov 2021 23:33:37 +0100 Subject: [PATCH 5/5] Update boost-python3@1.73.rb --- Formula/boost-python3@1.73.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/boost-python3@1.73.rb b/Formula/boost-python3@1.73.rb index 966515d..a125786 100644 --- a/Formula/boost-python3@1.73.rb +++ b/Formula/boost-python3@1.73.rb @@ -1,7 +1,7 @@ class BoostPython3AT173 < Formula desc "C++ library for C++/Python3 interoperability" homepage "https://www.boost.org/" - url "https://dl.bintray.com/boostorg/release/1.73.0/source/boost_1_73_0.tar.bz2" + url "https://boostorg.jfrog.io/artifactory/main/release/1.73.0/source/boost_1_73_0.tar.bz2" mirror "https://dl.bintray.com/homebrew/mirror/boost_1_73_0.tar.bz2" sha256 "4eb3b8d442b426dc35346235c8733b5ae35ba431690e38c6a8263dce9fcbb402" license "BSL-1.0"