mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +02:00
usql: update to 0.19.1.
Adopt.
This commit is contained in:
parent
04866745f8
commit
8ae2036137
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'usql'
|
# Template file for 'usql'
|
||||||
pkgname=usql
|
pkgname=usql
|
||||||
version=0.17.5
|
version=0.19.1
|
||||||
revision=1
|
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}"
|
||||||
short_desc="Universal command-line interface for SQL databases"
|
short_desc="Universal command-line interface for SQL databases"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
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=caa3b33e4a5742602c7090cdcff7e0831c39b9d7acaa65c1a5cce13378fbcca2
|
checksum=6ac8ba096d1c2dde15e546186b069fe061290c72f040cc5cd75e6a11d8cba9e3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue