Skip to content

Commit

Permalink
Upgraded to v1.11.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrjnr committed Jan 20, 2025
1 parent bc9189e commit b94101c
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.0</version>
<version>1.11.1</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.0/Tiled-1.11.0_Windows-7-8_x86.msi"
$checksum32 = "FB7A0CA755F43CB9934EABC5462CE8D095DA4DA143F72DBC2D7CA0EAC35B59A2"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.0/Tiled-1.11.0_Windows-10+_x86_64.msi"
$checksum64 = "A727E599741BAAC5032B3C96E24E397C1AD045CFCD24CBD0B126CAC66A61B93E"
$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"

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 b94101c

Please sign in to comment.