Skip to content

Commit

Permalink
Upgraded to v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kerrjnr committed Jul 1, 2024
1 parent d91413e commit 17f6d13
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.10.2</version>
<version>1.11.0</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.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"
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.11.0/Tiled-1.11.0_Windows-7-8_x86.msi"
$checksum32 = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.11.0/Tiled-1.11.0_Windows-10+_x86_64.msi"
$checksum64 = "E3B0C44298FC1C149AFBF4C8996FB92427AE41E4649B934CA495991B7852B855"

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 17f6d13

Please sign in to comment.