Skip to content

Commit

Permalink
AU: 4 updated - brave SQLite vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 14, 2025
1 parent 9003fe4 commit f6a90bb
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
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.73.105",
"beta": "1.75.156-beta"
"beta": "1.75.159-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.75.156-beta</version>
<version>1.75.159-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.75.156/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.75.159/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: C1FB05785795B47AF7B6D0155DEC46C95CEFF0748AAD1E60CABCFFC1DBDA9C70
checksum64: 90119E3A9C09557F5B8A14B158BCA0ECD6CDA52C8A20EDAA9C3DBE43F2C22273

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.75.156/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '64685E75AAC088AD635127520B7DC8B2D3B97FEA64B697A5F87194D1A388A844'
url = 'https://github.com/brave/brave-browser/releases/download/v1.75.159/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '64E0BB7A7CC9430E5C8D815DE3B881ABED22B078FA04CFCE47D13B77BAAC6F89'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.75.156'
[version]$softwareVersion = '1.75.159'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2024/sqlite-dll-win-x86-3470200.zip
x64: https://sqlite.org/2024/sqlite-dll-win-x64-3470200.zip
Toolsx64: https://sqlite.org/2024/sqlite-tools-win-x64-3470200.zip
x32: https://sqlite.org/2025/sqlite-dll-win-x86-3480000.zip
x64: https://sqlite.org/2025/sqlite-dll-win-x64-3480000.zip
Toolsx64: https://sqlite.org/2025/sqlite-tools-win-x64-3480000.zip

to download 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: E8CA0C03602BF88511A27957EFF4E1B5BBDE0EB8563920199D454735BF9C0F9C
checksum64: 2AB315502C66E5E3C31ED6B38B20487D98514EA0EE69FE51309F108AF822A27D
checksumTools64: 8C7FFFBF4EEC1F43E63153CCA6DEB018E4360D4D6B0D99BBDD2A541C53B7FA1C
checksum32: 4739A6C039040553CB85FEBB9B32051395D9180DCD7B5581E5B8EDC287AF49F5
checksum64: 07E2929A8AAA58CD699E6F6BE2BC382DDFD51FD79DBB69704D007797630371E9
checksumTools64: 623E87D71FF21251829307970F3609A2592CB89FB354768A4E6FD911C7FD398B

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.47.2</version>
<version>3.48.0</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/sqlite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = 'sqlite'
FileFullPath = "$toolsDir\sqlite-dll-win-x86-3470200.zip"
FileFullPath64 = "$toolsDir\sqlite-dll-win-x64-3470200.zip"
FileFullPath = "$toolsDir\sqlite-dll-win-x86-3480000.zip"
FileFullPath64 = "$toolsDir\sqlite-dll-win-x64-3480000.zip"
Destination = $toolsDir
}
Get-ChildItem $toolsDir\* | Where-Object { $_.PSISContainer } | Remove-Item -Recurse -Force #remove older package dirs
Expand All @@ -17,7 +17,7 @@ if (!$pp.NoTools) {
Write-Error -Message "The 32-bit version of sqlite tools is not available after version 3.43.2" -Category ResourceUnavailable
}
Write-Host "Installing tools"
$packageArgs.FileFullPath64 = "$toolsDir\sqlite-tools-win-x64-3470200.zip"
$packageArgs.FileFullPath64 = "$toolsDir\sqlite-tools-win-x64-3480000.zip"
Get-ChocolateyUnzip @packageArgs
}

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/69d97b0773575a75736850370918e1171cfde5c6/VSCodeSetup-x64-1.97.0-insider.exe'
url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/c594d55bae90276d174cea4ddf2901694d4ebb3e/VSCodeSetup-x64-1.97.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum64 = '8afe14c00516cb6abd02697c1d1c07e59ba219261290d14d2a6319c3e9ff3604296c9528d5292206474e541cd274d44cf1e705715db0a84d18c4108ef3fc6cd0'
checksum64 = '6b29a77dc337351896f7ad2d9f4867197800d2bad313be04c3379da1beb851704739f234ed4fc546e126afa0e8d8bb2d136bbb33cfc6e142d381a7ecd6f23f42'
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.97.0.20250113</version>
<version>1.97.0.20250114</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.97.0.20250113</version>
<version>1.97.0.20250114</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.97.0.20250113]" />
<dependency id="vscode-insiders.install" version="[1.97.0.20250114]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit f6a90bb

Please sign in to comment.