Fix SHA1 for JGit 4.4.1.201607150455-r.137-gdd2a5a7 update

Change-Id: I97ac8b312ad078ba83e5dd2193327f2d2b7dcd30
This commit is contained in:
David Ostrovsky
2016-08-27 10:52:52 +02:00
committed by David Pursehouse
parent 379e888628
commit 8ffeb7f208
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + VERS,
sha1 = 'fc8e7ec3b61f8bde33d554c43beffbe47953b2c2',
sha1 = '58886c1798248993021ac0db2624e09366281298',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,