Skip to content

Commit

Permalink
usql: update to 0.19.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
icp1994 committed Nov 1, 2024
1 parent 67e5225 commit de20297
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions srcpkgs/usql/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'usql'
pkgname=usql
version=0.19.3
revision=2
version=0.19.12
revision=1
build_style=go
go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
Expand All @@ -10,7 +10,12 @@ maintainer="icp <[email protected]>"
license="MIT"
homepage="https://github.com/xo/usql"
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
checksum=9ee88b713132cd83436a24ae6a76af43b04b1cb55ebf782ed99bf957bfdd491c

do_check() {
go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
$(go list ./... | grep -v /drivers)
}

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit de20297

Please sign in to comment.