Skip to content

Commit

Permalink
AU: 3 updated - chromium dropbox iTunes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 25, 2022
1 parent 48534a3 commit 87e2c63
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 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": "109.0.5379.0-snapshots",
"snapshots": "109.0.5380.0-snapshots",
"stable": "106.0.5249.119"
}
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>109.0.5379.0-snapshots</version>
<version>109.0.5380.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/1062697/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1062697/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1062944/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1062915/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: 99900F4B6846A69D666226BC1131D81D813B550BDF13E0176FFA3F5E06126690
checksum64: 01BA20A95A06DD5C4A1CEB35CAD58BCDEDF9538DCF385E995E329A15D3927F6B
checksum32: 84A16C179503B455AF0F77896BBD8B5FE0CE54D2A9BDB87B512FCD161991A3CA
checksum64: 20A28F4A6488B8C675B7577B167F5EFC92E8893900BABF3A533136867612C009

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 = "109.0.5379.0-snapshots"
$version = "109.0.5380.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/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "160.3.4650-beta",
"beta": "160.3.4670-beta",
"stable": "159.4.5870"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>160.3.4650-beta</version>
<version>160.3.4670-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '160.3.4650'
$version = '160.3.4670'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4650%20Offline%20Installer.x86.exe'
checksum = '5b44fd8d90bad402eb429e0b1d3b90314d85643f1f06115bbe4b840b5027df8e'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4670%20Offline%20Installer.x86.exe'
checksum = '09cc58fc7a4027b2766f69a59136ca03faf8c020452fb27229f7174320d63de3'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"53cbd35fe22f109efb1ae704eb72dbae"|12.12.5.8
"81eef94df4d18541e864c2bebd8d0b63"|12.12.6.1
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.12.5.8</version>
<version>12.12.6.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey-community</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.12.5.8'
$version = '12.12.6.1'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/012-67784-20220909-258DB4D7-2141-4853-BAE8-1C21EECA32EE/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/012-67782-20220909-091C2557-7D04-4926-AD36-CE1EC201A92D/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/012-77814-20221020-E07F27CE-1FC6-4962-9F37-0F0A1608BC77/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/012-77812-20221020-55E4CD5A-CF6C-48B4-A679-2ADF6587380D/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = 'A0694F030490C7BF96403D30116478F9FF573662CA8FA020D6A4238D6934B768'
checksum = 'BECD816DEB6E2A5D34F1CBFE16B9A160603E0A47D4D704D1DAA0662663000F8A'
checksumType = 'sha256'
checksum64 = '97584c3e1e3d7cedec144915ddf516adfabf4e8219bca60fd02961ebeedbb46c'
checksum64 = '122ebd72dac7d507ee68ff2ec20ba8322d95241db80a677a36f239931474dd7a'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 87e2c63

Please sign in to comment.