aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/intltool.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/intltool.rb')
-rw-r--r--Library/Formula/intltool.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/intltool.rb b/Library/Formula/intltool.rb
index 4db38785b..b0d22099d 100644
--- a/Library/Formula/intltool.rb
+++ b/Library/Formula/intltool.rb
@@ -1,9 +1,9 @@
require 'formula'
class Intltool <Formula
- @url='http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-0.41.0.tar.gz'
- @homepage='http://www.freedesktop.org/wiki/Software/intltool'
- @md5='8a6e4afd3fc93637dcd70e36ab899364'
+ url 'http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-0.41.0.tar.gz'
+ homepage 'http://www.freedesktop.org/wiki/Software/intltool'
+ md5 '8a6e4afd3fc93637dcd70e36ab899364'
def install
system "./configure", "--prefix=#{prefix}"