diff options
| author | Adam Vandenberg | 2013-01-27 15:24:12 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:51 -0800 |
| commit | f9cdd47a3345d75d6dc0dc5859c643e44c6b36b6 (patch) | |
| tree | 8178ab287c644209c87a8188c0a48c04bd6ace4d | |
| parent | f2a9caeb404f47a1cdcb1d723037bae36a1a975d (diff) | |
| download | homebrew-f9cdd47a3345d75d6dc0dc5859c643e44c6b36b6.tar.bz2 | |
xmp: style nits
| -rw-r--r-- | Library/Formula/xmp.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/xmp.rb b/Library/Formula/xmp.rb index 422726afb..5dec30e28 100644 --- a/Library/Formula/xmp.rb +++ b/Library/Formula/xmp.rb @@ -1,8 +1,8 @@ require 'formula' class Xmp < Formula - url 'http://downloads.sourceforge.net/project/xmp/xmp/3.5.0/xmp-3.5.0.tar.gz' homepage 'http://xmp.sourceforge.net' + url 'http://downloads.sourceforge.net/project/xmp/xmp/3.5.0/xmp-3.5.0.tar.gz' sha1 '0707b586a445b4c3aab50eb1a6b9feb431a20983' def install |
