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 Apr 23, 2019
1 parent 11591e9 commit 8f79c35
Show file tree
Hide file tree
Showing 4 changed files with 6 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://github.com/teeworlds/teeworlds/releases/download/0.7.3/teeworlds-0.7.3-win32.zip>
1. Download the following <https://github.com/teeworlds/teeworlds/releases/download/0.7.3.1/teeworlds-0.7.3.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: 68A5EC4F44C3FDBE8B6FF331809EE2113B57DAE7665F98D308B514644E95242F
checksum: DFFB53045EFD4DA00DC7E219185E55EB1D281658F761885FD14C6ACB483C90B4

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 @@
{
"latest": "0.7.3",
"latest": "0.7.3.1",
"0.6": "0.6.5"
}
4 changes: 2 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.3</version>
<version>0.7.3.1</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/teeworlds</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Teeworlds</title>
Expand Down Expand Up @@ -31,7 +31,7 @@
`choco install teeworlds --params '"/Desktop /NoStartMenu"'`
]]></description>
<releaseNotes>
[Software Changelog](https://teeworlds.com/?page=downloads&amp;id=12803
[Software Changelog](https://teeworlds.com/?page=downloads&amp;id=12809
[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/teeworlds/Changelog.md)
</releaseNotes>
<dependencies>
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.3-win32.zip"
file = "$toolsPath\teeworlds-0.7.3.1-win32.zip"
destination = "$toolsPath"
}

Expand Down

0 comments on commit 8f79c35

Please sign in to comment.