diff --git a/automatic/1password/1password.json b/automatic/1password/1password.json index 9fca9fc3e81..8c1ddd6e651 100644 --- a/automatic/1password/1password.json +++ b/automatic/1password/1password.json @@ -1,4 +1,4 @@ { - "OPW": "7.2.572-beta", + "OPW": "7.2.573-beta", "OPW4": "4.6.2.626" } diff --git a/automatic/1password/1password.nuspec b/automatic/1password/1password.nuspec index 1e204025b0b..209ee240c7d 100644 --- a/automatic/1password/1password.nuspec +++ b/automatic/1password/1password.nuspec @@ -3,7 +3,7 @@ 1password - 7.2.572-beta + 7.2.573-beta 1Password AgileBits chocolatey, AgileBits diff --git a/automatic/1password/tools/chocolateyInstall.ps1 b/automatic/1password/tools/chocolateyInstall.ps1 index 77379457272..0cafe816de5 100644 --- a/automatic/1password/tools/chocolateyInstall.ps1 +++ b/automatic/1password/tools/chocolateyInstall.ps1 @@ -3,9 +3,9 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.2.572.BETA.exe' + url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.2.573.BETA.exe' softwareName = '1Password*' - checksum = '9a9901b4ee34b9a5cc2d5f1e10e05aa4d52863493f805508d0ae94b111294071' + checksum = '710f36832d7bb95c479a196111fc881189663fe88fa4926a214afce5592307a9' checksumType = 'sha256' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0)