Skip to content

Commit 17f6d13

Browse files
committed
Upgraded to v1.11.0
1 parent d91413e commit 17f6d13

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tiled.nuspec

+1-1
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.10.2</version>
6+
<version>1.11.0</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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.10.2/Tiled-1.10.2_Windows-7-8_x86.msi"
2-
$checksum32 = "8D50CAE3F4E0FADF591FB833D99598F4EE6708F8475D2DB6B7473FC60F29FE2B"
3-
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.10.2/Tiled-1.10.2_Windows-10+_x86_64.msi"
4-
$checksum64 = "72B79370C3DE694CD4D59F4E006422D11689A935A556015E170D7E216BBC0708"
1+
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.0/Tiled-1.11.0_Windows-7-8_x86.msi"
2+
$checksum32 = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"
3+
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.0/Tiled-1.11.0_Windows-10+_x86_64.msi"
4+
$checksum64 = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"
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)