Skip to content

Commit

Permalink
AU: 5 updated - chromium composer kubernetes-cli mixxx typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 18, 2021
1 parent 1f4e21c commit 5aea1cb
Show file tree
Hide file tree
Showing 18 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "98.0.4711.0-snapshots",
"snapshots": "98.0.4712.0-snapshots",
"stable": "96.0.4664.45"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>96.0.4664.45</version>
<title>Chromium</title>
<version>98.0.4712.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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://github.com/Hibbiki/chromium-win32/releases/download/v96.0.4664.45-r929512/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v96.0.4664.45-r929512/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/942796/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/942801/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: 9AE1AD03CD7EC43008653D32903A2352D3D1418654688681CD258B742B296BFE
checksum64: 5226204A821427D5C959D15A9074EA768AD159EEBC413B090BAD6B2AE6678ED6
checksum32: BE229F1A3F6F7382DECF94174D37DA2F700405B04CF7A25251DAC6D9852187B9
checksum64: 547141AB8963E845DB257F78952A2890C6E79C5B30DFA1966692734CB5E7B5C6

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 = "96.0.4664.45"
$version = "98.0.4712.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/composer/ReadMe.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f7ae3543e4bce2cbb3525fe2ada977031e43781c/icons/composer.png" width="48" height="48"/> [composer](https://chocolatey.org/packages/composer)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@f7ae3543e4bce2cbb3525fe2ada977031e43781c/icons/composer.png" width="48" height="48"/> [composer](https://chocolatey.org/packages/composer)

Composer Setup downloads and installs the latest version of Composer, the PHP Dependency Manager, so you can use it easily from the command line.

Expand Down
8 changes: 4 additions & 4 deletions automatic/composer/composer.nuspec
Expand Up @@ -4,12 +4,12 @@
<metadata>
<id>composer</id>
<title>Composer Setup</title>
<version>6.2.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/composer</packageSourceUrl>
<version>6.3.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/composer</packageSourceUrl>
<owners>chocolatey-community, John Stevenson</owners>
<authors>Nils Adermann, Jordi Boggiano and community contributors</authors>
<projectUrl>https://getcomposer.org</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@f7ae3543e4bce2cbb3525fe2ada977031e43781c/icons/composer.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@f7ae3543e4bce2cbb3525fe2ada977031e43781c/icons/composer.png</iconUrl>
<copyright>© 2011-Present Nils Adermann, Jordi Boggiano</copyright>
<licenseUrl>https://github.com/composer/composer/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down Expand Up @@ -44,7 +44,7 @@ This package has a dependency on the Chocolatey PHP package. If this is not foun
If you encounter any problems with the installation, you can run it interactively using the `--notsilent` option.
]]></description>
<releaseNotes>https://github.com/composer/windows-setup/releases/tag/v6.2.0</releaseNotes>
<releaseNotes>https://github.com/composer/windows-setup/releases/tag/v6.3.0</releaseNotes>
<dependencies>
<dependency id="php" version="5.5.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/composer/legal/VERIFICATION.txt
Expand Up @@ -8,13 +8,13 @@ The installer can also be verified like this:

1. Download the installer from:

x32: https://github.com/composer/windows-setup/releases/download/v6.2.0/Composer-Setup.6.2.0.exe
x32: https://github.com/composer/windows-setup/releases/download/v6.3.0/Composer-Setup.6.3.0.exe

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 1ED7DD2E67450705F0C1A1A2B8F8CB87DB29C36CA4CA8B2D2304864B8ECBB0E5
checksum32: 10826B503BA6823F14893F0627823017EE1778881222EA9960A7E268739D6956
checksum type: sha256


Expand Down
4 changes: 2 additions & 2 deletions automatic/composer/tools/chocolateyinstall.ps1
Expand Up @@ -2,13 +2,13 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$fileName = 'Composer-Setup.6.2.0.exe'
$fileName = 'Composer-Setup.6.3.0.exe'

$packageArgs = @{
packageName = 'composer'
fileType = 'exe'
file = Get-Item $toolsPath\$fileName
checksum = '1ED7DD2E67450705F0C1A1A2B8F8CB87DB29C36CA4CA8B2D2304864B8ECBB0E5'
checksum = '10826B503BA6823F14893F0627823017EE1778881222EA9960A7E268739D6956'
checksumType = 'sha256'
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART'
softwareName = 'composer*'
Expand Down
2 changes: 1 addition & 1 deletion automatic/kubernetes-cli/kubernetes-cli.json
Expand Up @@ -6,5 +6,5 @@
"1.8": "1.8.15",
"1.9": "1.9.11",
"1.1": "1.19.5",
"1.2": "1.22.3"
"1.2": "1.22.4"
}
4 changes: 2 additions & 2 deletions automatic/kubernetes-cli/kubernetes-cli.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-cli</id>
<version>1.22.3</version>
<version>1.22.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>Kubernetes Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag
#### Batch execution
In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.
]]></description>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1223</releaseNotes>
<releaseNotes>https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1224</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/kubernetes-cli/legal/VERIFICATION.txt
Expand Up @@ -8,8 +8,8 @@ location on <https://github.com/kubernetes/kubernetes/releases/latest>
and can be verified by doing the following:

1. Download the following:
32-bit software: <https://dl.k8s.io/v1.22.3/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.22.3/kubernetes-client-windows-amd64.tar.gz>
32-bit software: <https://dl.k8s.io/v1.22.4/kubernetes-client-windows-386.tar.gz>
64-bit software: <https://dl.k8s.io/v1.22.4/kubernetes-client-windows-amd64.tar.gz>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -18,7 +18,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 3F821EDD9DC50C34B686F8A756110B8FEA6780C941A0D3ADC2770DDBFA06D022
checksum64: 872067B8FE226221D750C5CB6BD0C704C5C2168769F6A5B8F19A4719C4694BF2
checksum32: B4C882DAFB15D2C9A6E27DE2D622D4870429286742FB7801BB65E526233F48CD
checksum64: 2B158E8EBDA8D47680ADFE7F47A0033A644D37009F1A47FF4D2AC0E3FCD43065

File 'LICENSE.txt' is obtained from <https://github.com/kubernetes/kubernetes/blob/d30db1f9a915aa95402e1190461469a1889d92be/LICENSE>
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-991-g259b635bc5-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-992-gdfef281348-win64.msi

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'

checksum64: 91DD40E59E7863921D9F1313EF62F7870C446F0AC1DCC92F71A2F056BAEAA84D
checksum64: EBFC56C166B9869C4CE9304A46568BC27AAB9086ADC13724C34584E4E34F5B6A

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.1",
"alpha": "2.4-alpha-991"
"alpha": "2.4-alpha-992"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-991</version>
<version>2.4-alpha-992</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-991-g259b635bc5-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-992-gdfef281348-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@867a5eb4c37a563906cd2b31ef6e387466b7cdcc/icons/typescript.png" height="48" width="48" /> typescript](https://chocolatey.org/packages/typescript)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@867a5eb4c37a563906cd2b31ef6e387466b7cdcc/icons/typescript.png" height="48" width="48" /> typescript](https://chocolatey.org/packages/typescript)

[TypeScript](https://www.typescriptlang.org/) is a language for application-scale JavaScript. TypeScript adds optional types, classes, and modules to JavaScript. TypeScript supports tools for large-scale JavaScript applications for any browser, for any host, on any OS. TypeScript compiles to readable, standards-based JavaScript.

Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | ForEach-Object { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@4.4.4"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@4.5.2"
8 changes: 4 additions & 4 deletions automatic/typescript/typescript.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>typescript</id>
<version>4.4.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<version>4.5.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey-community, Microsoft</owners>
<title>TypeScript</title>
<authors>Microsoft</authors>
<projectUrl>https://www.typescriptlang.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@867a5eb4c37a563906cd2b31ef6e387466b7cdcc/icons/typescript.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@867a5eb4c37a563906cd2b31ef6e387466b7cdcc/icons/typescript.png</iconUrl>
<copyright>©2012-2017 Microsoft</copyright>
<licenseUrl>https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -23,7 +23,7 @@
This package installs the command-line TypeScript compiler as a Node.js package.
]]></description>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+4.4.4%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+4.5.2%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down

0 comments on commit 5aea1cb

Please sign in to comment.