comparison src/freetds.mk @ 6173:5216d9e6fa2a

* src/freetds.mk: update to v1.3.10
author John Donoghue <john.donoghue@ieee.org>
date Mon, 18 Apr 2022 09:40:31 -0400
parents eaf1d6d84a14
children 16e549a2cf11
comparison
equal deleted inserted replaced
6172:46d87e71bff7 6173:5216d9e6fa2a
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.9 6 $(PKG)_VERSION := 1.3.10
7 $(PKG)_CHECKSUM := e785039a594dbdffb300fa6c97ebd691bbf26366 7 $(PKG)_CHECKSUM := d469b5a809e5c0caa867ae4fd84edafdfb7c4141
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