delete bottle deprecate key

This commit is contained in:
hyuraku 2022-02-24 21:57:54 +09:00
parent 6661f5b14d
commit e46e35bb0c

View File

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