Skip to content

Commit a7d42c4

Browse files
committed
1 parent a2691ef commit a7d42c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

automatic/endless-sky/endless-sky.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
2121
<!-- version should MATCH as closely as possible with the underlying software -->
2222
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
2323
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
24-
<version>0.10.14</version>
24+
<version>0.10.16</version>
2525
<packageSourceUrl>https://github.com/mikeee/ChocoPackages/tree/master/automatic/endless-sky</packageSourceUrl>
2626
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
2727
<owners>mikeee</owners>

automatic/endless-sky/tools/chocolateyInstall.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ $toolsDir = Join-Path -Path (Get-ToolsLocation) -ChildPath 'endless-sky'
44

55
$packageArgs = @{
66
packageName = $env:ChocolateyPackageName
7-
url64 = 'https://github.com/endless-sky/endless-sky/releases/download/v0.10.14/EndlessSky-win64-v0.10.14.zip'
8-
checksum64 = '20a976903da687865d2fb91a00c9f6a7e47faea8d49a04d1687e875092fa6e41'
7+
url64 = 'https://github.com/endless-sky/endless-sky/releases/download/v0.10.16/EndlessSky-win64-v0.10.16.zip'
8+
checksum64 = '9743dddf348aaa8718fc2d9e4ab059286aa795ad4aaf61c2b9768693a785e877'
99
checksumType64 = 'SHA256'
1010

1111
unzipLocation = $toolsDir

0 commit comments

Comments
 (0)