comparison src/freetds.mk @ 6614:954ae96a6309

* src/freetds.mk: update to v1.3.17
author John Donoghue <john.donoghue@ieee.org>
date Mon, 23 Jan 2023 15:01:22 -0500
parents c2a6e3dfe19c
children 8b163872db25
comparison
equal deleted inserted replaced
6613:8740ec594a47 6614:954ae96a6309
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.16 6 $(PKG)_VERSION := 1.3.17
7 $(PKG)_CHECKSUM := c05fc2d63fc1f6dfe9efec73fe5941015182191c 7 $(PKG)_CHECKSUM := 96236352ea30e37ae560cc00a1acbd9928446b16
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