git-lfs: add version 2.7.1 (#10770)

This commit is contained in:
Matthias Diener 2019-03-05 09:25:20 -06:00 committed by Massimiliano Culpo
parent d580d2a033
commit 9ba4d4e2af

View File

@ -16,13 +16,14 @@ class GitLfs(MakefilePackage):
homepage = "https://git-lfs.github.com"
url = "https://github.com/git-lfs/git-lfs/archive/v2.6.1.tar.gz"
version('2.7.1', sha256='af60c2370d135ab13724d302a0b1c226ec9fb0ee6d29ecc335e9add4c86497b4')
version('2.7.0', sha256='1c829ddd163be2206a44edb366bd7f6d84c5afae3496687405ca9d2a5f3af07b')
version('2.6.1', sha256='e17cd9d4e66d1116be32f7ddc7e660c7f8fabbf510bc01b01ec15a22dd934ead')
depends_on('go@1.5:', type='build')
depends_on('git@1.8.2:', type='run')
patch('patches/issue-10702.patch', when='@2.7.0')
patch('patches/issue-10702.patch', when='@2.7.0:2.7.1')
parallel = False