aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Homebrew/cmd/bottle.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index 2ca0b8725..b226d3c37 100755
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -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