aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/librsync.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/librsync.rb b/Library/Formula/librsync.rb
index 0acde38d8..44c4af467 100644
--- a/Library/Formula/librsync.rb
+++ b/Library/Formula/librsync.rb
@@ -5,6 +5,13 @@ class Librsync < Formula
url 'http://downloads.sourceforge.net/project/librsync/librsync/0.9.7/librsync-0.9.7.tar.gz'
sha1 'd575eb5cae7a815798220c3afeff5649d3e8b4ab'
+ bottle do
+ cellar :any
+ sha1 "8353f1b073ccf899a1f1d0e14eac81426efb1443" => :mavericks
+ sha1 "078bf45d5ba1f809bfd024db62354330e063f3ff" => :mountain_lion
+ sha1 "cb35ddba05801748025b1394bd89c359f0c4f934" => :lion
+ end
+
option :universal
depends_on 'popt'