diff options
Diffstat (limited to 'Library/Formula/automoc4.rb')
| -rw-r--r-- | Library/Formula/automoc4.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/automoc4.rb b/Library/Formula/automoc4.rb index e9ad3783f..7dcfc3b5d 100644 --- a/Library/Formula/automoc4.rb +++ b/Library/Formula/automoc4.rb @@ -1,9 +1,9 @@  require 'formula'  class Automoc4 <Formula -  @url='ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2' -  @homepage='http://techbase.kde.org/Development/Tools/Automoc4' -  @md5='91bf517cb940109180ecd07bc90c69ec' +  url 'ftp://ftp.kde.org/pub/kde/stable/automoc4/0.9.88/automoc4-0.9.88.tar.bz2' +  homepage 'http://techbase.kde.org/Development/Tools/Automoc4' +  md5 '91bf517cb940109180ecd07bc90c69ec'    depends_on 'cmake'    depends_on 'qt' | 
