Skip to content

Commit

Permalink
AU: 1 updated - 1password
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 28, 2018
1 parent 8cfc646 commit fdd9b12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.2.572-beta",
"OPW": "7.2.573-beta",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.2.572-beta</version>
<version>7.2.573-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit fdd9b12

Please sign in to comment.