Skip to content

Commit e7fca43

Browse files
committed
Upgraded to v1.11.2.
1 parent 1e5b39a commit e7fca43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tiled.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>tiled</id>
55
<title>Tiled Map Editor</title>
6-
<version>1.11.1</version>
6+
<version>1.11.2</version>
77
<authors>Thorbjørn Lindeijer</authors>
88
<owners>Adrián Arroyo Calle (aarroyoc), Andrew Kerr (kerrjnr), Thorbjørn Lindeijer (bjorn)</owners>
99
<summary>tiled</summary>

tools/chocolateyInstall.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.1/Tiled-1.11.1_Windows-7-8_x86.msi"
2-
$checksum32 = "E2084D2611145DF699272F1A93E6F312FFF5114952BE4D775C18E1FA744391A4Get"
3-
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.1/Tiled-1.11.1_Windows-10+_x86_64.msi"
4-
$checksum64 = "9E397581C25A201B0F8121B3DFB9D7B3E3878FECA0FF22C1345E2E0F98E64A1E"
1+
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.2/Tiled-1.11.2_Windows-7-8_x86.msi"
2+
$checksum32 = "2B47B9D5C6E249B92952B41D4847C16991E28762472E09988D78577059F15956"
3+
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.2/Tiled-1.11.2_Windows-10+_x86_64.msi"
4+
$checksum64 = "6C906099E4BB9A871C13A4F81ECF6554C835A36B2CFFFB1DEE44E215120A61C7"
55

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

0 commit comments

Comments
 (0)