Skip to content

Commit

Permalink
Use proper patched URL for 0.82.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Aug 18, 2011
1 parent a9fbe79 commit 74089ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/ports.rake
Expand Up @@ -9,7 +9,7 @@ namespace :ports do
ICONV_VERSION = "1.13.1"
FREETDS_VERSION = ENV['TINYTDS_FREETDS_082'] ? "0.82" : "0.91"
FREETDS_VERSION_INFO = {
"0.82" => {:files => "http://ibiblio.org/pub/Linux/ALPHA/freetds/old/0.82/freetds-0.82.tar.gz"},
"0.82" => {:files => "http://ibiblio.org/pub/Linux/ALPHA/freetds/old/0.82/freetds-patched.tgz"},
"0.91" => {:files => "http://ibiblio.org/pub/Linux/ALPHA/freetds/stable/freetds-0.91.tar.gz"} }

ORIGINAL_HOST = RbConfig::CONFIG["arch"]
Expand Down

0 comments on commit 74089ce

Please sign in to comment.