Bazel: Fix src_sha1 of bcpg-jdk15on

Test plan:

  bazel build //...

Change-Id: Ibf1d0b56785d62150bbae49b553c856efbe6d197
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
This commit is contained in:
David Pursehouse 2020-05-18 10:25:13 +09:00 committed by Matthias Sohn
parent d0f010dd26
commit b3f08af880
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ maven_jar(
name = "bcpg",
artifact = "org.bouncycastle:bcpg-jdk15on:" + BOUNCYCASTLE_VER,
sha1 = "f32fc02cc29c9fdcc35c0de4d16964f01777067c",
src_sha1 = "35e87838bf9348b25aae07135ceccfbef6827e3c",
src_sha1 = "508476d5383c7d086b400f5e7c5a8cf4dc8ac4e2",
)
maven_jar(