diff options
author | Thomas Heil <heil@terminal-consulting.de> | 2018-09-23 23:34:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-23 23:34:49 +0200 |
commit | 222b9f50f3c2e3087cc23fa1610b75b73ebfda69 (patch) | |
tree | 307673fc70b50d24c793d52b0a8948e463a91803 | |
parent | 405016ebd79c51f03a003598d11f3c4a34bca535 (diff) | |
parent | 6d6c15e1e9fd5a381f3cce0d68c3b781a82088ce (diff) |
Merge pull request #6995 from neheb/odbc
unixodbc: Update to 2.3.7
-rw-r--r-- | libs/unixodbc/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/libs/unixodbc/Makefile b/libs/unixodbc/Makefile index 6a1ca0dff..fc2357961 100644 --- a/libs/unixodbc/Makefile +++ b/libs/unixodbc/Makefile @@ -8,16 +8,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=unixodbc -PKG_VERSION:=2.3.4 -PKG_RELEASE:=5 +PKG_VERSION:=2.3.7 +PKG_RELEASE:=1 -PKG_SOURCE_URL:=ftp://ftp.unixodbc.org/pub/unixODBC/ PKG_SOURCE:=unixODBC-$(PKG_VERSION).tar.gz -PKG_HASH:=2e1509a96bb18d248bf08ead0d74804957304ff7c6f8b2e5965309c632421e39 -PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION) -HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/unixODBC-$(PKG_VERSION) +PKG_SOURCE_URL:=http://www.unixodbc.org +PKG_HASH:=45f169ba1f454a72b8fcbb82abd832630a3bf93baa84731cf2949f449e1e3e77 + PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> PKG_LICENSE:=prog GPL libs LGPL +PKG_CPE_ID:=cpe:/a:unixodbc:unixodbc + +PKG_BUILD_DIR:=$(BUILD_DIR)/unixODBC-$(PKG_VERSION) +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/unixODBC-$(PKG_VERSION) HOST_BUILD_DEPENDS:=unixodbc # if your other package depends on unixodbc and needs @@ -36,7 +39,7 @@ CONFIGURE_ARGS += \ define Package/unixodbc/Default SUBMENU:=database TITLE:=unixODBC - URL:=http://www.unixodbc.org/ + URL:=http://www.unixodbc.org endef define Package/unixodbc |