mirror of
https://abf.rosa.ru/djam/usql.git
synced 2025-02-23 21:52:50 +00:00
0.15.1
This commit is contained in:
parent
289663dd8a
commit
26eb4e1b5e
2 changed files with 3 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
usql-0.15.0.tar.gz: 96eb0fb164fb0ad6a774e5875e66277def8c172d
|
||||
usql-0.15.1.tar.gz: f8698c8b5439bdec40a86a6caeaac89024bea6ba
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue