mirror of
https://github.com/MillironX/chocolatey-packages.git
synced 2024-12-21 08:58:17 +00:00
Update TripleA files to 2.5.22294
This commit is contained in:
parent
724de3a30f
commit
45ae858a92
10 changed files with 18 additions and 18 deletions
Binary file not shown.
Binary file not shown.
BIN
triplea/tools/TripleA_2.5.22294_windows-32bit.exe
Normal file
BIN
triplea/tools/TripleA_2.5.22294_windows-32bit.exe
Normal file
Binary file not shown.
BIN
triplea/tools/TripleA_2.5.22294_windows-64bit.exe
Normal file
BIN
triplea/tools/TripleA_2.5.22294_windows-64bit.exe
Normal file
Binary file not shown.
|
@ -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
|
||||
|
||||
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`
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
|
@ -4,7 +4,7 @@
|
|||
<metadata>
|
||||
<!-- == PACKAGE SPECIFIC SECTION == -->
|
||||
<id>triplea</id>
|
||||
<version>1.9</version>
|
||||
<version>2.5.22294</version>
|
||||
<packageSourceUrl>https://github.com/MillironX/chocolatey-packages</packageSourceUrl>
|
||||
<owners>MillironX</owners>
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
|||
<authors>TripleA contributors</authors>
|
||||
<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>
|
||||
<copyright>2019 TripleA Contributors</copyright>
|
||||
<copyright>2020 TripleA Contributors</copyright>
|
||||
<licenseUrl>https://github.com/triplea-game/triplea/blob/master/LICENSE</licenseUrl>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<projectSourceUrl>https://github.com/triplea-game/triplea</projectSourceUrl>
|
||||
|
@ -26,10 +26,11 @@
|
|||
<summary>The World’s Foremost Open-Source Grand Strategy Game</summary>
|
||||
<description>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).</description>
|
||||
<releaseNotes>
|
||||
- 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.
|
||||
</releaseNotes>
|
||||
</metadata>
|
||||
<files>
|
||||
|
|
Loading…
Reference in a new issue