Fix broken download URL for fltk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
9969748796
commit
57548dd29e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Fltk < Formula
|
||||
homepage 'http://www.fltk.org/'
|
||||
url 'http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz'
|
||||
url 'http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz'
|
||||
md5 '44d5d7ba06afdd36ea17da6b4b703ca3'
|
||||
|
||||
devel do
|
||||
|
|
Loading…
Reference in a new issue