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

brew-bottle doesn't need to specify filenames now.

parent eb71d1ba
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,7 @@ module Homebrew extend self
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
......
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