diff --git a/tiled.nuspec b/tiled.nuspec index e50f792..780c34e 100644 --- a/tiled.nuspec +++ b/tiled.nuspec @@ -3,7 +3,7 @@ tiled Tiled Map Editor - 1.10.1 + 1.10.2 Thorbjørn Lindeijer Adrián Arroyo Calle (aarroyoc), Andrew Kerr (kerrjnr), Thorbjørn Lindeijer (bjorn) tiled diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index cb9d254..512154a 100644 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ -$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.10.1/Tiled-1.10.1_Windows-7-8_x86.msi" -$checksum32 = "6727D64708D9F22A89BF6416E8247FEA198A4A1C95EA92212C79256E1C46CF3D" -$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.10.1/Tiled-1.10.1_Windows-10+_x86_64.msi" -$checksum64 = "330116E42D0E1ED0A684B887F8DFA73B9DE9A272EF1292BB6AD3424933B27557" +$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.10.2/Tiled-1.10.2_Windows-7-8_x86.msi" +$checksum32 = "8D50CAE3F4E0FADF591FB833D99598F4EE6708F8475D2DB6B7473FC60F29FE2B" +$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.10.2/Tiled-1.10.2_Windows-10+_x86_64.msi" +$checksum64 = "72B79370C3DE694CD4D59F4E006422D11689A935A556015E170D7E216BBC0708" Install-ChocolateyPackage -PackageName "tiled" -FileType "msi" -SilentArgs "/quiet" -Url "$url32" -Url64bit "$url64" -ChecksumType "sha256" -Checksum $checksum32 -Checksum64 $checksum64 -validExitCodes @(0,3010) \ No newline at end of file