aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBrewTestBot2014-08-21 00:30:47 +0100
committerMike McQuaid2014-08-21 08:22:11 +0100
commit7714994f14cbc30e79410b9dd84e90cc6ab4645b (patch)
treeaf0facecdb0a2d5fa5df86b85419db1cb4b1ff2b /Library
parenta280774e4759155daa57333fb0191c3524457d33 (diff)
downloadhomebrew-7714994f14cbc30e79410b9dd84e90cc6ab4645b.tar.bz2
grsync: add 1.2.4 bottle.
Closes #31748. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/grsync.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/grsync.rb b/Library/Formula/grsync.rb
index c558cdea4..c67723320 100644
--- a/Library/Formula/grsync.rb
+++ b/Library/Formula/grsync.rb
@@ -5,6 +5,12 @@ class Grsync < Formula
url 'https://downloads.sourceforge.net/project/grsync/grsync-1.2.4.tar.gz'
sha256 '5e74819a9188a5f722b8a692d8df0bc011c3ff1f1e8e4bbd8e5989b76e46c370'
+ bottle do
+ sha1 "da7610410092af265131c3b698d625a8c5f4b0fd" => :mavericks
+ sha1 "4629045d73186a86cb950b6a528a97649696e3ed" => :mountain_lion
+ sha1 "c957fd774c614e707bc06b1ce2122c3b13f4aa6b" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'