diff --git a/triplea/tools/TripleA_1.9.0.0.13066_windows-32bit.exe b/triplea/tools/TripleA_1.9.0.0.13066_windows-32bit.exe deleted file mode 100644 index 0e69dc9..0000000 Binary files a/triplea/tools/TripleA_1.9.0.0.13066_windows-32bit.exe and /dev/null differ diff --git a/triplea/tools/TripleA_1.9.0.0.13066_windows-64bit.exe b/triplea/tools/TripleA_1.9.0.0.13066_windows-64bit.exe deleted file mode 100644 index 32974c9..0000000 Binary files a/triplea/tools/TripleA_1.9.0.0.13066_windows-64bit.exe and /dev/null differ diff --git a/triplea/tools/TripleA_2.5.22294_windows-32bit.exe b/triplea/tools/TripleA_2.5.22294_windows-32bit.exe new file mode 100644 index 0000000..f5ec251 Binary files /dev/null and b/triplea/tools/TripleA_2.5.22294_windows-32bit.exe differ diff --git a/triplea/tools/TripleA_1.9.0.0.13066_windows-32bit.exe.ignore b/triplea/tools/TripleA_2.5.22294_windows-32bit.exe.ignore similarity index 100% rename from triplea/tools/TripleA_1.9.0.0.13066_windows-32bit.exe.ignore rename to triplea/tools/TripleA_2.5.22294_windows-32bit.exe.ignore diff --git a/triplea/tools/TripleA_2.5.22294_windows-64bit.exe b/triplea/tools/TripleA_2.5.22294_windows-64bit.exe new file mode 100644 index 0000000..65da65b Binary files /dev/null and b/triplea/tools/TripleA_2.5.22294_windows-64bit.exe differ diff --git a/triplea/tools/TripleA_1.9.0.0.13066_windows-64bit.exe.ignore b/triplea/tools/TripleA_2.5.22294_windows-64bit.exe.ignore similarity index 100% rename from triplea/tools/TripleA_1.9.0.0.13066_windows-64bit.exe.ignore rename to triplea/tools/TripleA_2.5.22294_windows-64bit.exe.ignore diff --git a/triplea/tools/VERIFICATION.txt b/triplea/tools/VERIFICATION.txt index 195a96f..9e2aa9a 100644 --- a/triplea/tools/VERIFICATION.txt +++ b/triplea/tools/VERIFICATION.txt @@ -1,8 +1,7 @@ - - -VERIFICATION +VERIFICATION Verification is intended to assist the Chocolatey moderators and community 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 -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 \ No newline at end of file + +To verify, download .exe files from https://github.com/triplea-game/triplea/releases/tag/2.5.22294 +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` diff --git a/triplea/tools/chocolateyinstall.ps1 b/triplea/tools/chocolateyinstall.ps1 index 9af9b0e..b20dff7 100644 --- a/triplea/tools/chocolateyinstall.ps1 +++ b/triplea/tools/chocolateyinstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; # stop on all errors $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$fileLocation = Join-Path $toolsDir 'TripleA_1.9.0.0.13066_windows-32bit.exe' -$fileLocation64 = Join-Path $toolsDir 'TripleA_1.9.0.0.13066_windows-64bit.exe' +$fileLocation = Join-Path $toolsDir 'TripleA_2.5.22294_windows-32bit.exe' +$fileLocation64 = Join-Path $toolsDir 'TripleA_2.5.22294_windows-64bit.exe' $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir @@ -9,10 +9,10 @@ $packageArgs = @{ file = $fileLocation file64 = $fileLocation64 softwareName = 'TripleA*' - checksum = '98698a6fb02dca79ce6e1e2427d7e847' - checksumType = 'md5' - checksum64 = 'ed5aaf4a012adeb03aeb282a222880b7' - checksumType64= 'md5' + checksum = '1b8c3d87f6c16b0c1b4bdbe415972b9be4846a44f0dc89d46fab005dfd02bedd' + checksumType = 'sha256' + checksum64 = '0eddc4e13bff3a1bfcad6a1d5f2429557552076d0c70f5fcd1aaf8f1cf889dea' + checksumType64= 'sha256' silentArgs = '-q' # Install4j } diff --git a/triplea/triplea.1.9.nupkg b/triplea/triplea.1.9.nupkg deleted file mode 100644 index c110c9e..0000000 Binary files a/triplea/triplea.1.9.nupkg and /dev/null differ diff --git a/triplea/triplea.nuspec b/triplea/triplea.nuspec index 0c9d60a..d642cb0 100644 --- a/triplea/triplea.nuspec +++ b/triplea/triplea.nuspec @@ -4,7 +4,7 @@ triplea - 1.9 + 2.5.22294 https://github.com/MillironX/chocolatey-packages MillironX @@ -15,7 +15,7 @@ TripleA contributors https://triplea-game.org/ https://rawcdn.githack.com/triplea-game/assets/ee0b9a84a581ebfc70729a88486ef21b0180c4a5/game_headed_assets/icons/triplea_icon_128_128.png - 2019 TripleA Contributors + 2020 TripleA Contributors https://github.com/triplea-game/triplea/blob/master/LICENSE true https://github.com/triplea-game/triplea @@ -26,10 +26,11 @@ The World’s Foremost Open-Source Grand Strategy Game TripleA is a turn based strategy game and board game engine, similar to Axis & 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). -- Fix determination of transported units during amphibious assaults (#4252) -- Use dynamic heap size for installers to fix Windows 32 bit installer (#4328) -- Add check for sea units to enemySurfaceExclusionTerritories to fix surface warship objectives (#4351) -- Update A&A forum poster for new forum (#4361) + - FIX Increase window size to prevent chat message panel from being squished and rendering too small + - FIX Avoid game crash during game selection when maps are missing required XML data + - FIX Fix potential freeze when starting large save games in lobby. + - 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.