aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ocrad.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/ocrad.rb')
-rw-r--r--Library/Formula/ocrad.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ocrad.rb b/Library/Formula/ocrad.rb
index fb75a15d5..1b4068f4e 100644
--- a/Library/Formula/ocrad.rb
+++ b/Library/Formula/ocrad.rb
@@ -1,6 +1,6 @@
require 'formula'
-class Ocrad <Formula
+class Ocrad < Formula
url 'http://ftp.gnu.org/gnu/ocrad/ocrad-0.20.tar.gz'
homepage 'http://www.gnu.org/software/ocrad/'
md5 '47040630580dbc75ce16f4a4fabede3f'
@@ -15,4 +15,4 @@ class Ocrad <Formula
system "make install"
end
-end \ No newline at end of file
+end