Skip to content

Commit

Permalink
AU: 6 updated - firefox-nightly jackett mongodb mongodb.install mongo…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 1, 2024
1 parent 8f82a86 commit 75b133e
Show file tree
Hide file tree
Showing 17 changed files with 251 additions and 251 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "128.0.1.2024053021-alpha"
"nightly": "128.0.1.2024053121-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>128.0.1.2024053021-alpha</version>
<version>128.0.1.2024053121-alpha</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
448 changes: 224 additions & 224 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/05/2024-05-30-21-37-13-mozilla-central/firefox-128.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/05/2024-05-31-21-30-29-mozilla-central/firefox-128.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/05/2024-05-30-21-37-13-mozilla-central/firefox-128.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/05/2024-05-31-21-30-29-mozilla-central/firefox-128.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/jackett/jackett.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>0.21.2855</version>
<version>0.21.2899</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
6 changes: 3 additions & 3 deletions automatic/jackett/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://github.com/Jackett/Jackett/releases/tag/v0.21.2855>
The installer have been downloaded from their official download link listed on <https://github.com/Jackett/Jackett/releases/tag/v0.21.2899>
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/Jackett/Jackett/releases/download/v0.21.2855/Jackett.Installer.Windows.exe>
32-Bit: <https://github.com/Jackett/Jackett/releases/download/v0.21.2899/Jackett.Installer.Windows.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: 284AFA64719B4F7DE43A7F8ED8067E61D6451467B34333B66612D47095BFA0B0
checksum32: FEC0ECCF6F7197268D09412FE04D49EA9C0FA2F1132BA2C1375EE8460B02FF6E

File 'LICENSE.txt' is obtained from <https://github.com/Jackett/Jackett/blob/master/LICENSE>

2 changes: 1 addition & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.2-rc1",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"8.0-rc": "8.0.0-rc6"
}
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>8.0.0-rc6</version>
<version>7.3.3-rc0</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/8.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-8.0.0-rc6-signed.msi'
$checksum64 = '2d8957d81bec91efad406b651c92223d650b3a0c59e41a9e2ff2b3b8a0adf870'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.3-rc0-signed.msi'
$checksum64 = '62208e70fdea4e41da78b98f3769f540bfb7055549cfc717bd275ad76032dce9'
$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 @@ -24,7 +24,7 @@
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.2-rc1",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"8.0-rc": "8.0.0-rc6"
}
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>8.0.0-rc6</version>
<version>7.3.3-rc0</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/8.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-8.0.0-rc6.zip'
$checksum64 = '36bbf5bc20ec01d734b5c2a8b150d578fac0e616891111c14d242557f9b90e59'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.3-rc0.zip'
$checksum64 = 'e2482f034a501b50bec4ba4ba32e6ae3a951322fd500f6318e44bbafa9c24462'
$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 @@ -24,7 +24,7 @@
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
"7.2": "7.2.2",
"7.3-rc": "7.3.2-rc1",
"7.3-rc": "7.3.3-rc0",
"7.3": "7.3.2",
"8.0-rc": "8.0.0-rc6"
}
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>8.0.0-rc6</version>
<version>7.3.3-rc0</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/8.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="[8.0.0-rc6]" />
<dependency id="mongodb.install" version="[7.3.3-rc0]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down
6 changes: 3 additions & 3 deletions automatic/vlc-nightly/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x64: https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240601-0220/vlc-3.0.21-win64-6ceb56b8.exe
x64: https://artifacts.videolan.org/vlc/nightly-win64/20240601-0421/vlc-4.0.0-dev-win64-918e9a33.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 61338A0AC38080BA57BC7D7D6C24C3A306B92EC1390544E690118E851FC00BDC
checksum64: 735EAFFF7901750B11F3F635A7D1731EE67771FE86FFB3B2FFB18D1CDC8DB68F

Using AU:

Get-RemoteChecksum https://artifacts.videolan.org/vlc-3.0/nightly-win64/20240601-0220/vlc-3.0.21-win64-6ceb56b8.exe
Get-RemoteChecksum https://artifacts.videolan.org/vlc/nightly-win64/20240601-0421/vlc-4.0.0-dev-win64-918e9a33.exe

File 'LICENSE.txt' obtained from:
https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"3.0": "3.0.21.20240601",
"4.0": "4.0.0.20240530"
"4.0": "4.0.0.20240601"
}
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.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.0.21.20240601</version>
<version>4.0.0.20240601</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 75b133e

Please sign in to comment.