Skip to content

Commit

Permalink
AU: 2 updated - selenium-chromium-edge-driver wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 23, 2023
1 parent 7f0d915 commit 37ad5c4
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
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>117.0.2045.40</version>
<version>117.0.2045.41</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/117.0.2045.40/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/117.0.2045.40/edgedriver_win64.zip'
checksum = 'c59a95a1e347300ebb083a7015ad22b406923bc613725eebdb05ddb5b293cfcf'
checksum64 = '694dbb8f38c8b4dec4ff31e2685bd631c288c65740367ed2154aaa5c6d20e619'
url = 'https://msedgedriver.azureedge.net/117.0.2045.41/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/117.0.2045.41/edgedriver_win64.zip'
checksum = '69f9ea6f790c922e1a9f642496f41e42914c909f5edc35180bb64ed17865433e'
checksum64 = '32ac12aea3e785dafc04fb77968b397560ea5e00c6d660fa465793e4244733f0'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.19/wesnoth-1.17.19-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.21/wesnoth-1.17.21-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'ee2063e1924c02959c7af2df26fe38d60cbde3de34ed6fedc1f1e0c493b1c526'
checksum = '71576bf14d9e38f4ad0d4018d44ae669257374a867c58fd1df6943bb797bbde2'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.16.9",
"beta": "1.17.19-beta"
"beta": "1.17.21-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.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>wesnoth</id>
<version>1.17.19-beta</version>
<version>1.17.21-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 37ad5c4

Please sign in to comment.