diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index c335881cec3..7f3fbace538 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 114.0.5282.185 + 114.0.5282.222 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **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.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-114/#b5282.185 + https://blogs.opera.com/desktop/changelog-for-114/#b5282.222 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index cc7fdcc887c..b19361c38e5 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.185/win/Opera_114.0.5282.185_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.185/win/Opera_114.0.5282.185_Setup_x64.exe' - checksum = '2f506a7064648e77f18e0db6f5666f207c8ac6faed1c98c5fd440937704e661f' - checksum64 = 'e873fc7b6d89c9ca9f8c8570f8a2ff5aeec1567f0ae126b43c1b74ee9ad5b71a' + url = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.222/win/Opera_114.0.5282.222_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/114.0.5282.222/win/Opera_114.0.5282.222_Setup_x64.exe' + checksum = '57d1e227088a62b6bb0122645b16f1003690b874b988c322aadaa54ea6d4c2b8' + checksum64 = '618a129e3a8edbb1443d7be23d1a8304d2be8e8629f60907a53a7c3131dbbf1d' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '114.0.5282.185' +$version = '114.0.5282.222' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/prey/legal/VERIFICATION.txt b/automatic/prey/legal/VERIFICATION.txt index eb8fa47bd24..5c08057cf1b 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: 1AB953D6E9AB75962F74360BF6039D350BF95942F37CB890C5DA9EFA4EEDA3E0 - checksum64: 1093419D2DA8C98392525D335E7A9E8EA8F00E4A6B9626EE0972B4DD7C3BB98F + checksum32: EBB4955792E554887032F17D602CA5BFCDBF65BE62C6805399C054D7CADCF5A4 + checksum64: 25C4057BCAEB7C48043EB8B403C0EFCA6A86CDFF7DBFAD2D644752F6A2CC5780 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/prey/prey.json b/automatic/prey/prey.json index 20eae226815..4e483c3bac9 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.4" + "1.13": "1.13.5" } diff --git a/automatic/prey/prey.nuspec b/automatic/prey/prey.nuspec index cfc30efeeaf..653fd715f25 100644 --- a/automatic/prey/prey.nuspec +++ b/automatic/prey/prey.nuspec @@ -3,7 +3,7 @@ prey - 1.13.4 + 1.13.5 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.4 + https://github.com/prey/prey-node-client/releases/tag/v1.13.5 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 bb8ef893d33..167358d8e83 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.4-x86.msi" - file64 = "$toolsPath\prey-windows-1.13.4-x64.msi" + file = "$toolsPath\prey-windows-1.13.5-x86.msi" + file64 = "$toolsPath\prey-windows-1.13.5-x64.msi" softwareName = 'prey*' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 2010, 1641)