diff --git a/automatic/teeworlds/legal/VERIFICATION.txt b/automatic/teeworlds/legal/VERIFICATION.txt index b27c58c71..e30ab74bc 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: 2DBABF2F6E3D6379D3EA664B45DFC3B2A074CAC6098F231215BF83243FFFC4F9 + checksum: 147A02C924DC13911099763BCD972D971886C73542A6026F1B24C205DAC0E55F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/teeworlds/teeworlds.json b/automatic/teeworlds/teeworlds.json index 58fdf2e16..bbe549713 100644 --- a/automatic/teeworlds/teeworlds.json +++ b/automatic/teeworlds/teeworlds.json @@ -1,4 +1,4 @@ { "0.6": "0.6.5", - "0.7": "0.7.1" + "0.7": "0.7.2" } diff --git a/automatic/teeworlds/teeworlds.nuspec b/automatic/teeworlds/teeworlds.nuspec index bb8bb2386..6986c3b67 100644 --- a/automatic/teeworlds/teeworlds.nuspec +++ b/automatic/teeworlds/teeworlds.nuspec @@ -3,7 +3,7 @@ teeworlds - 0.7.1 + 0.7.2 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/teeworlds AdmiringWorm Teeworlds @@ -30,7 +30,7 @@ `choco install teeworlds --params '"/Desktop /NoStartMenu"'` ]]> -[Software Changelog](https://teeworlds.com/?page=downloads&id=12608 +[Software Changelog](https://teeworlds.com/?page=downloads&id=12639 [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 7c0e40348..561788f2b 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.7.1-win32.zip" + file = "$toolsPath\teeworlds-0.7.2-win32.zip" destination = "$toolsPath" }