comparison src/freetds.mk @ 4314:dbe6064ffb0f

* src/freetgs.mk: update to v1.00.24
author John D
date Wed, 04 Jan 2017 08:32:18 -0500
parents 76d4dd089b9e
children 9949d96e2013
comparison
equal deleted inserted replaced
4313:3d768e8ec06a 4314:dbe6064ffb0f
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := freetds 4 PKG := freetds
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 0.95.8 6 $(PKG)_VERSION := 1.00.24
7 $(PKG)_CHECKSUM := 9500632b29dece7cb5df908045387e850ab61e79 7 $(PKG)_CHECKSUM := a7beba6528658f7b5321cc3fae8b646ae167338b
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := ftp://ftp.freetds.org/pub/$(PKG)/stable/$($(PKG)_FILE) 10 $(PKG)_URL := ftp://ftp.freetds.org/pub/$(PKG)/stable/$($(PKG)_FILE)
11 $(PKG)_DEPS := libiconv gnutls 11 $(PKG)_DEPS := libiconv gnutls
12 12