Skip to content

Commit

Permalink
AU: 9 updated - 1password apache-httpd defraggler Firefox googlechrom…
Browse files Browse the repository at this point in the history
…ebeta nuget.commandline speccy vscode-insiders vscode-insiders.install

[skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/63c80d975cb319e13f3562e54ad2e78551e01cb4
  • Loading branch information
Chocolatey committed Aug 17, 2020
1 parent e728d65 commit d1cc12b
Show file tree
Hide file tree
Showing 24 changed files with 90 additions and 93 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.6.780",
"OPW": "7.6.781-BETA",
"OPW4": "4.6.2.626"
}
2 changes: 1 addition & 1 deletion automatic/1password/1password.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>1password</id>
<version>7.6.780</version>
<version>7.6.781-BETA</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.780.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.6.781-BETA.exe'
softwareName = '1Password*'
checksum = '9b1d8fb9817bbda78e8c349b2d327932d9344d269eadebb7aa8fae8f05491327'
checksum = 'bf0b929459d8c5a00e6e85d912e694b4ff19fb430ebf589a1c6f2ca1dfc6a652'
checksumType = 'sha256'
silentArgs = "--silent"
validExitCodes = @(0)
Expand Down
20 changes: 9 additions & 11 deletions automatic/apache-httpd/apache-httpd.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<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.43</version>
<version>2.4.46</version>
<title>Apache HTTP Server Project</title>
<authors>Apache Software Foundation</authors>
<owners>chocolatey</owners>
Expand All @@ -16,8 +16,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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.
<description><![CDATA[Apache HTTP Web Server for Windows.
The Apache HTTP Server Project is an effort to develop and maintain an open-source HTTP server for modern operating systems including UNIX and Windows. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards.
Expand All @@ -27,19 +26,18 @@ The Apache HTTP Server is a project of The Apache Software Foundation.
## Package Parameters
* `/installLocation` - Install to a different destination folder. Default: `$Env:AppData\Apache*`
* `/serviceName` - The name of the windows service which will be create. Default: `Apache`
* `/port` - The port Apache will listen to. Default: `8080`
* `/noService` - Don't install the apache httpd windows service
- `/installLocation` - Install to a different destination folder. Default: `$Env:AppData\Apache*`
- `/serviceName` - The name of the windows service which will be create. Default: `Apache`
- `/port` - The port Apache will listen to. Default: `8080`
- `/noService` - Don't install the apache httpd windows service
Example: `choco install apache-httpd --params '"/installLocation:C:\HTTPD /port:433"'`
## Notes
* This package will install the latest Apache binaries provided at Apache Haus (http://www.apachehaus.com/) with OpenSSL on Visual Studio 2012 (VC11): with OpenSSL 1.0.2g, nghttp 1.9.2, Zlib 1.2.8 (mod_deflate), PCRE 8.38, APR 1.5.2, APR-Util 1.5.4, IPv6 and TLS SNI enabled.
* The complete path of the package will be `$Env:AppData\Apache*`
* Apache will be installed as a service under the default name 'Apache' (can be disabled with the `/noService` install parameter)
- This package will install the latest Apache binaries provided at Apache Haus (http://www.apachehaus.com/) with OpenSSL 1.1.1g, brotli 1.0.7, nghttp 1.41.0, Zlib 1.2.10, PCRE 8.44, APR 1.7.0, APR-Util 1.6.1.
- The complete path of the package will be `$Env:AppData\Apache*`
- Apache will be installed as a service under the default name 'Apache' (can be disabled with the `/noService` install parameter)
]]></description>
<tags>apache httpd webserver admin</tags>
<dependencies>
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.43-lre302-x86-vc14.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.43-lre302-x64-vc14.zip>
32-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.46-o111g-x86-vc15.zip>
64-Bit: <https://www.apachehaus.com/downloads/httpd-2.4.46-o111g-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: BEA3A2328CBC3FEF049B16722F3DC534314563CBEBE4C34BBD9B04DD18172F99
checksum64: 8BD7CDB8D4BE4254BEF9A146DA793A197007A9947BFBB1D12BCFE861BA73EC02
checksum32: BA60CD6FD1D921D792C68F45B7C05BBB7DCBD39C47661F1E8EF2A92D62C14754
checksum64: EFBEDA112C6E9056665A68F6683C7AC5E0608EB1C3A4CF3017F1282CE74EBA6A

File 'LICENSE.txt' is obtained from <https://www.apache.org/licenses/LICENSE-2.0.txt>
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.43-lre302-x86-vc14.zip"
file64 = "$toolsDir\httpd-2.4.43-lre302-x64-vc14.zip"
file = "$toolsDir\httpd-2.4.46-o111g-x86-vc15.zip"
file64 = "$toolsDir\httpd-2.4.46-o111g-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/defraggler/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/defraggler.png" width="48" height="48"/> [defraggler](https://chocolatey.org/packages/defraggler)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/defraggler.png" width="48" height="48"/> [defraggler](https://chocolatey.org/packages/defraggler)


Use Defraggler to defrag your entire hard drive, or individual files. This compact and portable Windows application supports NTFS and FAT32 file systems.
Expand Down
6 changes: 3 additions & 3 deletions automatic/defraggler/defraggler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>defraggler</id>
<version>2.22.995.20181017</version>
<version>2.22.995.20200817</version>
<title>Defraggler</title>
<owners>chocolatey</owners>
<authors>Piriform</authors>
<licenseUrl>https://www.ccleaner.com/legal/end-user-license-agreement</licenseUrl>
<projectUrl>https://www.ccleaner.com/defraggler</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/defraggler.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/defraggler.png</iconUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description><![CDATA[
Use Defraggler to defrag your entire hard drive, or individual files. This compact and portable Windows application supports NTFS and FAT32 file systems.
Expand All @@ -31,7 +31,7 @@ Example: `choco install defraggler --params "/UseSystemLocale"`
]]></description>
<summary>Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry.</summary>
<tags>defragment freeware defrag admin disk</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/defraggler</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/defraggler</packageSourceUrl>
<releaseNotes>https://www.ccleaner.com/defraggler/version-history</releaseNotes>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/defraggler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/dfsetup222.exe'
checksum = 'b53eb82d6a46c812171ca878b7342e1939a0afecc277b0b57c708eef8fc700de'
url = 'https://download.ccleaner.com/dfsetup222.exe?cc2020'
checksum = '167b7192937b39e657def16ffb0fdbbab326f007747505d5c8785811d6b03ab8'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "79.0.0.20200805",
"latest": "79.0.0.20200817",
"esr": "68.11.0"
}
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>79.0.0.20200805</version>
<version>79.0.0.20200817</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.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>googlechromebeta</id>
<version>85.0.4183.59-beta</version>
<version>85.0.4183.69-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '85.0.4183.59-beta'
$version = '85.0.4183.69-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'b9bb23e233971d1cb08f46e68a32ce9916638c3a314ed84d56c3e821e2e57750'
checksum64 = '0c3b26b2c9ba00f6529df8a3379956ecfee9850c689667c07412d6a72b581e4d'
checksum = '6a88780e6253718a05508ac6db3c8cdd709aea475d44d082a31aa345017fbf9b'
checksum64 = 'fe29e2ffd683d57176e93ca966ac1460ca15c1b04f245f9cca38e62133d4747e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.7.0-preview4/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.8.0-preview.1/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: 03A51A941AF0A66423916903E64CF7C17F4B9A090CDE66B87E6C0748F8B12BCF
checksum: C73E10BA5ED0054C21C382D0A7F040E813C609918E7C1DC3AD601E629146BD2E

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
5 changes: 3 additions & 2 deletions automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "5.7.0-preview4",
"stable": "5.8.0-preview1",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand All @@ -13,5 +13,6 @@
"4.9": "4.9.4",
"5.4": "5.4.0",
"5.5": "5.5.1",
"5.6": "5.6.0"
"5.6": "5.6.0",
"5.7": "5.7.0"
}
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.7.0-preview4</version>
<version>5.8.0-preview1</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/speccy/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png" width="48" height="48"/> [speccy](https://chocolatey.org/packages/speccy)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png" width="48" height="48"/> [speccy](https://chocolatey.org/packages/speccy)


Speccy will give you detailed statistics on every piece of hardware in your computer. Including CPU, Motherboard, RAM, Graphics Cards, Hard Disks, Optical Drives, Audio support. Additionally Speccy adds the temperatures of your different components, so you can easily see if there’s a problem!
Expand Down
8 changes: 5 additions & 3 deletions automatic/speccy/speccy.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>speccy</id>
<title>Speccy</title>
<owners>chocolatey</owners>
<version>1.32.740</version>
<version>1.32.740.20200817</version>
<authors>Piriform LTD</authors>
<summary>Speccy will give you detailed statistics on every piece of hardware in your computer.</summary>
<description><![CDATA[
Expand All @@ -24,13 +24,15 @@ Speccy will give you detailed statistics on every piece of hardware in your comp
## Package Parameters
- `/UseSystemLocale` - use system locale for the interface, by default English locale is set.
Example: `choco install speccy --params "/UseSystemLocale"`
]]></description>
<projectUrl>https://www.ccleaner.com/speccy</projectUrl>
<tags>piriform freeware system information speccy admin</tags>
<copyright>Piriform LTD</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/speccy</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/speccy.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/speccy</packageSourceUrl>
<releaseNotes>https://www.ccleaner.com/speccy/version-history</releaseNotes>
<licenseUrl>https://www.ccleaner.com/legal/end-user-license-agreement</licenseUrl>
</metadata>
Expand Down
4 changes: 2 additions & 2 deletions automatic/speccy/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$ErrorActionPreference = 'Stop'

$packageName = 'speccy'
$url32 = 'https://download.ccleaner.com/spsetup132.exe'
$url32 = 'https://download.ccleaner.com/spsetup132.exe?cc2020'
$url64 = $url32
$checksum32 = '64a5ba6d65e0b73ae6987c561c86b1e2338a1f337ab5bd5a87c9eeba4963cc3f'
$checksum32 = '1356cae1349d3a46692bcafeb9d275150d21ba024cc995d3d9368d906b41ac0a'
$checksum64 = $checksum32

if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-insiders.install/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@2467e9b00946347a4b9c2a311bec52540fbb9f99/icons/vscode-insiders.png" width="48" height="48"/> [vscode-insiders.install](https://chocolatey.org/packages/vscode-insiders.install)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ae1af716af9c16500e7f6f45d650f1dbf3d372fd/icons/vscode-insiders.png" width="48" height="48"/> [vscode-insiders.install](https://chocolatey.org/packages/vscode-insiders.install)

Visual Studio Code Insiders is the pre-release build of Visual Studio Code.

Expand Down
12 changes: 6 additions & 6 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/d487078dc7fc1c276657cadb61b4f63833a8df55/VSCodeSetup-ia32-1.46.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d487078dc7fc1c276657cadb61b4f63833a8df55/VSCodeSetup-x64-1.46.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/652a432f59f54733bf17b79c9f2b7a925971a53d/VSCodeSetup-ia32-1.49.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/652a432f59f54733bf17b79c9f2b7a925971a53d/VSCodeSetup-x64-1.49.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '642736d0b4ae4e18dcb4db0c05072f9befb05497cc217312ab465c93cde90dab'
checksumType = 'sha256'
checksum64 = '1dc7dba1cbd2db3db041ecadc4f0f3b3e15a88aecfc3c41fab006626986afecf'
checksumType64 = 'sha256'
checksum = '9085c91d6f51a3ee925d1f9fb9d6be2d402a0b9281eccbb6d26096d93f742b903d9d6dfeb2fd19f863b9872553f556eb00e4cb543ecf41ee1bb1a79f8a3d0f89'
checksumType = 'sha512'
checksum64 = '490e71dd08817ce02032e5042bb1c327d8302d47009ced581a44210c971a9efc916466c4156df334c1daf807e8db80e40821f9a4928b78bdac054f9b508e7da3'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
validExitCodes = @(0, 3010, 1641)
Expand Down
Loading

0 comments on commit d1cc12b

Please sign in to comment.