Skip to content

Commit

Permalink
AU: 4 updated - cmake selenium-chromium-edge-driver vim Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 11, 2024
1 parent 0a4288f commit fcef1a1
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 20 deletions.
3 changes: 2 additions & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"3.27": "3.27.9",
"3.28": "3.28.6",
"3.29": "3.29.8",
"3.30": "3.30.5"
"3.30": "3.30.5",
"3.31": "3.31.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.30.5</version>
<version>3.31.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 @@ -50,7 +50,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System' --app
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.30.5]" />
<dependency id="cmake.install" version="[3.31.0-rc1]" />
</dependencies>
</metadata>
<files />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>129.0.2792.79</version>
<version>129.0.2792.89</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/129.0.2792.79/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/129.0.2792.79/edgedriver_win64.zip'
checksum = '2a14bbdb1400dcae9c2a34bfe9ccefbfcb1d2432a40c6033707d924e1a4b550f'
checksum64 = 'fdecdd31057a9bbdc9a70205da9465adb1b8a9ef0812482d025624ec898a4d26'
url = 'https://msedgedriver.azureedge.net/129.0.2792.89/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/129.0.2792.89/edgedriver_win64.zip'
checksum = 'c98fa294b0aadefd87193fa7c6400dceefcc1cf3cc6eef45002561944a076120'
checksum64 = '1a5a02852895147fd274e0952ccfaebeecbfc8d3999b99a18711c7f9043f63e0'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
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.1.0772/gvim_9.1.0772_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0772/gvim_9.1.0772_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0774/gvim_9.1.0774_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0774/gvim_9.1.0774_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: 152098EF85A08E3DB721198E0767C0E6A19E804D6E0E32670D2F77872B382C0C
checksum64: C536CF3FD9D14B5D5A950D852BACF2EC9057DC65E128EEDA423D2E87ABF3284A
checksum32: 25A9094D898F74DC02E119DEC3DDBD19A1B162098AED73DC4EF12B628931805F
checksum64: AF1637663C3E534CF25AB30274B610BB8EE56B3CA3A6C9424846676296A65B15
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.1.0772_x86.zip"
file64 = "$toolsDir\gvim_9.1.0772_x64.zip"
file = "$toolsDir\gvim_9.1.0774_x86.zip"
file64 = "$toolsDir\gvim_9.1.0774_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.1.0772</version>
<version>9.1.0774</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
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link listed on <>
and can be verified like this:

1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.19/WINNT_x86_64/Waterfox%20Setup%20G6.0.19.exe>
1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.20/WINNT_x86_64/Waterfox%20Setup%20G6.0.20.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: 556E93EEADF05927102C9676CC93122F4B8AFA6D0A921F96B9FCED3CAA7EAB4A
checksum: C7FB26657B6810594258377EAA5935AE65CDB0A4001DEAB29DC2A20553AD7AF8

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Setup G6.0.19_x64.exe"
file = "$toolsDir\Waterfox Setup G6.0.20_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "24106.0.19",
"current": "24106.0.20",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>24106.0.19</version>
<version>24106.0.20</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit fcef1a1

Please sign in to comment.