aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-ftp.rb
diff options
context:
space:
mode:
authorBrewTestBot2015-01-01 19:09:11 +0000
committerJack Nagel2015-01-01 23:47:36 -0500
commit84171b18f520ccd663311e5a3de281ac4350480b (patch)
treeac27c6f82c8b78b1a1dea6fa5d7daba27c23f015 /Library/Formula/git-ftp.rb
parent08d4adee1af640617366b7ff2c0950ed820a97a8 (diff)
downloadhomebrew-84171b18f520ccd663311e5a3de281ac4350480b.tar.bz2
git-ftp: add 1.0.0 bottle.
Diffstat (limited to 'Library/Formula/git-ftp.rb')
-rw-r--r--Library/Formula/git-ftp.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-ftp.rb b/Library/Formula/git-ftp.rb
index 527bb233f..037eb36a8 100644
--- a/Library/Formula/git-ftp.rb
+++ b/Library/Formula/git-ftp.rb
@@ -7,6 +7,13 @@ class GitFtp < Formula
head 'https://github.com/git-ftp/git-ftp.git'
+ bottle do
+ cellar :any
+ sha1 "b509c296643f9b4725f12673739d2bd9e63b7cd4" => :yosemite
+ sha1 "f150cef49610efdbbfb98560c11b09dbf61f2d3e" => :mavericks
+ sha1 "d27bdf1dbd1d3e9f01e2a34e7cffcea06e3d799b" => :mountain_lion
+ end
+
option "with-manpage", "build and install the manpage (depends on pandoc)"
depends_on "curl" => [:optional, "with-libssh2"]