Skip to content

Commit

Permalink
AU: 1 updated - mongodb-database-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Tragiccode Chocolatey Bot committed Dec 8, 2023
1 parent 3773c33 commit b4a9fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mongodb-database-tools/mongodb-database-tools.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>mongodb-database-tools</id>
<version>100.9.3</version>
<version>100.9.4</version>
<title>MongoDB Database Tools (Install)</title>
<authors>MongoDB Inc.</authors>
<owners>TraGicCode</owners>
Expand Down
4 changes: 2 additions & 2 deletions mongodb-database-tools/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$url64bit = 'https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.9.3.zip'
$checksum64 = '182d4db286e8c06a8e22bf089d6296601d4b5a8fe665ea2d37d0dd5a53412d90'
$url64bit = 'https://fastdl.mongodb.org/tools/db/mongodb-database-tools-windows-x86_64-100.9.4.zip'
$checksum64 = '13cf2bb3a776edac86328c5b1a53a23c1abcf1c1cc0acb0ac13d91ca70c60544'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit b4a9fa5

Please sign in to comment.