comparison src/freetds.mk @ 4402:3e024d024711

freetds: update to 1.00.44 * src/freetds.mk: update version, checksum
author John D
date Mon, 26 Jun 2017 12:15:17 -0400
parents 2c47a4853d1a
children d5eee507aec2
comparison
equal deleted inserted replaced
4401:ba9579a8fcb6 4402:3e024d024711
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 := 1.00.27 6 $(PKG)_VERSION := 1.00.44
7 $(PKG)_CHECKSUM := 81c6e8566ef7d366d67b874917da41fc1dba2145 7 $(PKG)_CHECKSUM := 793d4f80338a777fbc9292043d6d3dbe9ef1fa18
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