comparison src/freetds.mk @ 6250:16e549a2cf11

* src/freetds.mk: update to v1.3.11
author John Donoghue <john.donoghue@ieee.org>
date Tue, 31 May 2022 08:20:35 -0400
parents 5216d9e6fa2a
children a63a391d9e24
comparison
equal deleted inserted replaced
6249:d587e7770bd9 6250:16e549a2cf11
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.10 6 $(PKG)_VERSION := 1.3.11
7 $(PKG)_CHECKSUM := d469b5a809e5c0caa867ae4fd84edafdfb7c4141 7 $(PKG)_CHECKSUM := b8742f124506cda003e2d8a288aa7fdb9901c892
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