comparison src/freetds.mk @ 5152:85bc61db8ed6

* src/freetds.mk: update to v1.1.12
author John Donoghue
date Tue, 13 Aug 2019 10:24:45 -0400
parents 3a56fa4dcac6
children e24c3748a509
comparison
equal deleted inserted replaced
5151:d9bfc5d450c0 5152:85bc61db8ed6
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.1.11 6 $(PKG)_VERSION := 1.1.12
7 $(PKG)_CHECKSUM := 382bf44cc6d9d70d02fecc954ffbbe99894036b4 7 $(PKG)_CHECKSUM := 40bf5313eb81b7ae7ae2b26cd386597c7c03fa0c
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