Skip to content

Commit

Permalink
AU: 2 updated - 360ts palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 17, 2018
1 parent 0117e26 commit 86bd19b
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.0.0.1137",
"ts": "10.0.0.1138",
"tse": "8.8.0.1096"
}
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.0.0.1137</version>
<version>10.0.0.1138</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.0.0.1137.exe'
checksum = '0a74c02b4434764712ab14682b9bf436c9cc26b7d069971105dbd6239e403abd'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.0.0.1138.exe'
checksum = 'a05ce509433283f6eed4d78cf39092c3e12bc6f3651f3b4816a1b1b507d117e0'
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.9.3</version>
<version>27.9.4</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.9.3.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.9.3.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.9.4.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.9.4.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '3652be66a06d57acc7fa45ba7359876dee90fc35f37cab6e2a80506b8dba9765'
checksum = '40055adcb9656ca448fea387794ecda8aa97f0eaa0c1e20e88c0080bc380fff8'
checksumType = 'sha256'
checksum64 = '2257f0d48faa3578974a0bbf6ebb90755a2feed68383fbf89507df821fd1bb3b'
checksum64 = '14d46b3382ef8f30d8b662d4e7420f441260f6da393e2ca81320fe353ffe0c08'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 86bd19b

Please sign in to comment.