From 627381e949233ec90e4ea4ffc9d0e811f68619b9 Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Mon, 12 Apr 2021 15:47:46 +0100 Subject: [PATCH] formula_installer: fix version scheme not being set in the tab --- Library/Homebrew/formula_installer.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 160448f984..3de96391f0 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -1160,6 +1160,7 @@ class FormulaInstaller tab.aliases = formula.aliases tab.arch = Hardware::CPU.arch tab.source["versions"]["stable"] = formula.stable.version.to_s + tab.source["versions"]["version_scheme"] = formula.version_scheme tab.source["path"] = formula.specified_path.to_s tab.source["tap_git_head"] = formula.tap&.git_head tab.tap = formula.tap