Date: Wednesday, May 4, 2022 @ 06:18:46 Author: felixonmars Revision: 444558
upgpkg: unixodbc 2.3.10-1 Modified: unixodbc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-04 06:09:46 UTC (rev 444557) +++ PKGBUILD 2022-05-04 06:18:46 UTC (rev 444558) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=unixodbc -pkgver=2.3.9 +pkgver=2.3.10 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=('52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207') +sha256sums=('783c8fe0a26fa6406ad951236f7bfc6555dec63c82d7d1c6d171db392208a15f') build() { cd unixODBC-${pkgver}
