diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index 9c13c9bf239..e0fd23f0da0 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: 9B198A045F1DDD576BC0148DD1D3AF705C52D4172D601308980153FD77321558 + checksum: 95A225969B829887763930623320F821A858DC044CA560C31944B4834BDA7AA8 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 59090cb99ea..ba01043f69d 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.12.8 + 4.12.9 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.12.8 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.12.9 diff --git a/automatic/selenium-gecko-driver/legal/VERIFICATION.txt b/automatic/selenium-gecko-driver/legal/VERIFICATION.txt index 1e584a86dc5..6d2cca756f2 100644 --- a/automatic/selenium-gecko-driver/legal/VERIFICATION.txt +++ b/automatic/selenium-gecko-driver/legal/VERIFICATION.txt @@ -3,20 +3,20 @@ 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: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: BF2539BDAA5C79CCB0B1F17FE91C9876717BEA1A61CD0034644D798F9668B358 - checksum64: 034341270AE7AE84B21EEF1710C504793467A395679E12EC426475256107DB26 + checksum32: A38FB6A2B0B50F98C2B19A4903BBE32A897150EFB2B226152450B3E6E17CA5B4 + checksum64: 801EA95B5DB69A0DC6E01A909E3E483A8EBB01B13D752C7C5F9BE650D370E292 File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code diff --git a/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec b/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec index 0087c141db4..047bbe96076 100644 --- a/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec +++ b/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec @@ -2,7 +2,7 @@ selenium-gecko-driver - 0.32.2 + 0.33.0 Selenium Gecko Driver Mozilla chocolatey-community,hans0 diff --git a/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 b/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 index 1bb7eba6048..8fca1fb43bd 100644 --- a/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 +++ b/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ $packageArgs = @{ packageName = 'selenium-gecko-driver' softwareName = "Gecko WebDriver" - file = "$toolsDir\geckodriver-v0.32.2-win32.zip" - file64 = "$toolsDir\geckodriver-v0.32.2-win64.zip" + file = "$toolsDir\geckodriver-v0.33.0-win32.zip" + file64 = "$toolsDir\geckodriver-v0.33.0-win64.zip" destination = $seleniumDir }