comparison src/freetds.mk @ 6547:696b42891580

* src/freetds.mk: update to v3.1.15
author John Donoghue <john.donoghue@ieee.org>
date Mon, 28 Nov 2022 14:27:26 -0500
parents 8f473adec6db
children c2a6e3dfe19c
comparison
equal deleted inserted replaced
6546:54f336bbb833 6547:696b42891580
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.14 6 $(PKG)_VERSION := 1.3.15
7 $(PKG)_CHECKSUM := f73a0d4aebaa540edbcb71a4190fb01e1cdace8d 7 $(PKG)_CHECKSUM := 94866ae2144109ccdfad773a52c83cd2024d25ac
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