This commit is contained in:
Sergey Zhemoytel 2023-10-01 10:27:55 +00:00
parent 289663dd8a
commit 26eb4e1b5e
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
usql-0.15.0.tar.gz: 96eb0fb164fb0ad6a774e5875e66277def8c172d
usql-0.15.1.tar.gz: f8698c8b5439bdec40a86a6caeaac89024bea6ba

View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: usql
Version: 0.15.0
Version: 0.15.1
Release: 1
Summary: Universal command-line interface for SQL databases
URL: https://github.com/xo/usql
@ -38,7 +38,7 @@ databases.
%build
#define LDFLAGS `"-s -w -X github.com/xo/usql/text.CommandName=%{name} -X github.com/xo/usql/text.CommandVersion=%{version}"`
export GOPROXY=direct
go build -ldflags="-s -w -X github.com/xo/usql/text.CommandName=%{name} -X github.com/xo/usql/text.CommandVersion=%{version}" -trimpath -o bin/%{name}