From 944d7eebf0bbb869616d081ffcc12112a71624e6 Mon Sep 17 00:00:00 2001 From: Rylan Polster Date: Tue, 14 Jun 2022 14:09:56 -0400 Subject: [PATCH] Add bottle rebuild when loading from API --- Library/Homebrew/formulary.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index fa20e35d9c..0ce0757cb4 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -435,6 +435,7 @@ module Formulary if (bottles_stable = json_formula["bottle"]["stable"]).present? bottle do root_url bottles_stable["root_url"] + rebuild bottles_stable["rebuild"] bottles_stable["files"].each do |tag, bottle_spec| cellar = bottle_spec["cellar"] cellar = cellar[1..].to_sym if cellar.start_with?(":")