Date: Monday, September 7, 2020 @ 04:18:09 Author: andyrtr Revision: 395532
upgpkg: unixodbc 2.3.9-1: upstream update 2.3.9 Modified: unixodbc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-06 21:32:00 UTC (rev 395531) +++ PKGBUILD 2020-09-07 04:18:09 UTC (rev 395532) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=unixodbc -pkgver=2.3.8 +pkgver=2.3.9 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') @@ -12,7 +12,7 @@ backup=('etc/odbc.ini' 'etc/odbcinst.ini') depends=('readline' 'libltdl') source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz) -sha256sums=('85372b9cd2cdfea3983c3958ab11ca1513ea091a263d82105e5da043379e48a5') +sha256sums=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207') build() { cd unixODBC-${pkgver}
