comparison src/freetds.mk @ 6511:8f473adec6db

* src/freetds.mk: update to v1.3.14
author John Donoghue <john.donoghue@ieee.org>
date Tue, 08 Nov 2022 09:38:30 -0500
parents 0b25b70852a0
children 696b42891580
comparison
equal deleted inserted replaced
6510:4b8764444acb 6511:8f473adec6db
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.13 6 $(PKG)_VERSION := 1.3.14
7 $(PKG)_CHECKSUM := 1261e2bc930bb1248c07233186824d2a23598973 7 $(PKG)_CHECKSUM := f73a0d4aebaa540edbcb71a4190fb01e1cdace8d
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