aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_versions.rb
diff options
context:
space:
mode:
authorMike McQuaid2016-08-18 17:32:35 +0100
committerMike McQuaid2016-08-18 17:32:35 +0100
commit27ecf588c703c49f2dfd89e269dfba2f7af5e670 (patch)
treea199823b10854208ac646cb69e019116268258b4 /Library/Homebrew/formula_versions.rb
parent5c7c9de669025bbe4cad9829be39c5cf3b31ad25 (diff)
downloadbrew-27ecf588c703c49f2dfd89e269dfba2f7af5e670.tar.bz2
Rename bottle's revision to rebuild.
Diffstat (limited to 'Library/Homebrew/formula_versions.rb')
-rw-r--r--Library/Homebrew/formula_versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_versions.rb b/Library/Homebrew/formula_versions.rb
index 2c5aae8f5..e5a0c0aea 100644
--- a/Library/Homebrew/formula_versions.rb
+++ b/Library/Homebrew/formula_versions.rb
@@ -53,7 +53,7 @@ class FormulaVersions
formula_at_revision(rev) do |f|
bottle = f.bottle_specification
unless bottle.checksums.empty?
- map[f.pkg_version] << bottle.revision
+ map[f.pkg_version] << bottle.rebuild
end
end
end