diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 80eb373512..3fd4117ead 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -1626,6 +1626,13 @@ class Formula "head" => head&.version&.to_s, "bottle" => !bottle_specification.checksums.empty?, }, + "urls" => { + "stable" => { + "url" => stable.url, + "tag" => stable.specs&.dig(:tag), + "revision" => stable.specs&.dig(:revision), + }, + }, "revision" => revision, "version_scheme" => version_scheme, "bottle" => {},