usql: update to 0.14.1.

This commit is contained in:
icp 2023-04-06 11:26:28 +05:30 committed by classabbyamp
parent 38a688a68f
commit b39f3fd3a6
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'usql' # Template file for 'usql'
pkgname=usql pkgname=usql
version=0.13.12 version=0.14.1
revision=2 revision=1
build_style=go build_style=go
go_import_path=github.com/xo/usql go_import_path=github.com/xo/usql
go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}" go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}"
@ -10,7 +10,7 @@ maintainer="Alan Brown <adbrown@rocketmail.com>"
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=69e901e6623ac8b1b14ef6a0ab37da5bbba5a3990af57ad34a73cf2cd1452fc7 checksum=9a9da5db83c1fa80f142b675c3176ca30dad10691126f89654586d831a6c151e
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE