Merge pull request #12942 from hyuraku/delete-deprecate-key

delete bottle deprecate key
This commit is contained in:
Mike McQuaid 2022-03-01 12:13:13 +00:00 committed by GitHub
commit 9235fe959a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -566,7 +566,6 @@ module Homebrew
}, },
"bottle" => { "bottle" => {
"root_url" => bottle.root_url, "root_url" => bottle.root_url,
"prefix" => prefix.to_s, # TODO: 3.3.0: deprecate this
"cellar" => bottle_cellar.to_s, "cellar" => bottle_cellar.to_s,
"rebuild" => bottle.rebuild, "rebuild" => bottle.rebuild,
"date" => Pathname(filename.to_s).mtime.strftime("%F"), "date" => Pathname(filename.to_s).mtime.strftime("%F"),