Skip to content

Commit

Permalink
Upgraded to v1.11.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrjnr committed Feb 2, 2025
1 parent 1e5b39a commit e7fca43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tiled.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>tiled</id>
<title>Tiled Map Editor</title>
<version>1.11.1</version>
<version>1.11.2</version>
<authors>Thorbjørn Lindeijer</authors>
<owners>Adrián Arroyo Calle (aarroyoc), Andrew Kerr (kerrjnr), Thorbjørn Lindeijer (bjorn)</owners>
<summary>tiled</summary>
Expand Down
8 changes: 4 additions & 4 deletions tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.1/Tiled-1.11.1_Windows-7-8_x86.msi"
$checksum32 = "E2084D2611145DF699272F1A93E6F312FFF5114952BE4D775C18E1FA744391A4Get"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.1/Tiled-1.11.1_Windows-10+_x86_64.msi"
$checksum64 = "9E397581C25A201B0F8121B3DFB9D7B3E3878FECA0FF22C1345E2E0F98E64A1E"
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.2/Tiled-1.11.2_Windows-7-8_x86.msi"
$checksum32 = "2B47B9D5C6E249B92952B41D4847C16991E28762472E09988D78577059F15956"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.2/Tiled-1.11.2_Windows-10+_x86_64.msi"
$checksum64 = "6C906099E4BB9A871C13A4F81ECF6554C835A36B2CFFFB1DEE44E215120A61C7"

Install-ChocolateyPackage -PackageName "tiled" -FileType "msi" -SilentArgs "/quiet" -Url "$url32" -Url64bit "$url64" -ChecksumType "sha256" -Checksum $checksum32 -Checksum64 $checksum64 -validExitCodes @(0,3010)

0 comments on commit e7fca43

Please sign in to comment.