comparison src/freetds.mk @ 5543:03941de8b6c5

* src/freetds.mk: update to v1.2.5
author John Donoghue <john.donoghue@ieee.org>
date Tue, 22 Sep 2020 09:04:48 -0400
parents bfa3a70d9f63
children 97c238395cb3
comparison
equal deleted inserted replaced
5542:bc8ef5fda77b 5543:03941de8b6c5
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.2.4 6 $(PKG)_VERSION := 1.2.5
7 $(PKG)_CHECKSUM := 5ab2e595ff22dd2a94a1f89724c214b8edf6c178 7 $(PKG)_CHECKSUM := 50b326d67ca88269d95c129bac5ea5c6f11fee91
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