Skip to content

Commit

Permalink
AU: 6 updated - blender brave chromium tortoisesvn vscode-insiders vs…
Browse files Browse the repository at this point in the history
…code-insiders.install

[skip ci]
  • Loading branch information
Chocolatey Community committed Oct 15, 2024
1 parent 16bf649 commit ddd0ffa
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.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>blender</id>
<version>4.2.2</version>
<version>4.2.3</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender4.2/blender-4.2.2-windows-x64.msi'
checksum64 = '6940114f5a7d032144e362a6b06d71b0d8850b703fa134eadf7a620f06eb06ac'
url64bit = 'https://download.blender.org/release/Blender4.2/blender-4.2.3-windows-x64.msi'
checksum64 = '536538b0e04caf83d4df071fe3a99181d9273486f5ba4cb43bbaefd1db4dd5be'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
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.70.126",
"beta": "1.72.77-beta"
"beta": "1.72.80-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.72.77-beta</version>
<version>1.72.80-beta</version>
<title>Brave Browser (Beta)</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.
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.72.77/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.72.80/BraveBrowserStandaloneSilentBetaSetup.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: 0D40DDC31EE52603382338B15590F7C1E5D2FD654622D31B5D2F64EBE8A6C01E
checksum64: E91217425FF510D452119AAB741CE1BF3BCE4066B8961D5DE3F38FD4A530E663

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
6 changes: 3 additions & 3 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.72.77/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '210820ED1230C0A773E8E59E9B3FF38C986E1A830989103E6F4458E36920DDB1'
url = 'https://github.com/brave/brave-browser/releases/download/v1.72.80/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '8BE01EECDAE3C871892891B5A48437F5026F95AC6D25C543A933A23F3387AEDD'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.72.77'
[version]$softwareVersion = '1.72.80'

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": "131.0.6778.0-snapshots",
"snapshots": "132.0.6779.0-snapshots",
"stable": "129.0.6668.101"
}
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>131.0.6778.0-snapshots</version>
<version>132.0.6779.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
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/1368421/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1368634/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
checksum64: 942B21B4E7F8187D5D3BE08EC8B5CB13F75E399BF74C4128CD576638270F0274
checksum64: B7A709B49BEEF2D12C06FA3B33FD397DEA95DDF74DADF98143684763E442F93C

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 = '131.0.6778.0-snapshots'
$version = '132.0.6779.0-snapshots'
$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/1368328/mini_installer.exe'
checksum = '2F3C4529874935FA0BD1CD7228341948BD95DCE5D545A472ACD83A9561E49C72'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1368634/mini_installer.exe'
checksum = '574A31332F84F68FC4314278C99679DDE789D77485EE076669F32E9F0F264D46'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
8 changes: 4 additions & 4 deletions automatic/tortoisesvn/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://osdn.net/frs/redir.php?m=nchc&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.14.5%2FApplication%2FTortoiseSVN-1.14.5.29465-win32-svn-1.14.2.msi>
64-Bit: <https://osdn.net/frs/redir.php?m=gigenet&f=%2Fstorage%2Fg%2Ft%2Fto%2Ftortoisesvn%2F1.14.5%2FApplication%2FTortoiseSVN-1.14.5.29465-x64-svn-1.14.2.msi>
32-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.8/Application/TortoiseSVN-1.14.8.29723-win32-svn-1.14.4.msi/download>
64-Bit: <https://sourceforge.net/projects/tortoisesvn/files/1.14.8/Application/TortoiseSVN-1.14.8.29723-x64-svn-1.14.4.msi/download>
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: E9471C6011292719282E292983F89516A81606F4CE5E226503F10480FAE3DC6D
checksum64: B04B8004B0048593868BF938CEC4A6D412113AC7B7135FDF51E55B3251B5863B
checksum32: 91A48F1C419752CEDC21525FDE295FAF1ECC88E8C25C3E4A6C9254952433D08D
checksum64: CC4AEAE4CFE958F330A16AFC2967AB583A8FC63166DF508DBC6BDB198339DADF

File 'LICENSE.txt' is obtained from <https://sourceforge.net/p/tortoisesvn/code/23615/tree/trunk/src/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/tortoisesvn/tortoisesvn.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tortoisesvn</id>
<title>TortoiseSVN</title>
<version>1.14.5.29465</version>
<version>1.14.8.29723</version>
<authors>TortoiseSVN Team</authors>
<owners>chocolatey-community, dtgm</owners>
<summary>Subversion® source control management client implemented as File Explorer shell extension</summary>
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/6cf71eaab2600e2e1db3642aea3ad91aa6be3f7f/VSCodeSetup-x64-1.95.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/8d8f0cd9d4b25e89621ce897e82f2111eca6a278/VSCodeSetup-x64-1.95.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = 'fe2962e20fad9343483a6c39a798dc52fed7448cf5cfc7144c5181c28c9958353d663ff0d45ec7fa2034147c0953e7371b34201e2f90d146a86efcd36d53194b'
checksum64 = '7d440feda2d089f1d0e9a4431e2b949d9e8e2f225d001144ee247c57de53a4ef12830f2df8e68e38cf0dc8de078bd8b2e6c5899e41987e14ebbd2e5262f9a25c'
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.95.0.20241014</version>
<version>1.95.0.20241015</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.95.0.20241014</version>
<version>1.95.0.20241015</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.95.0.20241014]" />
<dependency id="vscode-insiders.install" version="[1.95.0.20241015]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit ddd0ffa

Please sign in to comment.