freetds: fix download link
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
aa0879f6ee
commit
9126d512c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'formula'
|
|||
|
||||
class Freetds < Formula
|
||||
homepage 'http://www.freetds.org/'
|
||||
url 'http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.91.tar.gz'
|
||||
url 'http://mirrors.ibiblio.org/freetds/stable/freetds-0.91.tar.gz'
|
||||
sha1 '3ab06c8e208e82197dc25d09ae353d9f3be7db52'
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
|
|
Loading…
Reference in a new issue