Skip to content

Commit

Permalink
AU: 4 updated - mongodb mongodb.install mongodb.portable zettlr
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 11, 2024
1 parent d8fe853 commit 680fd35
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"7.3": "7.3.3",
"8.0-rc": "8.0.0-rc7"
}
4 changes: 2 additions & 2 deletions automatic/mongodb.install/mongodb.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.0.27</version>
<version>7.3.3</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.27-signed.msi'
$checksum64 = '3da3dc8c13ddb8405c230c8495d4412d9a847b6c24e937b63c6b67437984a175'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.3-signed.msi'
$checksum64 = '108906350dc17575fdb1d6ec515c5073f60e840f3d8b78d4276195d175ddd8bc'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.portable/mongodb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"7.3": "7.3.3",
"8.0-rc": "8.0.0-rc7"
}
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/mongodb.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.0.27</version>
<version>7.3.3</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>MongoDB Inc</copyright>
<tags>cli database nosql</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.27.zip'
$checksum64 = 'ca24b21cbd0f0b2958e75cab57a9c8441f84cc7f7049820aceb3935107df6687'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.3.zip'
$checksum64 = 'ca530bed9fb3a5af8c239a26213bc6917117ba79857fcf45e1d8fd0c23b2b406'
$checksumType64 = 'sha256'

$binRoot = Get-ToolsLocation
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb/mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"7.3": "7.3.3",
"8.0-rc": "8.0.0-rc7"
}
6 changes: 3 additions & 3 deletions automatic/mongodb/mongodb.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>5.0.27</version>
<version>7.3.3</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/5.0/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb</packageSourceUrl>
Expand Down Expand Up @@ -75,7 +75,7 @@ let them know [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="mongodb.install" version="[5.0.27]" />
<dependency id="mongodb.install" version="[7.3.3]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down
4 changes: 2 additions & 2 deletions automatic/zettlr/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Zettlr/Zettlr/releases/download/v3.1.1/Zettlr-3.1.1-x64.exe>
32-Bit: <https://github.com/Zettlr/Zettlr/releases/download/v3.2.0/Zettlr-3.2.0-x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: D795422A95327E609C4D2DF8C18552718BA3F3B5046C9F3E82B3E820FBB0D7A8
checksum32: 598874D236A8F6501523DD8BF08E70A8A49FFA0320DD7DE84772EBA55CD2D857

File 'LICENSE.txt' is obtained from <https://github.com/Zettlr/Zettlr/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/zettlr/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\Zettlr-3.1.1-x64.exe"
file = "$toolsDir\Zettlr-3.2.0-x64.exe"
softwareName = 'Zettlr*'
silentArgs = "/S"
validExitCodes= @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/zettlr/zettlr.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>3.1.1</version>
<version>3.2.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit 680fd35

Please sign in to comment.