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 Feb 2, 2019
1 parent 8c878f1 commit e2cf73f
Show file tree
Hide file tree
Showing 3 changed files with 8 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.3.657",
"OPW": "7.3.661-beta",
"OPW4": "4.6.2.626"
}
6 changes: 5 additions & 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.3.657</version>
<version>7.3.661-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand All @@ -16,6 +16,10 @@
<description><![CDATA[1Password – Too many passwords to remember?
1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
## Notes
- This package provides only the latest version of 1password. If there is a need for the 4.x version of 1password, please install the [1password4](https://chocolatey.org/packages/1password4) package instead.
]]></description>
<summary>1Password - Have you ever forgotten a password?</summary>
<copyright>©2018 AgileBits, Inc. All rights reserved.</copyright>
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.3.657.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.661.BETA.exe'
softwareName = '1Password*'
checksum = '2738348139c3a6506ca300d10b3162ccee7d55cf9d3e6ab13a62c9c77b5d631a'
checksum = '6c3937054c912eba1e8ca26eaab03c5776fab9eee6da890cf2fe39f62bb818e5'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit e2cf73f

Please sign in to comment.