comparison src/freetds.mk @ 5872:b0e9d3ec87cd

* src/freetds.mk: update to v1.3.3
author John Donoghue <john.donoghue@ieee.org>
date Thu, 02 Sep 2021 08:19:50 -0400
parents 5967563e06b9
children 8d1bfd50950d
comparison
equal deleted inserted replaced
5871:1b10dc73d928 5872:b0e9d3ec87cd
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.2 6 $(PKG)_VERSION := 1.3.3
7 $(PKG)_CHECKSUM := 340f1d98c06851738c82e186a9ed9eb7f58ee26d 7 $(PKG)_CHECKSUM := 369398abc6491b3c7af4cc91d2b918be854a237b
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