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 Dec 23, 2018
1 parent e40ce96 commit 3cfb645
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
@@ -1,4 +1,4 @@
{
"OPW": "7.3.619-beta",
"OPW": "7.3.639-beta",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.3.619-beta</version>
<version>7.3.639-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
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.619.BETA.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.639.BETA.exe'
softwareName = '1Password*'
checksum = '5f8523f221e1d55e87ca8d393d42e21a22dd3710a943067e37634eb55f9d67ad'
checksum = 'f4546909e26c2da878f73df12f2c35c9fa6ec3bf39b0d631d75e47dc0cc75734'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 3cfb645

Please sign in to comment.