Replace FTP retrieval URLs with HTTP/HTTPS serving packages with identical checksum. (#2958)
This commit is contained in:
@@ -31,6 +31,6 @@ class Unixodbc(AutotoolsPackage):
|
||||
SQL Servers and any Data Source with an ODBC Driver."""
|
||||
|
||||
homepage = "http://www.unixodbc.org/"
|
||||
url = "ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.4.tar.gz"
|
||||
url = "http://www.unixodbc.org/unixODBC-2.3.4.tar.gz"
|
||||
|
||||
version('2.3.4', 'bd25d261ca1808c947cb687e2034be81')
|
||||
|
Reference in New Issue
Block a user