summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2019-09-15 13:33:57 -0400
committerSean Anderson2019-09-15 13:33:57 -0400
commitabd0e09ea7a860c88fe914e88aff2068df053f5f (patch)
treea773dd26de364bc698a2c2ab9a76442bdef435a7
parent6a87629878009690c55a01489db961bc4e637a28 (diff)
downloadaur-abd0e09ea7a860c88fe914e88aff2068df053f5f.tar.gz
update to 2.3.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf09369ea580..f4363614369e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-unixodbc
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources (mingw-w64)
- pkgver = 2.3.6
+ pkgver = 2.3.7
pkgrel = 1
url = http://www.unixodbc.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = mingw-w64-unixodbc
backup = usr/i686-w64-mingw32/etc/odbcinst.ini
backup = usr/x86_64-w64-mingw32/etc/odbc.ini
backup = usr/x86_64-w64-mingw32/etc/odbcinst.ini
- source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.6.tar.gz
- md5sums = a8629fd2953b04b4639d0a9d8a5cf9d1
+ source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.7.tar.gz
+ md5sums = 274a711b0c77394e052db6493840c6f9
pkgname = mingw-w64-unixodbc
diff --git a/PKGBUILD b/PKGBUILD
index 74b1590d3013..5c4c484d8601 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=mingw-w64-unixodbc
-pkgver=2.3.6
+pkgver=2.3.7
pkgrel=1
pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources (mingw-w64)"
arch=('any')
@@ -15,7 +15,7 @@ backup=('usr/i686-w64-mingw32/etc/odbc.ini' 'usr/i686-w64-mingw32/etc/odbcinst.i
depends=('mingw-w64-readline' 'mingw-w64-libtool')
makedepends=('mingw-w64-configure')
source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
-md5sums=('a8629fd2953b04b4639d0a9d8a5cf9d1')
+md5sums=('274a711b0c77394e052db6493840c6f9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"