aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/syncthing.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-08-28 11:31:31 +0100
committerMike McQuaid2014-08-28 11:33:56 +0100
commit3ad57cd9e555412df9f4b13d5314af2b8c46f078 (patch)
tree11a4327b43ea16270590bd9b50ff57aaf6792d32 /Library/Formula/syncthing.rb
parent2ed63c3080a7bd30115f8a4295c90657ee90e225 (diff)
downloadhomebrew-3ad57cd9e555412df9f4b13d5314af2b8c46f078.tar.bz2
syncthing: add 0.9.9 bottle.
Closes #30035. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/syncthing.rb')
-rw-r--r--Library/Formula/syncthing.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/syncthing.rb b/Library/Formula/syncthing.rb
index cfa457735..3aecceaa5 100644
--- a/Library/Formula/syncthing.rb
+++ b/Library/Formula/syncthing.rb
@@ -4,6 +4,12 @@ class Syncthing < Formula
homepage "http://syncthing.net"
url "https://github.com/calmh/syncthing.git", :tag => "v0.9.9"
+ bottle do
+ sha1 "17052e29c6d573f22390de9326a54b7939b84ed2" => :mavericks
+ sha1 "1b11607bc47d0880ba993ffe10d52ef1663ae3a0" => :mountain_lion
+ sha1 "83e4df0d1b04986218acafecb4e408a2e879662d" => :lion
+ end
+
depends_on "go" => :build
depends_on :hg => :build