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 Apr 4, 2018
1 parent 033e312 commit e85e251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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>6.8.496</version>
<version>6.8.534</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://cache.agilebits.com/dist/1P/win6/1PasswordSetup-6.8.496.exe'
url = 'https://cache.agilebits.com/dist/1P/win6/1PasswordSetup-6.8.534.exe'
softwareName = '1Password*'
checksum = '1660eee7cd822b47aeb49f656723014c27dbf0c029e0929255f05c33d492a1b7'
checksum = 'c4d5ce45941ab9f69392f4b0276b8fb3930306d4cdcb8f0e4afaf47774e57203'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit e85e251

Please sign in to comment.