Skip to content

Commit

Permalink
AU: 2 updated - azcopy10 wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 30, 2024
1 parent 9138d0c commit f466d80
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/azcopy10/azcopy10.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>azcopy10</id>
<version>10.22.2</version>
<version>10.23.0</version>
<title>azcopy10</title>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/azcopy10/tools/chocolateyInstall.ps1
Expand Up @@ -5,11 +5,11 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $packageName
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.22.2-20240110/azcopy_windows_amd64_10.22.2.zip'
checksum64 = 'd8a64f8ddbb6e033bd7765855008f39458286b7e2dceed30a8afcd77daf4b7b8'
url64 = 'https://azcopyvnext.azureedge.net/releases/release-10.23.0-20240129/azcopy_windows_amd64_10.23.0.zip'
checksum64 = '10eac5da6b883cb555f8e2469a8fd3d14116eb818d0da3d8e3b3124c69d6d568'
checksumType64 = 'sha256'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.22.2-20240110/azcopy_windows_386_10.22.2.zip'
checksum = 'aae7dde6ce2843ef895076650e945d341791dc6aaf278c96718cf06641226551'
url = 'https://azcopyvnext.azureedge.net/releases/release-10.23.0-20240129/azcopy_windows_386_10.23.0.zip'
checksum = '55a637d171db6f6d3c22c96f37c5e4a852a05a3535ef572996a938253bbeced7'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.16/wesnoth-1.16.11/wesnoth-1.16.11-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.25/wesnoth-1.17.25-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '015433c95d27dace3ed9af71523d8c40d0130be44ea38143a91474848d89b5ae'
checksum = '55db5087365e174c43335ab0e3ba4031923e6c6c56c19458804865011becff7f'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
@@ -1,4 +1,4 @@
{
"stable": "1.16.11",
"beta": "1.17.24-beta"
"beta": "1.17.25-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.16.11</version>
<version>1.17.25-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 f466d80

Please sign in to comment.