mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
usql: update to 0.19.21.
This commit is contained in:
parent
df01253a17
commit
c01467b99b
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'usql'
|
||||
pkgname=usql
|
||||
version=0.19.3
|
||||
revision=2
|
||||
version=0.19.21
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/xo/usql
|
||||
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
|
||||
|
@ -10,7 +10,12 @@ maintainer="icp <pangolin@vivaldi.net>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/xo/usql"
|
||||
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=3955e13c7108cb4a3ebb968dafa501db72d4f4fa0ddf6fb128cceb84e5a3d4c4
|
||||
checksum=608558102283075114f379b7405a4b295a62b56962a1a5251ee4016056584363
|
||||
|
||||
do_check() {
|
||||
go test -p "${XBPS_MAKEJOBS}" -v -tags "${go_build_tags}" -ldflags "${go_ldflags}" \
|
||||
$(go list ./... | grep -v /drivers)
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue