Skip to content

Commit

Permalink
AU: 4 updated - apache-httpd chromium thunderbird tv-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 20, 2021
1 parent 319e5e9 commit 0a69d93
Show file tree
Hide file tree
Showing 14 changed files with 157 additions and 157 deletions.
6 changes: 3 additions & 3 deletions automatic/apache-httpd/apache-httpd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>apache-httpd</id>
<version>2.4.51</version>
<version>2.4.52</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey-community</owners>
<licenseUrl>http://www.apache.org/licenses</licenseUrl>
<projectUrl>http://httpd.apache.org</projectUrl>
<docsUrl>http://httpd.apache.org/docs/2.4</docsUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2bdf6f7e33ec1a8126829fbbc87b83e4473b3634/icons/apache-httpd.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2bdf6f7e33ec1a8126829fbbc87b83e4473b3634/icons/apache-httpd.png</iconUrl>
<bugTrackerUrl>http://httpd.apache.org/bug_report.html</bugTrackerUrl>
<releaseNotes>http://httpd.apache.org/docs/2.4/new_features_2_4.html</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/apache-httpd</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/apache-httpd</packageSourceUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>The Apache HTTP Server Project is a collaborative software development effort aimed at creating a robust, commercial-grade, featureful, and freely-available source code implementation of an HTTP (Web) server.</summary>
<description><![CDATA[Apache HTTP Web Server for Windows.
Expand Down
8 changes: 4 additions & 4 deletions automatic/apache-httpd/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.51-o111l-x86-vc15.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.51-o111l-x64-vc15.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.52-o111m-x86-vc15.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.52-o111m-x64-vc15.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: 8A9EB60BE972D801F563F59C61714313B506E37E253AFEFA46C0F755F71B8289
checksum64: 377283538CE6BFE86B59694E52F83A93293259491D65419063697B85FC9B11C0
checksum32: 3B127BA0B2EE78715A24AE6E8D0AC9FE0E90456A32AE938569B266BF5EAC6CB7
checksum64: 10EBAC5BF2C8CC69E12978597C71A852740DACA027CD442659ECA92CF6629E18

File 'LICENSE.txt' is obtained from <https://www.apache.org/licenses/LICENSE-2.0.txt>
2 changes: 1 addition & 1 deletion automatic/apache-httpd/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2bdf6f7e33ec1a8126829fbbc87b83e4473b3634/icons/apache-httpd.png" width="48" height="48"/> [apache-httpd](https://chocolatey.org/packages/apache-httpd)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2bdf6f7e33ec1a8126829fbbc87b83e4473b3634/icons/apache-httpd.png" width="48" height="48"/> [apache-httpd](https://chocolatey.org/packages/apache-httpd)

Apache HTTP Web Server for Windows.

Expand Down
4 changes: 2 additions & 2 deletions automatic/apache-httpd/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $pp = Get-PackageParameters

$arguments = @{
packageName = $env:chocolateyPackageName
file = "$toolsDir\httpd-2.4.51-o111l-x86-vc15.zip"
file64 = "$toolsDir\httpd-2.4.51-o111l-x64-vc15.zip"
file = "$toolsDir\httpd-2.4.52-o111m-x86-vc15.zip"
file64 = "$toolsDir\httpd-2.4.52-o111m-x64-vc15.zip"
destination = if ($pp.installLocation) { $pp.installLocation } else { $env:APPDATA }
port = if ($pp.Port) { $pp.Port } else { 8080 }
serviceName = if ($pp.NoService) { $null } elseif ($pp.serviceName) { $pp.serviceName } else { 'Apache' }
Expand Down
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": "99.0.4778.0-snapshots",
"snapshots": "99.0.4779.0-snapshots",
"stable": "96.0.4664.110"
}
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>99.0.4778.0-snapshots</version>
<version>99.0.4779.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/952832/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952836/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/952935/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952932/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: 2F227BD71E3A2EA1C9FD2A6A687E26B0C65483CEA889070A8EFF614C87922710
checksum64: 3886DE72809C147B220419BDB2F40491B3C32529C72FB4741F23CF0FC3593D75
checksum32: 166F6913C697CEC7D05A6EAF324A98FB583743A485DDE92004C4DEE860EEB139
checksum64: F5F124D051B7B909F7082735B7431331DD6D706284C077399F195DB687B1A645

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 = "99.0.4778.0-snapshots"
$version = "99.0.4779.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/thunderbird/thunderbird.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>91.4.0.20211214</version>
<version>91.4.1</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
Loading

0 comments on commit 0a69d93

Please sign in to comment.