usql: update to 0.7.1.
This commit is contained in:
parent
e94e1cf86f
commit
f808aa3a2c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'usql'
|
# Template file for 'usql'
|
||||||
pkgname=usql
|
pkgname=usql
|
||||||
version=0.7.0
|
version=0.7.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
|
||||||
|
@ -10,7 +10,7 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/xo/usql"
|
homepage="https://github.com/xo/usql"
|
||||||
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
|
distfiles="https://github.com/xo/usql/archive/v${version}.tar.gz"
|
||||||
checksum=679e5420b870be22e209c3931bb408c8c614e4265422128c2f99a7b168b57eda
|
checksum=18f541dab352931937276bec5f723da94356a804c894359c6d428ad980eb14fc
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in a new issue