From 4184fb950c9ef7e4b7d685e228f7f9326810c609 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 30 Nov 2020 16:12:52 -0800 Subject: [PATCH] unixodbc: update to 2.3.9 Signed-off-by: Rosen Penev --- libs/unixodbc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile index 5b6325d31..603b93379 100644 --- a/libs/unixodbc/Makefile +++ b/libs/unixodbc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unixodbc -PKG_VERSION:=2.3.7 +PKG_VERSION:=2.3.9 PKG_RELEASE:=1 PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unixodbc.org -PKG_HASH:=45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77 +PKG_HASH:=52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207 PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=prog GPL libs LGPL