comparison src/freetds.mk @ 5355:38e295be48d9

* src/freetds.mk: update to v1.1.26
author John Donoghue <john.donoghue@ieee.org>
date Fri, 03 Apr 2020 17:57:51 -0400
parents 9d55f018ac83
children 246ea448f4b1
comparison
equal deleted inserted replaced
5354:e0569f7f5fe6 5355:38e295be48d9
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.24 6 $(PKG)_VERSION := 1.1.26
7 $(PKG)_CHECKSUM := c6925b2394f69be8303809b997cc4fc76e404a2f 7 $(PKG)_CHECKSUM := 6d4e5ce5e5efa3f57b8388f23132b98e9ba20618
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