Skip to content

Commit

Permalink
AU: 8 updated - azcopy10 brave chromium curl protoc skype vscode-insi…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 31, 2024
1 parent d70f1a0 commit f012900
Show file tree
Hide file tree
Showing 21 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion automatic/azcopy10/azcopy10.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>azcopy10</id>
<version>10.25.1</version>
<version>10.26.0</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/azcopy10/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.25.1-20240612/azcopy_windows_amd64_10.25.1.zip'
checksum64 = 'c31b31cc1a48458ddb409ed6842ec03858083b26d877e226bf3d528512392bd3'
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.26.0-20240731/azcopy_windows_amd64_10.26.0.zip'
checksum64 = '48e493e213ad8a252e13ef3cc8018aaed47ccc28635a222fad108dfa37c7dc01'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.25.1-20240612/azcopy_windows_386_10.25.1.zip'
checksum = 'c97a6fb2bc0d2a8dadfd23db0c684338f2736f9f48633af89b95d7cc98111ea8'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.26.0-20240731/azcopy_windows_386_10.26.0.zip'
checksum = '7b37f53575ebe8324d7bd6b8e9bfb56e3c84c7f0fddaab3b5c3de80843c35283'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.68.131",
"stable": "1.68.134",
"beta": "1.69.129-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.69.129-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.68.134</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.69.129/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.68.134/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum64: 12CEC484AF0ABF4ECB714AA17F2111387BE5E169ADA586E215C0F303A10B1273
checksum64: 655976C86E8CBD2A85C8259D59FC5EF654B07D4666730AD497E2B49DD62E4BF4

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.69.129/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '77F998009905A76C0D9363E5FC49658A9C12138B9BB456F85BBAD76830265F24'
url = 'https://github.com/brave/brave-browser/releases/download/v1.68.134/BraveBrowserStandaloneSilentSetup32.exe'
checksum = '3FB7468FA974AB2419A58B1E3DA53347C43A21167DAE616422865A4E07F3B28B'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.69.129'
[version]$softwareVersion = '1.68.134'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
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": "129.0.6629.0-snapshots",
"stable": "127.0.6533.73"
"stable": "127.0.6533.89"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>129.0.6629.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>127.0.6533.89</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1335315/mini_installer.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v127.0.6533.89-r1313161/mini_installer.sync.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
checksum64: 95EC7CC2AECC8C47D02AE39DA0108A669DACEC9A81B34F640BED508993C4B26B
checksum64: E4C0060263EF249CC4C9854112A0BE82B4A8E748499CFE18F266B64929537F73

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '129.0.6629.0-snapshots'
$version = '127.0.6533.89'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1335319/mini_installer.exe'
checksum = '0F9A4597CE73788D417EB0E324334E6C48622B34D87E34C05D455C917C96027E'
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/curl/curl.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>curl</id>
<version>8.9.0</version>
<version>8.9.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ Package can be verified like this:

1. Go to https://curl.se/windows/, and look for the official binaries provided.

x32: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.9.0_1/curl-8.9.0_1-win64-mingw.zip
x32: https://curl.se/windows/dl-8.9.1_1/curl-8.9.1_1-win32-mingw.zip
x64: https://curl.se/windows/dl-8.9.1_1/curl-8.9.1_1-win64-mingw.zip

to download the zip files. You may wish to rename one of the files.

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: 272A54E3C0B404E3F704CE015A75C0475A83A768EAA2F2117146194D760FA5F9
checksum64: DFAC2DF82FD98369C23FEA194D8990C7BC5AD9C44F6FBB37A15E6E459EAF428C
checksum32: F7067B8BBD42CD5C1B480FEDD9F40E7DE46A035280407399F3F5966BBB84BE51
checksum64: F7BC9E21490D942C937DFE7BFCB9A2E29A490665C8B51E8EA0CDC171AC08C5DE

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING
4 changes: 2 additions & 2 deletions automatic/curl/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $env:chocolateyPackageName
FileFullPath = "$toolsPath\curl-8.9.0_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.9.0_1-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-8.9.1_1-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-8.9.1_1-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.2/protoc-27.2-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v27.3/protoc-27.3-win64.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: C25566A639462195817B45DEB31F56FB527936E61FC0F049BCFFA58F5BDE677F
checksum64: A1EA403F845FF4819163AC9DA01B14D1D88056231F185F3D83FA7EFE542E31F7
checksum32: E22C4084111953D17C92EFFB004ED06E9E4516022950E12EE7BC3AF0C4497326
checksum64: BDCCD341A0C25FF4F65D8530F170C78CE5681E42920AA5D892F27AC06CC3BBA0

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>27.2</version>
<version>27.3</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v27.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v27.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-27.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-27.2-win64.zip"
FileFullPath = "$toolsPath\protoc-27.3-win32.zip"
FileFullPath64 = "$toolsPath\protoc-27.3-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.124.0.204</version>
<version>8.125.0.201</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.124.0.204.msi'
checksum = 'd0f89c0854ee1398d6d1a495ad8ad5ff18c1e191733afc7df2d574a9f2adeb32'
url = 'https://download.skype.com/s4l/download/win/Skype-8.125.0.201.msi'
checksum = 'af5167552046b8edef9004d23896a35415ba5d7acd2e6c1fff792e6e7b695806'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/52b2f67e96b4e757e8ff8e1e009dfffd70da91f5/VSCodeSetup-x64-1.92.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/3bb157866cdb10b90e5f5999e1d9855c294aa7c7/VSCodeSetup-x64-1.92.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '80ab62e9ab46cc8790e6ec8541e03a3812d22d48d79d7b9de05481854d416152c5dd8198647f2bc513d76eea7e3594102ecb93df30a75cd631bc19f4021aa609'
checksum64 = 'f1cadadbbb3401cfd0a80c33d2dc461c8886500834f72a376461134bc40a38704101a670afa6bc8f271842bcbea2112984d12d2d230984437dc01165b5281841'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.92.0.20240730</version>
<version>1.92.0.20240731</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.92.0.20240730</version>
<version>1.92.0.20240731</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.92.0.20240730]" />
<dependency id="vscode-insiders.install" version="[1.92.0.20240731]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit f012900

Please sign in to comment.