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 = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + VERS,
sha1 = '15cbe6b7e2b10ab94ffd7fa2091a3ed1b56f8c3f',
sha1 = 'a23774dc4a9e4fd7177768c61cecccd80be2434e',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],

View File

@@ -4,7 +4,7 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + VERS,
sha1 = 'e6930052a609e7c61782bd46754765e7845fc3ee',
sha1 = '0ec3fc4d662b23791a30a75823d429ac2b2e0034',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],

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,

View File

@@ -4,8 +4,8 @@ include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + VERS,
bin_sha1 = '2c4482429f2c5064375cd1634023d0a7d65961a9',
src_sha1 = '3f1a513a2d8a17cc2ef7fe7105cd6c040ab06a8e',
bin_sha1 = 'cbb405a0d72d4f6086e1cdc4eca6121b3d6b41c1',
src_sha1 = '3313d555e91177cb0f9c662aa3a5558a711bce8c',
license = 'jgit',
repository = REPO,
unsign = True,