Skip to content

Commit

Permalink
AU: 3 updated - 360ts transifex-client webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 31, 2019
1 parent 4effef6 commit 5542638
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ts": "10.2.0.1280",
"ts": "10.2.0.1281",
"tse": "8.8.0.1105"
}
2 changes: 1 addition & 1 deletion automatic/360ts/360ts.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>360ts</id>
<version>10.2.0.1280</version>
<version>10.2.0.1281</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey,adgellida</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/360ts/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = '360ts'
fileType = 'exe'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.2.0.1280.exe'
checksum = '05bbb2deb6f32aecfd2510104d9109de24480b51b449a824a334783f550880a8'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.2.0.1281.exe'
checksum = '0c956cb9ce1aebd79cae2e25e9e886dcf395d43934fb60d5a67541434efffb85'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
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.5/tx.py36.x64.exe>
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.6/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:
checksum64: A2A95F45DEFD665CFA65240BF1183E46C85E90910D31D303D98E7A980D8B2167
checksum64: A557D7F843EABB38A711688304B37C92DE076F559B671AF44DA1C18AC46A482C

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/transifex-client/blob/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/transifex-client/transifex-client.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>transifex-client</id>
<version>0.13.5</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/transifex-client</packageSourceUrl>
<version>0.13.6</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/transifex-client</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Transifex Command-Line Tool</title>
<authors>The Transifex Team</authors>
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.5</releaseNotes>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.6</releaseNotes>
<dependencies>
<dependency id="python" version="3.6.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.3.exe'
checksum = 'c6b7e2ff563a10e63e46df42166d5eb63dd29fe7b813a4903c4e2368f4df0f5c'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2018.3.4.exe'
checksum = '4f794eb0cf3e77f67f4c09ec6b71fb71662666fd71afe04f7084725e5f5d3448'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.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>webstorm</id>
<version>2018.3.3</version>
<version>2018.3.4</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 5542638

Please sign in to comment.