Skip to content

Commit

Permalink
AU: 7 updated - brave cmake cmake.install cmake.portable vim vscode v…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 12, 2023
1 parent 8803083 commit 009dbc7
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 45 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.58.137",
"stable": "1.59.117",
"beta": "1.60.86-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.60.86-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.59.117</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.60.86/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.59.117/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: FC34F72FCB68B8B59D2F5D187534B612FDA938FC50A91B843ADFB29D52F1F5BE
checksum64: 9A65EC853E39343C9BC224E0516D6E40D8D1B70BFBB66924CAA5950B0E6B0D72

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.60.86/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '26D6EE6A35AA2F70D492420CE03102AB08ABAC817DD9A00C77A7831F86E34717'
url = 'https://github.com/brave/brave-browser/releases/download/v1.59.117/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'D24826AADE39323014CA5ACD1C92D70A5938F981FCCB0DCD901599A3D378A88D'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.60.86'
[version]$softwareVersion = '1.59.117'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.27": "3.27.7"
"3.27": "3.27.7",
"3.28": "3.28.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.27.7</version>
<version>3.28.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc1/cmake-3.28.0-rc1-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc1/cmake-3.28.0-rc1-windows-x86_64.msi>
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: ADCCE264CA97CFA15FDF3894B5C7DFF6DF745B43F3596BCFFA50534C21C444A1
checksum64: 40D06412E7DC73007FEDB2DF5955C1379E87398FEBD1D1B69AACA7E80FCAD366
checksum32: 226CAE740CB3D745A0CE38AAE3267B7BDF35191D75E27AD16FF992CF3DF9B88C
checksum64: 75E5970A2E39F37DD1F30BA9AC89698162044C49856254C7C08F59015E005903

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.27.7-windows-i386.msi"
file64 = "$toolsPath\cmake-3.27.7-windows-x86_64.msi"
file = "$toolsPath\cmake-3.28.0-rc1-windows-i386.msi"
file64 = "$toolsPath\cmake-3.28.0-rc1-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.27": "3.27.7"
"3.27": "3.27.7",
"3.28": "3.28.0-rc1"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.27.7</version>
<version>3.28.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.27.7/cmake-3.27.7-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc1/cmake-3.28.0-rc1-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.28.0-rc1/cmake-3.28.0-rc1-windows-x86_64.zip>
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: E202611CDA835C25523AE512C125FC897DFBC388F5D35E7AB62A94096F34CA9C
checksum64: 5588E50030CDA3E6FA96724444D8539916AC808D78D608CDA6AE6FF7C4C4C9C8
checksum32: 9731A3F5F62E928D5ABAB66872F104B836E24893B44295FF4AA07CFC5EF683F6
checksum64: 6B9A2FD31C97DD808109ADA623B4F8140858013548E2CF87C4607F68F830257C

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.27.7-windows-i386.zip"
file64 = "$toolsPath\cmake-3.27.7-windows-x86_64.zip"
file = "$toolsPath\cmake-3.28.0-rc1-windows-i386.zip"
file64 = "$toolsPath\cmake-3.28.0-rc1-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@
"3.24": "3.24.4",
"3.25": "3.25.3",
"3.26": "3.26.5",
"3.27": "3.27.7"
"3.27": "3.27.7",
"3.28": "3.28.0-rc1"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.27.7</version>
<version>3.28.0-rc1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.27.7]" />
<dependency id="cmake.install" version="[3.28.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2009/gvim_9.0.2009_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2009/gvim_9.0.2009_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2018/gvim_9.0.2018_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2018/gvim_9.0.2018_x64.zip>
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: 57666D8445D14C66D44D32A40F1CAC18F0E45CD085DBF74ADB6E23482FD78149
checksum64: 8F45DA57C3F7627B79EAB1FC244B6DEF28160684CA3F4424FD0EE8CD61B83AEC
checksum32: E82D51604CB9B8431A129E4CD989A0DB2FC185DAD3322866D69CBD975197AEFD
checksum64: 8BA4832B62A5565401448D1D5BCEC8CEEF0620B703A901C5BBC24B75D5F83907
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.2009_x86.zip"
file64 = "$toolsDir\gvim_9.0.2009_x64.zip"
file = "$toolsDir\gvim_9.0.2018_x86.zip"
file64 = "$toolsDir\gvim_9.0.2018_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.2009</version>
<version>9.0.2018</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.83.0'
$version = '1.83.1'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://update.code.visualstudio.com/1.83.0/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.83.0/win32-x64/stable'
url = 'https://update.code.visualstudio.com/1.83.1/win32/stable'
url64bit = 'https://update.code.visualstudio.com/1.83.1/win32-x64/stable'

softwareName = "$softwareName"

checksum = '052b4d25d9ed1e237e4dc58ec3280f16619930227f7f5ec51a898ef0dbcf3e75'
checksum = '6b5830991395299b59d1d8f4ecb3a9d752ef64b9b39c5dd4be848851c87f3126'
checksumType = 'sha256'
checksum64 = '507269bb0e9806243088815af19a6aff9a9f18907d88c1a6368f9cba758b0da2'
checksum64 = '4ce748cdd111d88e1b7990641912a0e55904709a2cc85a72895ee6d7aa1801fd'
checksumType64 = 'sha256'

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

0 comments on commit 009dbc7

Please sign in to comment.