From 41ab1d6bd29b1e031c6b5ba8a4f6b6ad2599c8c5 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Mon, 28 Oct 2024 08:59:21 +0000 Subject: [PATCH] 0.3.0 --- .abf.yml | 2 +- lazysql.spec | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 4a559df..f18298c 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - lazysql-0.2.9.tar.gz: 361b9ded114585cd966355579f37939821a1ab22 + lazysql-0.3.0.tar.gz: 754036849c25f1acb5194482fe709c0ce639c9aa diff --git a/lazysql.spec b/lazysql.spec index 0ada912..bdcf3d2 100644 --- a/lazysql.spec +++ b/lazysql.spec @@ -2,7 +2,7 @@ %define debug_package %nil Name: lazysql -Version: 0.2.9 +Version: 0.3.0 Release: 1 Summary: TUI database management tool URL: https://github.com/jorgerojas26/lazysql @@ -14,6 +14,7 @@ BuildRequires: git-core BuildRequires: upx BuildRequires: pkgconfig(x11-xcb) BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(openssl3.3) %description A cross-platform TUI database management tool written in Go @@ -22,7 +23,7 @@ A cross-platform TUI database management tool written in Go %setup -q %build -export GOPROXY=direct +export GOPROXY=https://proxy.golang.org/cached-only go build --ldflags="-s -w" -o bin/%{name} . upx bin/%{name}