aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgetdata.rb
diff options
context:
space:
mode:
authorBrett Koonce2015-01-02 23:35:23 -0600
committerBrett Koonce2015-01-04 00:28:15 -0800
commit9f225c3925ffc817ac014caad7bf6dc15e2df767 (patch)
treeed1b8ad69dff281b8b8d935a2d16c400daa64bbf /Library/Formula/libgetdata.rb
parent384a43a507b84ae66bc9d16b7609e1b513c7e576 (diff)
downloadhomebrew-9f225c3925ffc817ac014caad7bf6dc15e2df767.tar.bz2
libgetdata 0.8.6
Diffstat (limited to 'Library/Formula/libgetdata.rb')
-rw-r--r--Library/Formula/libgetdata.rb21
1 files changed, 9 insertions, 12 deletions
diff --git a/Library/Formula/libgetdata.rb b/Library/Formula/libgetdata.rb
index fe0a2b6b0..34398024a 100644
--- a/Library/Formula/libgetdata.rb
+++ b/Library/Formula/libgetdata.rb
@@ -1,10 +1,7 @@
-require 'formula'
-
class Libgetdata < Formula
- homepage 'http://getdata.sourceforge.net/'
- url 'https://downloads.sourceforge.net/project/getdata/getdata/0.8.5/getdata-0.8.5.tar.bz2'
- sha1 '4f509e10f9eb6e8cfc378efd8b483b2a2508917f'
- revision 1
+ homepage "http://getdata.sourceforge.net/"
+ url "https://downloads.sourceforge.net/project/getdata/getdata/0.8.6/getdata-0.8.6.tar.bz2"
+ sha1 "57f12393916a658123c759d04ed88fe0348cbac6"
bottle do
sha1 "845fc0330d8e4ae33987e898c1cbf20d7217b847" => :yosemite
@@ -12,14 +9,14 @@ class Libgetdata < Formula
sha1 "1787e29cddbfd694b15860d0af697657d0602210" => :mountain_lion
end
- option 'with-fortran', 'Build Fortran 77 bindings'
- option 'with-perl', 'Build Perl binding'
- option 'lzma', 'Build with LZMA compression support'
- option 'zzip', 'Build with zzip compression support'
+ option "with-fortran", "Build Fortran 77 bindings"
+ option "with-perl", "Build Perl binding"
+ option "lzma", "Build with LZMA compression support"
+ option "zzip", "Build with zzip compression support"
depends_on :fortran => :optional
- depends_on 'xz' if build.include? 'lzma'
- depends_on 'libzzip' if build.include? 'zzip'
+ depends_on "xz" if build.include? "lzma"
+ depends_on "libzzip" if build.include? "zzip"
def install