summaryrefslogtreecommitdiff
path: root/src/third_party/scripts
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2020-11-05 16:14:13 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-06 22:24:36 +0000
commitdcdb25c472827dc6ccab23c15b14c415f74c5fb3 (patch)
treeaef1abfa3ca931ed336eeeb0a4472275ff74b396 /src/third_party/scripts
parent56833933c266fd88dd4e6683d2dbd85616ffe673 (diff)
downloadmongo-dcdb25c472827dc6ccab23c15b14c415f74c5fb3.tar.gz
SERVER-52644 Update kms-message for gcp and azure support
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 6ad2fbb0e67..9567d9dde2a 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=59c8c17bbdfa1cf0fdec60cfdde73a437a868221
+REVISION=ebddc00f74874b8dcad8661f77d8ff51ded0318f
if grep -q Microsoft /proc/version; then
SRC_ROOT=$(wslpath -u $(powershell.exe -Command "Get-ChildItem Env:TEMP | Get-Content | Write-Host"))