Update TripleA files to 2.5.22294

master
parent 724de3a30f
commit 45ae858a92
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -1,8 +1,7 @@
 VERIFICATION
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy. in verifying that this package's contents are trustworthy.
Checksums are provided by the developer: see instructions at https://github.com/triplea-game/triplea/wiki/Verifying-Binaries To verify, download .exe files from https://github.com/triplea-game/triplea/releases/tag/2.5.22294
The checksums themselves are listed as part of the release page at https://github.com/triplea-game/triplea/releases/tag/1.9.0.0.13066 With the checksum package installed, run `checksum -t sha256 -f TripleA_2.5.22294_windows-32bit.exe`
and `checksum -t sha256 -f TripleA_2.5.22294_windows-64bit.exe`

@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'; # stop on all errors $ErrorActionPreference = 'Stop'; # stop on all errors
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$fileLocation = Join-Path $toolsDir 'TripleA_1.9.0.0.13066_windows-32bit.exe' $fileLocation = Join-Path $toolsDir 'TripleA_2.5.22294_windows-32bit.exe'
$fileLocation64 = Join-Path $toolsDir 'TripleA_1.9.0.0.13066_windows-64bit.exe' $fileLocation64 = Join-Path $toolsDir 'TripleA_2.5.22294_windows-64bit.exe'
$packageArgs = @{ $packageArgs = @{
packageName = $env:ChocolateyPackageName packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir unzipLocation = $toolsDir
@ -9,10 +9,10 @@ $packageArgs = @{
file = $fileLocation file = $fileLocation
file64 = $fileLocation64 file64 = $fileLocation64
softwareName = 'TripleA*' softwareName = 'TripleA*'
checksum = '98698a6fb02dca79ce6e1e2427d7e847' checksum = '1b8c3d87f6c16b0c1b4bdbe415972b9be4846a44f0dc89d46fab005dfd02bedd'
checksumType = 'md5' checksumType = 'sha256'
checksum64 = 'ed5aaf4a012adeb03aeb282a222880b7' checksum64 = '0eddc4e13bff3a1bfcad6a1d5f2429557552076d0c70f5fcd1aaf8f1cf889dea'
checksumType64= 'md5' checksumType64= 'sha256'
silentArgs = '-q' # Install4j silentArgs = '-q' # Install4j
} }

Binary file not shown.

@ -4,7 +4,7 @@
<metadata> <metadata>
<!-- == PACKAGE SPECIFIC SECTION == --> <!-- == PACKAGE SPECIFIC SECTION == -->
<id>triplea</id> <id>triplea</id>
<version>1.9</version> <version>2.5.22294</version>
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl> <packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
<owners>MillironX</owners> <owners>MillironX</owners>
@ -15,7 +15,7 @@
<authors>TripleA contributors</authors> <authors>TripleA contributors</authors>
<projectUrl>https://triplea-game.org/</projectUrl> <projectUrl>https://triplea-game.org/</projectUrl>
<iconUrl>https://rawcdn.githack.com/triplea-game/assets/ee0b9a84a581ebfc70729a88486ef21b0180c4a5/game_headed_assets/icons/triplea_icon_128_128.png</iconUrl> <iconUrl>https://rawcdn.githack.com/triplea-game/assets/ee0b9a84a581ebfc70729a88486ef21b0180c4a5/game_headed_assets/icons/triplea_icon_128_128.png</iconUrl>
<copyright>2019 TripleA Contributors</copyright> <copyright>2020 TripleA Contributors</copyright>
<licenseUrl>https://github.com/triplea-game/triplea/blob/master/LICENSE</licenseUrl> <licenseUrl>https://github.com/triplea-game/triplea/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance> <requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/triplea-game/triplea</projectSourceUrl> <projectSourceUrl>https://github.com/triplea-game/triplea</projectSourceUrl>
@ -26,10 +26,11 @@
<summary>The Worlds Foremost Open-Source Grand Strategy Game</summary> <summary>The Worlds Foremost Open-Source Grand Strategy Game</summary>
<description>TripleA is a turn based strategy game and board game engine, similar to Axis &amp; Allies or Risk. Though TripleA comes with many games inside, it is just an engine for playing games, and is not a game itself. TripleA started out as a World War II simulation, but has since expanded to include different conflicts, as well as variations and mods of popular games and maps (a map is like a board, while a game is a specific setup on a map/board).</description> <description>TripleA is a turn based strategy game and board game engine, similar to Axis &amp; Allies or Risk. Though TripleA comes with many games inside, it is just an engine for playing games, and is not a game itself. TripleA started out as a World War II simulation, but has since expanded to include different conflicts, as well as variations and mods of popular games and maps (a map is like a board, while a game is a specific setup on a map/board).</description>
<releaseNotes> <releaseNotes>
- Fix determination of transported units during amphibious assaults (#4252) - FIX Increase window size to prevent chat message panel from being squished and rendering too small
- Use dynamic heap size for installers to fix Windows 32 bit installer (#4328) - FIX Avoid game crash during game selection when maps are missing required XML data
- Add check for sea units to enemySurfaceExclusionTerritories to fix surface warship objectives (#4351) - FIX Fix potential freeze when starting large save games in lobby.
- Update A&amp;A forum poster for new forum (#4361) - FIX Map parsing errors will be more gracefully handled, will no longer crash the game and will print the name of the map that generated the error.
- FIX World War 2 Global will correctly switch unit ownership of units placed in India from UK_Pacific to British.
</releaseNotes> </releaseNotes>
</metadata> </metadata>
<files> <files>

Loading…
Cancel
Save