Skip to content

Commit

Permalink
AU: 2 updated - chromium tortoisesvn
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 31, 2019
1 parent d257ceb commit aab4aae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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": "80.0.3955.0-snapshots",
"snapshots": "80.0.3956.0-snapshots",
"stable": "75.0.3770.142"
}
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>80.0.3955.0-snapshots</version>
<version>80.0.3956.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/710744/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/710744/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/711139/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/711141/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: EDCC45DF2A690FF7830F774C448069700F671885E307742AD6C47275AF4B64C7
checksum64: 3A8A65E0510AAAF4DD8B83CFF76155133F6E30FD125CC46175EE45FFE86B0A02
checksum32: C08703AB37AEC7512888FCD6D161FF253ED9F9C9F11FA3C8A26C444B0B13D9AC
checksum64: DFD2682118E2507928A1E694A605C999693B26283EEAEB67DD3F61192C08CA71

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 = "80.0.3955.0-snapshots"
$version = "80.0.3956.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/tortoisesvn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://osdn.net/frs/redir.php?m=constant&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.2%2FApplication%2FTortoiseSVN-1.12.2.28653-win32-svn-1.12.2.msi>
64-Bit: <https://osdn.net/frs/redir.php?m=constant&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.12.2%2FApplication%2FTortoiseSVN-1.12.2.28653-x64-svn-1.12.2.msi>
32-Bit: <https://osdn.net/frs/redir.php?m=pumath&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.0%2FApplication%2FTortoiseSVN-1.13.0.28678-win32-svn-1.13.0.msi>
64-Bit: <https://osdn.net/frs/redir.php?m=gigenet&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.13.0%2FApplication%2FTortoiseSVN-1.13.0.28678-x64-svn-1.13.0.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 3C80C6CDF7C26A3938D20CA0C023B1E869040BA20DA7099D87772EC454A644C8
checksum64: 7B18CA830881FA7CD00EC629FF84AC81E0F79A5C9183F5D177BBADD55E119CCB
checksum32: AB3DF77887F78834E1FCFD5876F1E6232FA8A179D9CB40256DE037DB0F5E9016
checksum64: 8FE8BFEEFC47179C71399A6198949BB647BA41AC2B108775CB6CEAAF29C6D9D3

File 'LICENSE.txt' is obtained from <https://sourceforge.net/p/tortoisesvn/code/23615/tree/trunk/src/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/tortoisesvn/tortoisesvn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisesvn</id>
<title>TortoiseSVN</title>
<version>1.12.2.28653</version>
<version>1.13.0.28678</version>
<authors>TortoiseSVN Team</authors>
<owners>chocolatey, dtgm</owners>
<summary>Subversion® source control management client implemented as File Explorer shell extension</summary>
Expand Down

0 comments on commit aab4aae

Please sign in to comment.