usql: update to 0.9.5
This commit is contained in:
parent
d0aebfc50c
commit
900a3cb22a
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'usql'
|
||||
pkgname=usql
|
||||
version=0.9.4
|
||||
version=0.9.5
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path=github.com/xo/usql
|
||||
hostmakedepends="git"
|
||||
short_desc="Universal command-line interface for SQL databases"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/xo/usql"
|
||||
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
|
||||
checksum=4f44ed554e65b77da80587957e1e29d5bfefab66eab49465479fba0f626b5bcc
|
||||
distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=10de92f1d7d8a85c4c8173296e928f24fc933c733c1a71b5b8e33b832bd95b4d
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue