Skip to content

Commit

Permalink
AU: 3 updated - 360ts palemoon webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 28, 2017
1 parent b8f24f9 commit 1277fa8
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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>9.6.0.1016</version>
<version>9.6.0.1017</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_9.6.0.1016.exe'
checksum = '28e011bb4d0ea9c9bb80899d694fa22ff262fb2255db9bbfedf5d2f185bd307e'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_9.6.0.1017.exe'
checksum = 'a75fbb7758da0b4f6813612c03013ffb4d7c05d8d898564429e43c0a160dfb87'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>27.6.1</version>
<version>27.6.2</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.6.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.6.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.6.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.6.2.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'c6722da37f8fe062d11c93d8dc108faee7b1b34cf8abd778dc8858dbe5ccc651'
checksum = '97b520a197672700904d35310f3f2a70c7dbfc90cd90651bb6b2b2a6c859dadc'
checksumType = 'sha256'
checksum64 = '2bb5a977a8f0999ae052718129544ba61835d49d257f989afca309a36a70c2d9'
checksum64 = 'fe399910cb838cfba580f8d0e61de765113d959afa68986e8c8d22d57f6804d3'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
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 @@ -3,8 +3,8 @@
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'JetBrains WebStorm*'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.2.5.exe'
checksum = '1cfa08ac0dfaeb9c40157df3b8a25479e80f11e756d836a7836dd5ef7bf598b8'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2017.3.exe'
checksum = '9779a9df65c78832c91c7cd23678f36e5806d469461f8c6c692c5c4174e9cdec'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/S'
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>2017.2.5</version>
<version>2017.3</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 1277fa8

Please sign in to comment.