Skip to content

Commit

Permalink
AU: 2 updated - transifex-client wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 2, 2018
1 parent a83d7cd commit 8cff9be
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/transifex-client/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/transifex/transifex-client/releases/latest>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.1/tx.py36.x64.exe>
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.2/tx.py36.x64.exe>
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
checksum64: 36380ED9F57B9362C1F58E3647D46784F8BBD70A9E1EAB8D615AFDF6441636E8
checksum64: 5B2C49490F2D2C13260D6FD90BC42FDCA0A627D843DB5DC4DEA5B0F644469262

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/transifex-client/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/transifex-client/transifex-client.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>transifex-client</id>
<version>0.13.1</version>
<version>0.13.2</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/transifex-client</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Transifex Command-Line Tool</title>
Expand All @@ -27,7 +27,7 @@ You can use the command line tool to create new resources, map locale files to t
- This package only provides the 64-bit executable due to a number of positives on VirusTotal.
The Software Authors believe them to be false positives, but I as the package maintainer am not convinced.
]]></description>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.1</releaseNotes>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.2</releaseNotes>
<dependencies>
<dependency id="python" version="3.6.0" />
</dependencies>
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.13.12/wesnoth-1.13.12-win32.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.13.13/wesnoth-1.13.13-win32.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = '716a7e816bc17df29be0a3d043441dd3a37c8da56e4acdb856040bbf445e6bc3'
checksum = '9524b5f1ccc45b043ff26f5d0535dfdf6745126bb71ee2980c4c75a9023772fe'
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.12.6",
"beta": "1.13.12-beta"
"beta": "1.13.13-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.13.12-beta</version>
<version>1.13.13-beta</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit 8cff9be

Please sign in to comment.