Date: Sunday, August 12, 2018 @ 17:55:36 Author: andyrtr Revision: 331413
upgpkg: unixodbc 2.3.7-1 upstream update 2.3.7 Modified: unixodbc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-12 17:21:11 UTC (rev 331412) +++ PKGBUILD 2018-08-12 17:55:36 UTC (rev 331413) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=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" arch=('x86_64') @@ -13,7 +13,7 @@ backup=('etc/odbc.ini' 'etc/odbcinst.ini') depends=('readline' 'libltdl') source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz) -md5sums=('a8629fd2953b04b4639d0a9d8a5cf9d1') +md5sums=('274a711b0c77394e052db6493840c6f9') build() { cd unixODBC-${pkgver}
