From a05a7ad0af0c2603f66df9523c2ed00f4651ed0c Mon Sep 17 00:00:00 2001 From: Alan Brown Date: Thu, 23 Jun 2022 22:15:37 +0100 Subject: [PATCH] usql: update to 0.10.0. --- srcpkgs/usql/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/usql/template b/srcpkgs/usql/template index 45687345c30c..943f3c55768b 100644 --- a/srcpkgs/usql/template +++ b/srcpkgs/usql/template @@ -1,15 +1,16 @@ # Template file for 'usql' pkgname=usql -version=0.9.5 +version=0.10.0 revision=1 build_style=go go_import_path=github.com/xo/usql +go_ldflags="-X github.com/xo/usql/text.CommandVersion=${version}" short_desc="Universal command-line interface for SQL databases" maintainer="Alan Brown " license="MIT" homepage="https://github.com/xo/usql" distfiles="https://github.com/xo/usql/archive/refs/tags/v${version}.tar.gz" -checksum=10de92f1d7d8a85c4c8173296e928f24fc933c733c1a71b5b8e33b832bd95b4d +checksum=d0f012b0937a5b75f08207efce644b96a49780f1312f20fa9c7ea1f4e662037f post_install() { vlicense LICENSE