diff options
Diffstat (limited to 'Library/Formula/xmlformat.rb')
| -rw-r--r-- | Library/Formula/xmlformat.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/xmlformat.rb b/Library/Formula/xmlformat.rb index 045efae27..2daa3953e 100644 --- a/Library/Formula/xmlformat.rb +++ b/Library/Formula/xmlformat.rb @@ -3,7 +3,7 @@ require 'formula'  class Xmlformat < Formula    url 'http://www.kitebird.com/software/xmlformat/xmlformat-1.04.tar.gz'    homepage 'http://www.kitebird.com/software/xmlformat/' -  md5 '1703822838de817cead71f6ca2041137' +  sha1 '405057df0b8160775d486b671348820359b4b85d'    def install      bin.install "xmlformat.rb" => "xmlformat" | 
