Skip to content

Commit

Permalink
AU: 2 updated - 1password chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 15, 2018
1 parent 95bd6ae commit c1f0d95
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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": "6.8.534",
"OPW": "7.1.567",
"OPW4": "4.6.2.626"
}
4 changes: 2 additions & 2 deletions 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.534</version>
<version>7.1.567</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand All @@ -21,7 +21,7 @@
<copyright>©2018 AgileBits, Inc. All rights reserved.</copyright>
<tags>1password password keystore keys saver admin trial cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/1password</packageSourceUrl>
</metadata>
<dependencies><dependency id="dotnet4.6.2" version="4.6.01590.20170129" /></dependencies></metadata>
<files>
<file src="tools\**" target="tools" />
</files>
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.534.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.1.567.exe'
softwareName = '1Password*'
checksum = 'c4d5ce45941ab9f69392f4b0276b8fb3930306d4cdcb8f0e4afaf47774e57203'
checksum = 'bf13e2c66b79cc0b72f21214b8a0130c50ee5acb27769362afbf53baf5f21ba9'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "69.0.3461.0-snapshots",
"snapshots": "69.0.3462.0-snapshots",
"stable": "67.0.3396.87"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>69.0.3461.0-snapshots</version>
<version>69.0.3462.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/567446/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/567448/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/567718/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/567714/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: B3FDE4FDF1C53BA8CE47753B9CBE9B916DF4F05E6E3F1F5BAFF939165DE43ECE
checksum64: 937AD56C57AC917C4ED37D531A0B5D178B4CF6749269BE19603FA4B4C41BF9E2
checksum32: 1B688D1A74F7AD1049CE68055524AB479B02923FFBEC5D411B3ED9DA941DF0DB
checksum64: 5FEF3D24F83147B299AB7D6989B9D94B272DE76C1E2F452615E281F9EBE1348B

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "69.0.3461.0-snapshots"
$version = "69.0.3462.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down

0 comments on commit c1f0d95

Please sign in to comment.