diff options
| author | Brett Koonce | 2012-07-28 16:28:57 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-07-28 15:41:24 -0700 | 
| commit | c9d803228c25d7cfc8e0336235ac1cf171a8b7a7 (patch) | |
| tree | 26d78b6bafb30444db5956b2d6283a5256a48eff /Library/Formula/xml-coreutils.rb | |
| parent | f44e66d210cc72bce7ae2d79d6fc971aa531fa0d (diff) | |
| download | homebrew-c9d803228c25d7cfc8e0336235ac1cf171a8b7a7.tar.bz2 | |
xml-coreutils 0.8.1
Closes #13697.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/xml-coreutils.rb')
| -rw-r--r-- | Library/Formula/xml-coreutils.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xml-coreutils.rb b/Library/Formula/xml-coreutils.rb index b468ee404..faa38203c 100644 --- a/Library/Formula/xml-coreutils.rb +++ b/Library/Formula/xml-coreutils.rb @@ -1,9 +1,9 @@  require 'formula'  class XmlCoreutils < Formula -  url 'http://www.lbreyer.com/gpl/xml-coreutils-0.8a.tar.gz'    homepage 'http://www.lbreyer.com/xml-coreutils.html' -  md5 '2a5fa1f1feffad6be2f8af7661408268' +  url 'http://www.lbreyer.com/gpl/xml-coreutils-0.8.1.tar.gz' +  sha1 'fd73b2a087ea1c630571070b1ab4ea3b40138a46'    depends_on 's-lang'  | 
