Skip to content
Snippets Groups Projects
Commit 1efd33ca authored by Mike McQuaid's avatar Mike McQuaid
Browse files

Add suffix for bottles to avoid cache confusion.

parent 780750e0
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ ARGV.each do|formula|
# Get the latest version
version = `brew list --versions #{formula}`.split.last
source = HOMEBREW_CELLAR + formula + version
filename = formula + '-' + version + '.tar.gz'
filename = formula + '-' + version + '-bottle.tar.gz'
ohai "Bottling #{formula} #{version}..."
HOMEBREW_CELLAR.cd do
# Use gzip, faster to compress than bzip2, faster to uncompress than bzip2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment