comparison src/freetds.mk @ 6263:a63a391d9e24

* src/freetds.mk: update to v1.3.12
author John Donoghue <john.donoghue@ieee.org>
date Thu, 16 Jun 2022 09:08:29 -0400
parents 16e549a2cf11
children 0b25b70852a0
comparison
equal deleted inserted replaced
6262:9971207fe70e 6263:a63a391d9e24
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.11 6 $(PKG)_VERSION := 1.3.12
7 $(PKG)_CHECKSUM := b8742f124506cda003e2d8a288aa7fdb9901c892 7 $(PKG)_CHECKSUM := 7cbd40ca46352c8befe1d85801ac876c27f13804
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