Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
brew-bottle doesn't need to specify filenames now.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 29, 2012
1 parent 667ced2 commit c6d37fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Library/Homebrew/cmd/bottle.rb
Expand Up @@ -17,8 +17,7 @@ def bottle_formula f
safe_system 'tar', 'czf', directory/filename, "#{f.name}/#{f.version}"
puts "./#{filename}"
puts "bottle do"
puts " url '#{bottle_base_url}#{filename}'"
puts " sha1 '#{(directory/filename).sha1}'"
puts " sha1 '#{(directory/filename).sha1}' => :#{MacOS.cat}"
puts "end"
end
end
Expand Down

0 comments on commit c6d37fb

Please sign in to comment.