Update to latest version.
This commit is contained in:
parent
2582c6efff
commit
34b30b40fd
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/git-lfs-v2.9.0.tar.gz
|
||||
/git-lfs-v2.9.2.tar.gz
|
||||
/git-lfs-v2.10.0.tar.gz
|
||||
/git-lfs-v2.11.0.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/git-lfs/git-lfs
|
||||
%global goipath github.com/git-lfs/git-lfs
|
||||
Version: 2.10.0
|
||||
Version: 2.11.0
|
||||
|
||||
%gometa
|
||||
|
||||
@ -41,8 +41,8 @@ BuildRequires: /usr/bin/ronn
|
||||
|
||||
%if %{with check}
|
||||
# Tests
|
||||
BuildRequires: golang(github.com/stretchr/testify/assert) >= 1.2.2
|
||||
BuildRequires: golang(github.com/stretchr/testify/require) >= 1.2.2
|
||||
BuildRequires: golang(github.com/stretchr/testify/assert) >= 1.5.1
|
||||
BuildRequires: golang(github.com/stretchr/testify/require) >= 1.5.1
|
||||
BuildRequires: golang(github.com/xeipuuv/gojsonschema)
|
||||
BuildRequires: perl-Digest-SHA
|
||||
BuildRequires: perl-Test-Harness
|
||||
@ -124,6 +124,9 @@ PATH=%{buildroot}%{_bindir}:%{gobuilddir}/bin:$PATH \
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 10 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.11.0-1
|
||||
- Update to latest version
|
||||
|
||||
* Thu Feb 20 2020 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 2.10.0-1
|
||||
- Update to latest version
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (git-lfs-v2.10.0.tar.gz) = a4bfb3f674ef93e903e815ab0721f25ac78f772df416c865a7c57f7d19790b9efa8d4662723f2e3d87f294346d7924942d05cbfcdd8a010316e8b0420bd71e8a
|
||||
SHA512 (git-lfs-v2.11.0.tar.gz) = 2117b425864a36f773c14d34c78999636d836646184cf8d89045ef6de90cbded873d4de4613ecfafb0fa2ea8ae068e11f5ae22eed6af01715b5fac9be70f033b
|
||||
|
Loading…
Reference in New Issue
Block a user