diff --git a/automatic/teeworlds/Changelog.md b/automatic/teeworlds/Changelog.md index c656f5cd5..dc00dd044 100644 --- a/automatic/teeworlds/Changelog.md +++ b/automatic/teeworlds/Changelog.md @@ -1,6 +1,7 @@ # ![Teeworlds Changelog](https://img.shields.io/badge/Teeworlds-Package%20Changelog-blue.svg?style=for-the-badge) -## UPCOMING +## Version: 0.6.5 (2018-10-14) +- **ENHANCEMENT:** Add package changelogs [#6](https://github.com/AdmiringWorm/chocolatey-packages/issues/6) - **ENHANCEMENT:** Added changelog for package ## Version (2017-11-03) diff --git a/automatic/teeworlds/Readme.md b/automatic/teeworlds/Readme.md index 6accb264e..681b22852 100644 --- a/automatic/teeworlds/Readme.md +++ b/automatic/teeworlds/Readme.md @@ -1,4 +1,4 @@ -# [ ![Teeworlds](https://img.shields.io/chocolatey/v/teeworlds.svg?label=Teeworlds&style=for-the-badge)](https://chocolatey.org/packages/teeworlds) +# [ ![Teeworlds](https://img.shields.io/chocolatey/v/teeworlds.svg?label=Teeworlds&style=for-the-badge)](https://chocolatey.org/packages/teeworlds) Teeworlds is a free online multiplayer game, available for all major operating systems. Battle with up to 16 players in a variety of game modes, including Team Deathmatch and Capture The Flag. You can even design your own maps! diff --git a/automatic/teeworlds/legal/VERIFICATION.txt b/automatic/teeworlds/legal/VERIFICATION.txt index 5904ecd89..eb2370ee5 100644 --- a/automatic/teeworlds/legal/VERIFICATION.txt +++ b/automatic/teeworlds/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum: 4D81EDA99C625AB648D7B29476F24C16A6B3F0B4D28A1766B43F76C7D3097930 + checksum: E825AEDD9C47AE9936A19BC1AA75B9CFED8B5D5474AC5AEEDE9FA5A3247D201E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/teeworlds/teeworlds.json b/automatic/teeworlds/teeworlds.json index 28777a9e0..3792ace96 100644 --- a/automatic/teeworlds/teeworlds.json +++ b/automatic/teeworlds/teeworlds.json @@ -1,3 +1,4 @@ { - "0.6.4": "0.6.4" + "0.6.4": "0.6.4", + "0.6.5": "0.6.5" } diff --git a/automatic/teeworlds/teeworlds.nuspec b/automatic/teeworlds/teeworlds.nuspec index 034157f7d..eab2d1374 100644 --- a/automatic/teeworlds/teeworlds.nuspec +++ b/automatic/teeworlds/teeworlds.nuspec @@ -3,13 +3,13 @@ teeworlds - 0.6.4 + 0.6.5 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/teeworlds AdmiringWorm Teeworlds Magnus Auvinen https://teeworlds.com/?page=downloads - https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/136615db5277db08fd0e07fd25997c8a32dbf233/icons/teeworlds.png + https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@136615db5277db08fd0e07fd25997c8a32dbf233/icons/teeworlds.png Copyright (C) Magnus Auvinen https://github.com/teeworlds/teeworlds/blob/master/license.txt false @@ -30,8 +30,8 @@ `choco install teeworlds --params '"/Desktop /NoStartMenu"'` ]]> -[Software Changelog](https://teeworlds.com/?page=downloads&id=12085) -[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/teeworlds/Changelog.md) +[Software Changelog](https://teeworlds.com/?page=downloads&id=12543 +[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/teeworlds/Changelog.md) diff --git a/automatic/teeworlds/tools/chocolateyInstall.ps1 b/automatic/teeworlds/tools/chocolateyInstall.ps1 index 4b6d98965..e04b31a0a 100644 --- a/automatic/teeworlds/tools/chocolateyInstall.ps1 +++ b/automatic/teeworlds/tools/chocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\teeworlds-0.6.4-win32.zip" + file = "$toolsPath\teeworlds-0.6.5-win32.zip" destination = "$toolsPath" } @@ -12,8 +12,8 @@ Get-ChocolateyUnzip @packageArgs Remove-Item $packageArgs.file -Force -$gameFile = Get-ChildItem $toolsPath "teeworlds.exe" -Recurse | % { $_.FullName } -$serverFile = Get-ChildItem $toolsPath "teeworlds_srv.exe" -Recurse | % { $_.FullName } +$gameFile = Get-ChildItem $toolsPath "teeworlds.exe" -Recurse | ForEach-Object { $_.FullName } +$serverFile = Get-ChildItem $toolsPath "teeworlds_srv.exe" -Recurse | ForEach-Object { $_.FullName } $pp = Get-PackageParameters diff --git a/automatic/teeworlds/tools/chocolateyUninstall.ps1 b/automatic/teeworlds/tools/chocolateyUninstall.ps1 index 6f7101fb0..d345914d6 100644 --- a/automatic/teeworlds/tools/chocolateyUninstall.ps1 +++ b/automatic/teeworlds/tools/chocolateyUninstall.ps1 @@ -4,7 +4,7 @@ @( [System.Environment]::GetFolderPath('CommonDesktopDirectory') [System.Environment]::GetFolderPath('CommonStartMenu') -) | % { +) | ForEach-Object { if (Test-Path "$_\Teeworlds.lnk") { Remove-Item "$_\Teeworlds.lnk" } if (Test-Path "$_\Teeworlds Server.lnk") { Remove-Item "$_\Teeworlds Server.lnk"} }