Skip to content

Commit

Permalink
AU: 1 updated - teeworlds
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 13, 2018
1 parent 5f288e4 commit 7a41ade
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions automatic/teeworlds/legal/VERIFICATION.txt
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://teeworlds.com/?page=downloads>
and can be verified by doing the following:

1. Download the following <https://downloads.teeworlds.com/teeworlds-0.7.1-rc-win32.zip>
1. Download the following <https://github.com/teeworlds/teeworlds/releases/download/0.7.1/teeworlds-0.7.1-win32.zip>
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 <https://github.com/teeworlds/teeworlds/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/teeworlds/teeworlds.json
@@ -1,4 +1,4 @@
{
"0.6": "0.6.5",
"0.7": "0.7.1-rc"
"0.7": "0.7.1"
}
7 changes: 5 additions & 2 deletions automatic/teeworlds/teeworlds.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>teeworlds</id>
<version>0.7.1-rc</version>
<version>0.7.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/teeworlds</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Teeworlds</title>
Expand All @@ -29,7 +29,10 @@
**Example:**
`choco install teeworlds --params '"/Desktop /NoStartMenu"'`
]]></description>
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/teeworlds/Changelog.md)</releaseNotes>
<releaseNotes>
[Software Changelog](https://teeworlds.com/?page=downloads&amp;id=12608
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/teeworlds/Changelog.md)
</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="vcredist2010" version="10.0.40219.2" />
Expand Down
2 changes: 1 addition & 1 deletion automatic/teeworlds/tools/chocolateyInstall.ps1
Expand Up @@ -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"
}

Expand Down

0 comments on commit 7a41ade

Please sign in to comment.