From 91ccdf96ca60ee2497c552cae081b25df7bc1e0a Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 9 Feb 2023 14:19:15 +0000 Subject: [PATCH] AU: 2 updated - exiftool opera-beta [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/d022afbf082e8db4410a99364321327a4f15f4c0 --- automatic/exiftool/exiftool.nuspec | 2 +- automatic/exiftool/tools/chocolateyInstall.ps1 | 4 ++-- automatic/opera-beta/opera-beta.nuspec | 4 ++-- automatic/opera-beta/tools/chocolateyInstall.ps1 | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/automatic/exiftool/exiftool.nuspec b/automatic/exiftool/exiftool.nuspec index ff893c291..881c04cc5 100644 --- a/automatic/exiftool/exiftool.nuspec +++ b/automatic/exiftool/exiftool.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 12.55.0.20230121 + 12.56 Maurice Kevenaar diff --git a/automatic/exiftool/tools/chocolateyInstall.ps1 b/automatic/exiftool/tools/chocolateyInstall.ps1 index 4c9ac6c00..423c5d9db 100644 --- a/automatic/exiftool/tools/chocolateyInstall.ps1 +++ b/automatic/exiftool/tools/chocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://exiftool.org/exiftool-12.55.zip' -$checksum = '9503b78fc9cdf1c4b142f9c6bbeebb21964f0acbbe4064dc28eca2390e450da4' +$url = 'https://exiftool.org/exiftool-12.56.zip' +$checksum = '9f714ef976f63536e3ee29f31caf4d201a37324418ab93180a053173e92e23a7' $checksumType = 'sha256' $packageArgs = @{ diff --git a/automatic/opera-beta/opera-beta.nuspec b/automatic/opera-beta/opera-beta.nuspec index 0df619fc7..2922e32c0 100644 --- a/automatic/opera-beta/opera-beta.nuspec +++ b/automatic/opera-beta/opera-beta.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 95.0.4635.28-beta + 96.0.4693.12-beta Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe Opera Software browser opera beta cross-platform internet admin - https://blogs.opera.com/desktop/changelog-for-95/#b4635.28 + https://blogs.opera.com/desktop/changelog-for-96/#b4693.12 http://www.operasoftware.com/eula/browser false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta diff --git a/automatic/opera-beta/tools/chocolateyInstall.ps1 b/automatic/opera-beta/tools/chocolateyInstall.ps1 index a16d703b4..51140d141 100644 --- a/automatic/opera-beta/tools/chocolateyInstall.ps1 +++ b/automatic/opera-beta/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host " $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera-beta/95.0.4635.28/win/Opera_beta_95.0.4635.28_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera-beta/95.0.4635.28/win/Opera_beta_95.0.4635.28_Setup_x64.exe' - checksum = 'a01554eb932f45686dcd5d6ef6ee443068851105a18a70c21e48d0cdcd474767' - checksum64 = '59d55894901d69e601f3be25b3b36bcbd84a6a4d4a409f4429f3b8bbb44b3e7d' + url = 'https://get.geo.opera.com/pub/opera-beta/96.0.4693.12/win/Opera_beta_96.0.4693.12_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera-beta/96.0.4693.12/win/Opera_beta_96.0.4693.12_Setup_x64.exe' + checksum = '56391ec95ebe023c10d9f779d77dfd851a68e3c396b244323e3ced62c81f6910' + checksum64 = '1793b2c488a4de65725c29aa45c08ee6cbec3f3508941847975ce63cc59ff729' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters validExitCodes = @(0) } -$version = '95.0.4635.28' +$version = '96.0.4693.12' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } else {