Update to latest version.

This commit is contained in:
Elliott Sales de Andrade
2019-11-16 00:53:10 -05:00
parent ac1e2237df
commit c7e0df5073
3 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
%global goipath github.com/junegunn/fzf
Version: 0.18.0
Version: 0.19.0
%global tag %{version}
%gometa
@@ -90,6 +90,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
%changelog
* Sat Nov 16 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.19.0-1
- Update to latest version
* Mon Apr 01 2019 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.18.0-1
- Update to latest version
- Move bash completion to /use/share (#1683868)