Skip to content

Commit

Permalink
AU: 4 updated - chromium iTunes protoc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 30, 2019
1 parent 5a5ce3a commit 625e0d4
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 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.3953.0-snapshots",
"snapshots": "80.0.3954.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.3953.0-snapshots</version>
<version>80.0.3954.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/710183/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/710205/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/710479/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/710472/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: 3080284060DF184CFC66C0A7E2177909CD98E4FDF693C7661371C83C6D4DBA62
checksum64: 62DD8A9449133B2A42E7B81CF49B88C4C47D1755961BF7E2AC00D5C401048218
checksum32: 978674D6920E31343E542F55E9FD04CEBBB62239192DEC800CFF31B52EFB68E2
checksum64: 8324C9B8A37381F98406AEE2E011CD4A562DC9DEC68645D1698D53401A55C327

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.3953.0-snapshots"
$version = "80.0.3954.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"063d6aec4828133e4ab36d5492fbbf53"|12.10.1.4
"bb66fd6cb8e5c70309f20c70c8dd147b"|12.10.2.3
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.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>iTunes</id>
<version>12.10.1.4</version>
<version>12.10.2.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.10.1.4'
$version = '12.10.2.3'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'http://updates-http.cdn-apple.com/2019/windows/061-27906-20191004-E74901A4-E6F7-11E9-979F-9DA916B72188/iTunesSetup.exe'
url64bit = 'http://updates-http.cdn-apple.com/2019/windows/061-27904-20191004-E748B8A2-E6F7-11E9-8931-E55C44AC54BE/iTunes64Setup.exe'
url = 'http://updates-http.cdn-apple.com/2019/windows/061-30719-20191029-880E8B50-FA6B-11E9-A9F5-D674B62FDC30/iTunesSetup.exe'
url64bit = 'http://updates-http.cdn-apple.com/2019/windows/061-30715-20191029-880EDD94-FA6B-11E9-8A90-D774B62FDC30/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = 'C550F65F67E399ABB6AB794242885FFDA69F71342B4530023DA5A9F81B4AB6AA'
checksum = '8C9C766FF21D4F0856078EA57CB6AC5B870911C915AC32847481685B2012DB89'
checksumType = 'sha256'
checksum64 = '253d2fd290d2cbd7d12ded916ed4af9d62bdce807ad85cca131b4875c057c373'
checksum64 = '27c3c389aadd3926b654f00cbb78075aa1c7afb166dd04e95ca4abb3c80c1d6c'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.1/protoc-3.10.1-win64.zip>
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: 0533A9F0236988A128219E9568B35A7EEAD51C5C6F7DF2D25C179EF031977FA2
checksum64: ECA7C20AD11AE31ABFFEE1F593DC5A0B2E3B97E5EFF275125413D196A7513090
checksum32: 964F055DB26372E46D8232A09FE6D661DE3CA1B82FBBC1EDE33696B1E379A11B
checksum64: A0A27D5C2FA7D8C43E36076FC10600D371C3B60F5011485F5F3CE2792697B3CD

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.10.0</version>
<version>3.10.1</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.1</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-3.10.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.10.0-win64.zip"
FileFullPath = "$toolsPath\protoc-3.10.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.10.1-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2231/gvim_8.1.2231_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2231/gvim_8.1.2231_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2233/gvim_8.1.2233_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.1.2233/gvim_8.1.2233_x64.zip>
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 67AC6E114961769AA975C05E102073291BAF7AFB4C296331985352B7F39C3B6E
checksum64: F1A206860CEF73952E78BEA8E737DD170F12A34040A174A4BB185C6EF77E14AA
checksum32: A52D8FCE025F13373759896ECAE5F45A2CD6C63358FE323C4649F17B9174528D
checksum64: D8730F086B083132C3B87CC1C9540187FF63258F597DE0D145915D1729F4A204
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.1.2231_x86.zip"
file64 = "$toolsDir\gvim_8.1.2231_x64.zip"
file = "$toolsDir\gvim_8.1.2233_x86.zip"
file64 = "$toolsDir\gvim_8.1.2233_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.1.2231</version>
<version>8.1.2233</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 625e0d4

Please sign in to comment.