Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox filezilla freecad
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 27, 2023
1 parent a215a5d commit 9c5a87a
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5562.0-snapshots",
"snapshots": "111.0.5563.0-snapshots",
"stable": "109.0.5414.120"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>111.0.5562.0-snapshots</version>
<version>111.0.5563.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
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/1097289/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1097283/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1097601/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1097610/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: D5FFFBB363325C28730E84BA1003B5A3FBA4A74CD14F8590C9AB3B05A5704D8B
checksum64: B768AEB390D6DCE448E11A7C559F8BAEC2AAA2D462AD0C70BCEDAC60289F846C
checksum32: 1BF573F1DD6E2A2725AEEC97490DFDBA8345CA0E183D06CEEFC16EDB3659305F
checksum64: AAD906320CFF259E70378D21F1356B01174915255EDE4458511EEB23A017C20E

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "111.0.5562.0-snapshots"
$version = "111.0.5563.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
@@ -1,4 +1,4 @@
{
"beta": "167.3.4680-beta",
"beta": "167.3.4684-beta",
"stable": "166.4.2920"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>166.4.2920</version>
<version>167.3.4684-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '166.4.2920'
$version = '167.3.4684'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x64.exe'
checksum = '4a864515fb42beed8707278ba7f5c5775ee7b4d16fbc418c4f313e6508774f7e'
checksum64 = '0d4ff6e95432886d3a0612a432cc510dd39d35df11f10d5cffe1c8e121a3eb16'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20167.3.4684%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20167.3.4684%20Offline%20Installer.x64.exe'
checksum = '2cd1ffa8c8b2bb6d31e2d43b6ea2c37e19dcb6d8955af370c772bf0ddc5970ce'
checksum64 = '1e92179821164e3117f4300dc81831653baa9c27f01719cec0f848ed8c89ca31'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.63.0</version>
<version>3.63.1</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win32-setup.exe?h=G0_y0o3zUITmJ74x9nRU-A&x=1674608980
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win64-setup.exe?h=oH1eoEEDkJ9E-3sBOnZCvg&x=1674608980
x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.63.1_win32-setup.exe?h=48iPmBdyb4w2tjGvpyMdIA&x=1674781777
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.63.1_win64-setup.exe?h=Z123BLCvQy_FEgVHpMyEOg&x=1674781777

to download the installer.

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: 214CA5FBF5E12759F58DD783A2627E1842008F649A6B20B27D6FF9C6F336FDE5
checksum64: 6A5F16C823B92BF78A191C9920EBEE505668BFE42C8747354C5943067E7AC172
checksum32: 8F3E3269F154C01B8BEB5D96945F86E4C319E0B5337BD79A90F36BFA910955D9
checksum64: 5C8C8FC0A3F31C53E4D09F3E89E5A4F4CA7AD93DAC5FA0B4A805FF90785B6EF7

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
@@ -1,5 +1,5 @@
{
"stable": "0.20.2.1",
"portable": "0.20.2.1",
"dev": "31641.2023.1.22-dev"
"dev": "31695.2023.1.26-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freecad</id>
<version>31641.2023.1.22-dev</version>
<version>31695.2023.1.26-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Expand Up @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31641-2023-01-22-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-31695-2023-01-26-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = '08997C52F12D2B7A2203C9D6FA7E8FA18D8E224A6C9159A7D66B790B5A6E9AEA'
checksum64 = '645C907E009795CAF395DC1D16504F6CE0095E02C3A950F3C1327334ED6B8510'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down

0 comments on commit 9c5a87a

Please sign in to comment.