From 7a41ade33b15771297ff880d22a2286a0f683e4d Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 13 Dec 2018 00:07:52 +0000 Subject: [PATCH] AU: 1 updated - teeworlds [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/fe4ecb2038e9591fd449b301ebdb519b1c0e0b87 --- automatic/teeworlds/legal/VERIFICATION.txt | 4 ++-- automatic/teeworlds/teeworlds.json | 2 +- automatic/teeworlds/teeworlds.nuspec | 7 +++++-- automatic/teeworlds/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/automatic/teeworlds/legal/VERIFICATION.txt b/automatic/teeworlds/legal/VERIFICATION.txt index c96963df5..b27c58c71 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: 2B10DA3F892CED18CB0564E638FEE0DD9AF0DF716D741E20312B1E92FE16F4FC + checksum: 2DBABF2F6E3D6379D3EA664B45DFC3B2A074CAC6098F231215BF83243FFFC4F9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/teeworlds/teeworlds.json b/automatic/teeworlds/teeworlds.json index 251ee8dda..58fdf2e16 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-rc" + "0.7": "0.7.1" } diff --git a/automatic/teeworlds/teeworlds.nuspec b/automatic/teeworlds/teeworlds.nuspec index fc46b141d..bb8bb2386 100644 --- a/automatic/teeworlds/teeworlds.nuspec +++ b/automatic/teeworlds/teeworlds.nuspec @@ -3,7 +3,7 @@ teeworlds - 0.7.1-rc + 0.7.1 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/teeworlds AdmiringWorm Teeworlds @@ -29,7 +29,10 @@ **Example:** `choco install teeworlds --params '"/Desktop /NoStartMenu"'` ]]> - [Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/teeworlds/Changelog.md) + +[Software Changelog](https://teeworlds.com/?page=downloads&id=12608 +[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 efa725e7b..7c0e40348 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-rc-win32.zip" + file = "$toolsPath\teeworlds-0.7.1-win32.zip" destination = "$toolsPath" }