Update to latest version.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@
|
|||||||
/fzf-0.23.0.tar.gz
|
/fzf-0.23.0.tar.gz
|
||||||
/fzf-0.23.1.tar.gz
|
/fzf-0.23.1.tar.gz
|
||||||
/fzf-0.24.0.tar.gz
|
/fzf-0.24.0.tar.gz
|
||||||
|
/fzf-0.24.1.tar.gz
|
||||||
|
|||||||
7
fzf.spec
7
fzf.spec
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# https://github.com/junegunn/fzf
|
# https://github.com/junegunn/fzf
|
||||||
%global goipath github.com/junegunn/fzf
|
%global goipath github.com/junegunn/fzf
|
||||||
Version: 0.24.0
|
Version: 0.24.1
|
||||||
%global tag %{version}
|
%global tag %{version}
|
||||||
|
|
||||||
%gometa
|
%gometa
|
||||||
@@ -38,7 +38,7 @@ cp %{SOURCE1} .
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LDFLAGS='-X main.version=%{version} '
|
export LDFLAGS='-X main.version=%{version} -X main.revision=Fedora '
|
||||||
%gobuild -o %{gobuilddir}/bin/fzf %{goipath}
|
%gobuild -o %{gobuilddir}/bin/fzf %{goipath}
|
||||||
|
|
||||||
# Cleanup interpreters
|
# Cleanup interpreters
|
||||||
@@ -97,6 +97,9 @@ install -Dpm0644 shell/key-bindings.* %{buildroot}%{_datadir}/fzf/shell/
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.1-1
|
||||||
|
- Update to latest version (#1892504)
|
||||||
|
|
||||||
* Wed Oct 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.0-1
|
* Wed Oct 28 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.24.0-1
|
||||||
- Update to latest version (#1891744)
|
- Update to latest version (#1891744)
|
||||||
|
|
||||||
|
|||||||
2
sources
2
sources
@@ -1 +1 @@
|
|||||||
SHA512 (fzf-0.24.0.tar.gz) = 0746aee0542574488ee17dbc86618a74a01aa2d7e9042219db37112584f74be7e1686494bd7e3307f161b480053496a58cac18c67a6eec7e2a992f5dea2569a0
|
SHA512 (fzf-0.24.1.tar.gz) = aaa81010353f714a38780494b22153795be471a6f538a56addcfc48deb822c05a31130b112f7578961de5ee0a2ab4ef916bb3e65efa20e4cb1c81e95822c6db2
|
||||||
|
|||||||
Reference in New Issue
Block a user