Skip to content

Commit

Permalink
AU: 6 updated - chromium librecad php tor-browser vscode-insiders vsc…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 8, 2022
1 parent 5c6c88d commit 53251bc
Show file tree
Hide file tree
Showing 17 changed files with 72 additions and 72 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": "104.0.5107.0-snapshots",
"snapshots": "104.0.5108.0-snapshots",
"stable": "102.0.5005.63"
}
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>104.0.5107.0-snapshots</version>
<version>104.0.5108.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/1011311/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011304/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1011649/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1011638/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: A897CD980CE56B0FBC15A8CBA6BB0917F72BDDA09355979D8AD40701C2E12D06
checksum64: 1694CB0642DB2117D9BEE6B4D7616B0B5E9BC2E812E6C2C63689E40A97F2009C
checksum32: 9906A7D5E6D80B7F84464A71859D555E52BAE650BE5BB35B137C8AAA50ACE666
checksum64: 330DD8B0C52C690FA7F43C0768F1E58C42812F90F8EA355C34B838792BBBBDA0

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 = "104.0.5107.0-snapshots"
$version = "104.0.5108.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/librecad/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://github.com/LibreCAD/LibreCAD/releases>
and can be verified by doing the following:

1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc3/LibreCAD-Installer-2.2.0-rc3.exe>
1. Download the following <https://github.com/LibreCAD/LibreCAD/releases/download/2.2.0-rc4/LibreCAD-Installer-2.2.0-rc4.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
checksum: F8ACAD0D8BCBF840370677B06B20BC5EE74ACDE22373507C882B0398938A90FF
checksum: 9685A52DEA59AE11B5D712BE0E999F5E1D4D51DD1B4949EB0BE35F1E3F64E132

The file 'LICENSE.txt' has been obtained from <https://github.com/LibreCAD/LibreCAD/blob/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/librecad/librecad.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"2.2": "2.2.0-rc3"
"2.2": "2.2.0-rc4"
}
2 changes: 1 addition & 1 deletion automatic/librecad/librecad.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>librecad</id>
<version>2.2.0-rc3</version>
<version>2.2.0-rc4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/librecad</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>LibreCAD</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/librecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\LibreCAD-Installer-2.2.0-rc3.exe"
file = "$toolsPath\LibreCAD-Installer-2.2.0-rc4.exe"
softwareName = 'LibreCAD'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.1.6-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.6-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.6-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.6-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.7-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): 048C37A07056DFB3720E9BB524A7D19C694725AAA45371EF3013F08FA1069C34
checksum64 (threadsafe): 59D77114203E8D9F4F5A14744008F26745C3B72AFE129B06040FCDEC1658A983
checksum32 (non-threadsafe): 01FD1E8AABA8CA9A22347A4BD3E0651A34591A4D770DFDCC25FAFC744C3B282B
checksum64 (non-threadsafe): E6F9EB856860A4A5A7CBFF9010886B901ACDC2ADA26FECD09DBAEB7F8CEF1E8C
checksum32 (threadsafe): 7A9D75079F1C0B5D5247312D844DFED02486934C732505E3C63A29DA359D95A4
checksum64 (threadsafe): E7E8A7F57EDBB713084F8D0CF7B53B8EDFA4AA126FC8D9C257C4829ED60AE797
checksum32 (non-threadsafe): A98639CFFDB627AAEE300D37A4823D2CBDE92B3AAD25285683A156CCF9965DEF
checksum64 (non-threadsafe): DBD820A5049E364C828BB84AF844852E7399AB11CC10DACC9849DA1213A555BB

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"5.6": "5.6.40",
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.29",
"7.4": "7.4.30",
"8.0": "8.0.19",
"8.1": "8.1.6"
"8.1": "8.1.7"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.1.6</version>
<version>8.1.7</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.1.6</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.7</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
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

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

if ($pp.ThreadSafe) {
Expand Down

0 comments on commit 53251bc

Please sign in to comment.