Update freedts url

The ibiblio mirror of freetds seems to have gone away (or changed locations)
This commit is contained in:
Jeremy Stephens 2012-08-02 18:49:44 -05:00
parent 1bced16c88
commit 34dcba37ae
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ $(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 3ab06c8e208e82197dc25d09ae353d9f3be7db52
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://ibiblio.org/pub/Linux/ALPHA/$(PKG)/stable/$($(PKG)_FILE)
$(PKG)_URL := ftp://ftp.freetds.org/pub/$(PKG)/stable/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libiconv gnutls
define $(PKG)_UPDATE