Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox php vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 4, 2023
1 parent 5b45fd2 commit a68173d
Show file tree
Hide file tree
Showing 14 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5517.0-snapshots",
"snapshots": "111.0.5518.0-snapshots",
"stable": "108.0.5359.125"
}
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.5517.0-snapshots</version>
<version>111.0.5518.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/1088129/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1088129/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1088352/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1088351/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: A231ECE526B2DD05117E5A67496A52B5564FC3B6182689EBEDA3444E9FFA8616
checksum64: 57E44B504A1998417C6CE6AA50158D381FB7F7646A60CA292DDDD1F073469ABF
checksum32: 612922799B15FB4935DFAA1D3467D37F30D51D622B22FC67544F77A86D551F15
checksum64: 84F245D2106A6AF2FAF5E2AB5B8E612D38D1DBAE5567308DE3035666F4CB1BCE

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.5517.0-snapshots"
$version = "111.0.5518.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": "164.3.7907-beta",
"stable": "163.4.5456"
"stable": "164.4.7914"
}
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>164.3.7907-beta</version>
<version>164.4.7914</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 = '164.3.7907'
$version = '164.4.7914'

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%20164.3.7907%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20164.3.7907%20Offline%20Installer.x64.exe'
checksum = '1d761a21bf76a0b5a7dea2d30aae1c0af292a7a25bd7b6b00885a5a51f7d5586'
checksum64 = 'a004783ff4df5e1e50fbfc77f9a89dfd00bef9600e63dcda9b6f0052f32d9efd'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20164.4.7914%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20164.4.7914%20Offline%20Installer.x64.exe'
checksum = 'a0e1a6cc0dd5241a5c9970e3225bee5f56e2c3a36735ab41f3b7865b86e64e7a'
checksum64 = '0f0a3ab4714fb61b9b64a3a01b50d60b7e74e1bf9332ae2d6b64b59615b4f1ce'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.0-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.2.0-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.0-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.2.0-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.27-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.27-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.27-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.27-nts-Win32-vs16-x64.zip>
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:
checksum32 (threadsafe): D609295E2C759E72F6BDFF787DF422C1E442E996E8B4ABD1AD0E4756A3EA62F0
checksum64 (threadsafe): 4EC37F6925CA9FE116857198C775B5E39DFE4F893F3DDD5F5D8BBDE736701403
checksum32 (non-threadsafe): 5A2D7C7E46F801EDC24E86E4552DDC5D405C90A8D686E50BF3386CE3739D32FF
checksum64 (non-threadsafe): DE5FC22C982D2650852AB91BBAD1389D343401CA32C26BA173D004CC5A87EE03
checksum32 (threadsafe): C8163879E3E93C87AFD63AD287ED2543503ABC31BE5280122616688146082D54
checksum64 (threadsafe): 54D6CC64856268916F7A3DDAAE7D636C9F54DD11B0BAF083218BAF102FE153FA
checksum32 (non-threadsafe): F997A883EDA473724CA939D929369DD523B887357F60DAC52A85F2E83D2E821A
checksum64 (non-threadsafe): 1449C94819FC2D7C58B42E8592307282FAAA4EEC718268BEB82D9524E651ADAD

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Expand Up @@ -5,7 +5,7 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.33",
"8.0": "8.0.26",
"8.0": "8.0.27",
"8.1": "8.1.13",
"8.2": "8.2.0"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.2.0</version>
<version>8.0.27</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.2.0</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.27</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.2.0-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.2.0-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.2.0-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.2.0-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.27-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.27-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.27-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.27-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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/v9.0.1136/gvim_9.0.1136_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1136/gvim_9.0.1136_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1140/gvim_9.0.1140_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.1140/gvim_9.0.1140_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: 3F0F6999FB3F658ED10937CBEF553C1E2BC3689F7F725B1FBAAC2D90DEB88021
checksum64: 3F271094D213FE8EDB7C9FA8B122C1272D3278D37A2FA05A44905224C70CD73D
checksum32: 22C56E83010AAE4E50A4097401496F86B7678B0C175588EC1F90AACC6D32612E
checksum64: 530737802CEEBB69B82598596630F7FD551520F7F6ABC078FDE648FBFF91EEB9
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.1136_x86.zip"
file64 = "$toolsDir\gvim_9.0.1136_x64.zip"
file = "$toolsDir\gvim_9.0.1140_x86.zip"
file64 = "$toolsDir\gvim_9.0.1140_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.1136</version>
<version>9.0.1140</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 a68173d

Please sign in to comment.