diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-08-27 09:35:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-27 14:41:45 +0200 |
commit | 2b141fcebd03a170fe05681dbb92524f7ea11f0d (patch) | |
tree | 06059b3ed155727e74e2b9ee272a7c1d0acbe59d /package/unixodbc/unixodbc.mk | |
parent | a3cf05758d81ccc90f3b5eae9122a5b02b431f90 (diff) | |
download | buildroot-2b141fcebd03a170fe05681dbb92524f7ea11f0d.tar.gz buildroot-2b141fcebd03a170fe05681dbb92524f7ea11f0d.zip |
package/unixodbc: bump version to 2.3.4
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/unixodbc/unixodbc.mk')
-rw-r--r-- | package/unixodbc/unixodbc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/unixodbc/unixodbc.mk b/package/unixodbc/unixodbc.mk index 067c1ca663..f66daab4a8 100644 --- a/package/unixodbc/unixodbc.mk +++ b/package/unixodbc/unixodbc.mk @@ -4,7 +4,7 @@ # ################################################################################ -UNIXODBC_VERSION = 2.3.2 +UNIXODBC_VERSION = 2.3.4 UNIXODBC_SOURCE = unixODBC-$(UNIXODBC_VERSION).tar.gz UNIXODBC_SITE = ftp://ftp.unixodbc.org/pub/unixODBC UNIXODBC_INSTALL_STAGING = YES |