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 26, 2018
1 parent 39e194c commit d4ea850
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>4.6.1.620</version>
<version>6.8.496</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
<licenseUrl>https://1password.com/legal/terms-of-service</licenseUrl>
<projectUrl>https://1password.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0e94eff84f6fae272df90852605e5b7ec13e2df0/icons/1password.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<mailingListUrl>https://discussions.agilebits.com/</mailingListUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>1Password – Too many passwords to remember?
<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.</description>
1Password can create strong, unique passwords for you, remember them, and restore them, all directly in your web browser.
]]></description>
<summary>1Password - Have you ever forgotten a password?</summary>
<copyright>©2018 AgileBits, Inc. All rights reserved.</copyright>
<tags>1password password keystore keys saver admin trial cross-platform</tags>
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/0e94eff84f6fae272df90852605e5b7ec13e2df0/icons/1password.png" height="48" width="48" /> 1password](https://chocolatey.org/packages/1password)
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png" height="48" width="48" /> 1password](https://chocolatey.org/packages/1password)

1Password – Too many passwords to remember?

Expand Down
6 changes: 3 additions & 3 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://d13itkw33a7sus.cloudfront.net/dist/1P/win4/1Password-4.6.1.620.exe'
url = 'https://cache.agilebits.com/dist/1P/win6/1PasswordSetup-6.8.496.exe'
softwareName = '1Password*'
checksum = ''
checksumType = ''
checksum = '1660eee7cd822b47aeb49f656723014c27dbf0c029e0929255f05c33d492a1b7'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
}
Expand Down

0 comments on commit d4ea850

Please sign in to comment.