usql: update to 0.19.24.

This commit is contained in:
icp 2025-07-11 00:44:27 +05:30 committed by Duncan Overbruck
parent e85a5fcd9d
commit 5e25af4e8a

View file

@ -1,6 +1,6 @@
# Template file for 'usql' # Template file for 'usql'
pkgname=usql pkgname=usql
version=0.19.21 version=0.19.24
revision=1 revision=1
build_style=go build_style=go
go_import_path=github.com/xo/usql go_import_path=github.com/xo/usql
@ -10,7 +10,7 @@ maintainer="icp <pangolin@vivaldi.net>"
license="MIT" license="MIT"
homepage="https://github.com/xo/usql" homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363 checksum=b4a78bf942754dfb835710533a25a83f52d0cafb3a4caf896a92398886b14b1c
do_check() { do_check() {
go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \ go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \