Update to latest version.

This commit is contained in:
Elliott Sales de Andrade
2020-10-08 04:19:52 -04:00
parent 835edc4451
commit a13d312310
3 changed files with 7 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
# https://github.com/junegunn/fzf
%global goipath github.com/junegunn/fzf
Version: 0.22.0
Version: 0.23.0
%global tag %{version}
%gometa
@@ -16,7 +16,7 @@ URL: %{gourl}
Source0: %{gosource}
Source1: README.Fedora
BuildRequires: golang(github.com/gdamore/tcell) >= 1.3
BuildRequires: golang(github.com/gdamore/tcell) >= 1.4
BuildRequires: golang(github.com/gdamore/tcell/encoding)
BuildRequires: golang(github.com/mattn/go-isatty) >= 0.0.12
BuildRequires: golang(github.com/mattn/go-runewidth) >= 0.0.8
@@ -96,6 +96,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
%changelog
* Thu Oct 08 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.23.0-1
- Update to latest version (#1886203)
* Mon Aug 03 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.22.0-1
- Update to latest version (#1862819)