From 4c387495e4ab531e14d8d0a3e058cc54887d093a Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 19 Dec 2024 18:20:05 +0000 Subject: [PATCH] AU: 2 updated - openshift-cli prey [skip ci] --- automatic/openshift-cli/legal/VERIFICATION.txt | 6 +++--- automatic/openshift-cli/openshift-cli.nuspec | 4 ++-- automatic/prey/legal/VERIFICATION.txt | 8 ++++---- automatic/prey/prey.json | 2 +- automatic/prey/prey.nuspec | 4 ++-- automatic/prey/tools/chocolateyInstall.ps1 | 4 ++-- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/openshift-cli/legal/VERIFICATION.txt b/automatic/openshift-cli/legal/VERIFICATION.txt index ed5d7f5ed95..7dc8b8bbe9d 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: 373F85F0FD970A92E72C4CA9A235BF9A5BC4D7763A69E381CBBE883E3C0860B5 + checksum: 086EF6F063CE6F3521F4E0BEA626468F3CF08C06D65A0831AE08F0E93DB704B8 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 32b238bd801..3067b856ce5 100644 --- a/automatic/openshift-cli/openshift-cli.nuspec +++ b/automatic/openshift-cli/openshift-cli.nuspec @@ -3,7 +3,7 @@ openshift-cli - 4.17.8 + 4.17.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.17.8 + https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.9 diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index af7118cc564..1ed4077c604 100644 --- a/automatic/prey/legal/VERIFICATION.txt +++ b/automatic/prey/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ 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: E7980A54CE6E5AFDCB8EC2F1367A5B0B8A904E2C828D9E8956D05569314C3AB7 - checksum64: 93B36683B43D158E667ECDA6826020F93ED8AFD9C7C3B7176756B4F132DF0C9E + checksum32: 382D7F88D4BFEAE69703350813BAD96D705DEBB623AF9B023C1650C8261DD78C + checksum64: 1EDDE029761AE8A862D039B5E0AFA8FC78D4C2AC442C77C7330DE2255DB13179 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index aadba3572a2..7d7b16cf907 100644 --- a/automatic/prey/prey.json +++ b/automatic/prey/prey.json @@ -6,5 +6,5 @@ "1.10": "1.10.10", "1.11": "1.11.10", "1.12": "1.12.18", - "1.13": "1.13.6" + "1.13": "1.13.7" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index 66f29b1285e..7d107cad9be 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.13.6 + 1.13.7 Prey chocolatey-community Fork Ltd @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis - You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey. ]]> Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing. - https://github.com/prey/prey-node-client/releases/tag/v1.13.6 + https://github.com/prey/prey-node-client/releases/tag/v1.13.7 prey anti-theft lockdown tracking admin foss cross-platform https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey https://github.com/prey/prey-node-client diff --git a/automatic/prey/tools/chocolateyInstall.ps1 b/automatic/prey/tools/chocolateyInstall.ps1 index adc06ab6af2..d2fa1330965 100644 --- a/automatic/prey/tools/chocolateyInstall.ps1 +++ b/automatic/prey/tools/chocolateyInstall.ps1 @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\prey-windows-1.13.6-x86.msi" - file64 = "$toolsPath\prey-windows-1.13.6-x64.msi" + file = "$toolsPath\prey-windows-1.13.7-x86.msi" + file64 = "$toolsPath\prey-windows-1.13.7-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641)