diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 82e5dc3a539..6f80bb2cd63 100644 --- a/automatic/openshift-cli/legal/VERIFICATION.txt +++ b/automatic/openshift-cli/legal/VERIFICATION.txt @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - software: + software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -17,6 +17,6 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: - checksum: D848A541FF52151E30E622CE5682E0A49A0F0582A8412B17BE1EE7D5F6D7BDDC + checksum: 5684DCC645378F543680FC1D29E957297E9D0324D56398D0E2611939927B5039 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/openshift-cli/openshift-cli.nuspec b/automatic/openshift-cli/openshift-cli.nuspec index 02e582a1a8a..9b76cbcc35e 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.13.13 + 4.13.14 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli chocolatey-community,Andrei Bejenaru OpenShift Command Line Interface (CLI) @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c * Windows support is limited to 64bit systems. * **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> - https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.13.13 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.13.14 diff --git a/automatic/paint.net/legal/VERIFICATION.txt b/automatic/paint.net/legal/VERIFICATION.txt index a0c875cd03c..0727defce87 100644 --- a/automatic/paint.net/legal/VERIFICATION.txt +++ b/automatic/paint.net/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/paintdotnet/release/releases/download/v5.0.10/paint.net.5.0.10.winmsi.x64.zip + x64: https://github.com/paintdotnet/release/releases/download/v5.0.11/paint.net.5.0.11.winmsi.x64.zip to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 429BD892083DE7084906986A703C4D4DABC56A04CF6BBCB12EFEC0C2EC8125A5 + checksum64: B359F01C0A758A93772DE2908BCE855F7D410550954AE81BFFDA63827166CCA7 File 'license.txt' is obtained from: https://www.getpaint.net/license.html diff --git a/automatic/paint.net/paint.net.nuspec b/automatic/paint.net/paint.net.nuspec index adeb259fb4b..35dc6639ac6 100644 --- a/automatic/paint.net/paint.net.nuspec +++ b/automatic/paint.net/paint.net.nuspec @@ -3,7 +3,7 @@ paint.net - 5.0.10 + 5.0.11 Paint.NET Rick Brewster, dotPDN http://www.getpaint.net/ diff --git a/automatic/paint.net/tools/ChocolateyInstall.ps1 b/automatic/paint.net/tools/ChocolateyInstall.ps1 index ed3db326ef7..40bf2e9d2a1 100644 --- a/automatic/paint.net/tools/ChocolateyInstall.ps1 +++ b/automatic/paint.net/tools/ChocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:ChocolateyPackageName fileType = "msi" - file64 = "$toolsPath\paint.net.5.0.10.winmsi.x64.msi" + file64 = "$toolsPath\paint.net.5.0.11.winmsi.x64.msi" silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 1641, 3010) softwareName = 'Paint.NET*'