summaryrefslogtreecommitdiff
path: root/src/third_party/scripts
diff options
context:
space:
mode:
authorRyan Egesdahl <ryan.egesdahl@mongodb.com>2020-11-11 19:18:16 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-20 04:48:46 +0000
commita64e0ac24cb6ce95c44350cce8b8cfc82f069cf9 (patch)
tree6b2302c6b684ecd179e52a46ade06ae2ba14c3a3 /src/third_party/scripts
parentef29efacece1df972ca8b1e40b94c0dd738a90d6 (diff)
downloadmongo-a64e0ac24cb6ce95c44350cce8b8cfc82f069cf9.tar.gz
SERVER-52804 Suppress Black Duck warning for libmongocrypt v1.0.3
Diffstat (limited to 'src/third_party/scripts')
-rwxr-xr-xsrc/third_party/scripts/kms_message_get_sources.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/scripts/kms_message_get_sources.sh b/src/third_party/scripts/kms_message_get_sources.sh
index 9567d9dde2a..b1a59f1d2fc 100755
--- a/src/third_party/scripts/kms_message_get_sources.sh
+++ b/src/third_party/scripts/kms_message_get_sources.sh
@@ -18,7 +18,7 @@ if grep -q Microsoft /proc/version; then
fi
NAME=libmongocrypt
-REVISION=ebddc00f74874b8dcad8661f77d8ff51ded0318f
+REVISION=1.0.4
if grep -q Microsoft /proc/version; then
SRC_ROOT=$(wslpath -u $(powershell.exe -Command "Get-ChildItem Env:TEMP | Get-Content | Write-Host"))