comparison src/freetds.mk @ 6080:14de1dbb44f9

* src/freetds.mk: update to v1.3.7
author John Donoghue <john.donoghue@ieee.org>
date Sun, 06 Feb 2022 10:06:06 -0500
parents 8cc2cd4a0d18
children eaf1d6d84a14
comparison
equal deleted inserted replaced
6079:ce1e614634ee 6080:14de1dbb44f9
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.3.6 6 $(PKG)_VERSION := 1.3.7
7 $(PKG)_CHECKSUM := 607006f673573bc26b59e2a63492ffe630023655 7 $(PKG)_CHECKSUM := 259cd381b70cb57bf1a62969145b640ff5412221
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
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