fox 1.6.46 (devel 1.7.35)
Closes Homebrew/homebrew#13955. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
f3e5555c60
commit
4586baa9ca
1 changed files with 4 additions and 4 deletions
|
@ -2,13 +2,13 @@ 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 '5d3658faf0855826ff6ce8f95e413949'
|
||||
url 'ftp://ftp.fox-toolkit.org/pub/fox-1.6.46.tar.gz'
|
||||
sha1 '0d77f6b1d6cb6e57590f2825e336d963c0218061'
|
||||
|
||||
# Development and stable branches are incompatible
|
||||
devel do
|
||||
url 'http://ftp.fox-toolkit.org/pub/fox-1.7.32.tar.gz'
|
||||
md5 '1cf2607d15ffad5b664cf65bfcd249bc'
|
||||
url 'ftp://ftp.fox-toolkit.org/pub/fox-1.7.35.tar.gz'
|
||||
sha1 '9529ab0ef52ed15ad2a58d49e6bd14cd6b6b829d'
|
||||
end
|
||||
|
||||
depends_on :x11
|
||||
|
|
Loading…
Reference in a new issue