File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
<metadata >
4
4
<id >tiled</id >
5
5
<title >Tiled Map Editor</title >
6
- <version >1.10.2 </version >
6
+ <version >1.11.0 </version >
7
7
<authors >Thorbjørn Lindeijer</authors >
8
8
<owners >Adrián Arroyo Calle (aarroyoc), Andrew Kerr (kerrjnr), Thorbjørn Lindeijer (bjorn)</owners >
9
9
<summary >tiled</summary >
Original file line number Diff line number Diff line change 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 "
5
5
6
6
Install-ChocolateyPackage - PackageName " tiled" - FileType " msi" - SilentArgs " /quiet" - Url " $url32 " - Url64bit " $url64 " - ChecksumType " sha256" - Checksum $checksum32 - Checksum64 $checksum64 - validExitCodes @ (0 , 3010 )
You can’t perform that action at this time.
0 commit comments