Skip to content

Commit

Permalink
Upgraded to v1.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Mar 12, 2023
1 parent 94e35fb commit 2b4bb96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tiled.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<metadata>
<id>tiled</id>
<title>Tiled Map Editor</title>
<version>1.9.2</version>
<version>1.10.0</version>
<authors>Thorbjørn Lindeijer</authors>
<owners>Adrián Arroyo, Andrew Kerr</owners>
<owners>Adrián Arroyo Calle (aarroyoc), Andrew Kerr (kerrjnr), Thorbjørn Lindeijer (bjorn)</owners>
<summary>tiled</summary>
<description>Your free, easy to use and flexible tile map editor. Package issues here: http://github.com/AdrianArroyoCalle/chocolatey-tiled</description>
<projectUrl>http://www.mapeditor.org</projectUrl>
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.9.2/Tiled-1.9.2_Windows_x86.msi"
$checksum32 = "154F53D5DEE29C2681F7B75ED2A794A191002BB9412CB1A02FE2511C7062C93D"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.9.2/Tiled-1.9.2_Windows_x86_64.msi"
$checksum64 = "E42459FBD83F641C1B52D5D905740344DA7D1E3EF3C6AE033519B1A9382F148E"
$url32 = "https://github.com/mapeditor/tiled/releases/download/v1.10.0/Tiled-1.10.0_Windows-7-8_x86.msi"
$checksum32 = "AE8193E90910E20223D8A2B8D9F032CF2185C739488AFFFE16B46289ADD91B2A"
$url64 = "https://github.com/mapeditor/tiled/releases/download/v1.10.0/Tiled-1.10.0_Windows-10+_x86_64.msi"
$checksum64 = "2EB15967CC0CA25C48B1F36F8FCA993333C200C2428EB54A01B75DC3B0DDF740"

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 2b4bb96

Please sign in to comment.