From a9e7314b37ac258ddeeb3f83c42994673c108d6d Mon Sep 17 00:00:00 2001 From: sunerok Date: Mon, 6 Jan 2025 08:56:55 -0500 Subject: [PATCH] give brew a new loc for boost --- depends/homebrew-formulas/boost180.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/homebrew-formulas/boost180.rb b/depends/homebrew-formulas/boost180.rb index 44b1807d..8e240bfd 100644 --- a/depends/homebrew-formulas/boost180.rb +++ b/depends/homebrew-formulas/boost180.rb @@ -1,7 +1,7 @@ class Boost180 < Formula desc "Collection of portable C++ source libraries" homepage "https://www.boost.org/" - url "https://boostorg.jfrog.io/artifactory/main/release/1.80.0/source/boost_1_80_0.tar.bz2" + url "https://sourceforge.net/projects/boost/files/boost/1.80.0/boost_1_80_0.tar.bz2/download" sha256 "1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0" license "BSL-1.0"