Skip to content

Commit

Permalink
AU: 2 updated - nuget.commandline wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 24, 2019
1 parent 93b39db commit d6e268d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.2.0/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.3.0/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: 2865714C6588EF0770B4A04BDD20DAC59BCB56756D001C040664C9966F1B835A
checksum: 96A1DC5AD572716B2AB345A6830365CF0103661EC906B0E78FD04A064A7BB730

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "5.2.0",
"stable": "5.3.0",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.2.0</version>
<version>5.3.0</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.15.0/wesnoth-1.15.0-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth-1.14/wesnoth-1.14.9/wesnoth-1.14.9-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '17b8c1a1cea8742bca17b734c15d81b454d95a8a9e8cc72979316eb4e5c5d957'
checksum = '17fd07ac2a48c9b8abc56d12f503557f007b306eb77a447a1c22d9a3e66371f9'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.14.7",
"stable": "1.14.9",
"beta": "1.15.0-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.15.0-beta</version>
<version>1.14.9</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit d6e268d

Please sign in to comment.