diff options
| author | Manuel Barros Reyes | 2012-03-27 01:30:54 -0300 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-03-27 00:59:20 -0700 | 
| commit | 597d3ec7c6599bb2f0f94f81d3b11e5664736094 (patch) | |
| tree | d0c9c9a60e165f35bbbb2b72e25ac7120c81ffab /Library/Formula/fox.rb | |
| parent | 99bad73aaaef30b98bae547b4f93b221fce93431 (diff) | |
| download | homebrew-597d3ec7c6599bb2f0f94f81d3b11e5664736094.tar.bz2 | |
fox: fix md5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/fox.rb')
| -rw-r--r-- | Library/Formula/fox.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fox.rb b/Library/Formula/fox.rb index 389a41dd8..096748dcd 100644 --- a/Library/Formula/fox.rb +++ b/Library/Formula/fox.rb @@ -3,7 +3,7 @@ require 'formula'  class Fox < Formula    homepage 'http://www.fox-toolkit.org/'    url 'ftp://ftp.fox-toolkit.org/pub/fox-1.6.44.tar.gz' -  md5 '6ccc8cbcfa6e4c8b6e4deeeb39c36434' +  md5 '5d3658faf0855826ff6ce8f95e413949'    # Development and stable branches are incompatible    devel do  | 
