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 Community committed Nov 24, 2020
1 parent b8693dd commit a788bef
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.8.0.1170",
"ts": "10.8.0.1200",
"tse": "8.8.0.1119"
}
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.8.0.1170</version>
<version>10.8.0.1200</version>
<title>360 Total Security</title>
<authors>Qihu 360 Software</authors>
<owners>chocolatey-community,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.8.0.1170.exe'
checksum = '07e70ac687b856b175f4220dc3e5dc7e64ae384b6de5d3f52c822c95e4ba74ae'
url = 'https://free.360totalsecurity.com/totalsecurity/360TS_Setup_10.8.0.1200.exe'
checksum = 'd239f21a6fc17f93c77f26ac6492d94b2cddadab1e074fee749193bb882c84d3'
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>28.15.0</version>
<version>28.16.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</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 = 'https://rm-eu.palemoon.org/release/palemoon-28.15.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.15.0.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-28.16.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-28.16.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'cdce26e2f8a4f63d621b76fa062715ebf4a311bb21c2eb8d93426bf75d7c0391'
checksum = '1116fd126532e0ef1dda6ed8ac00c20e968e41ca0b59dbdc657e5578bf9e7234'
checksumType = 'sha256'
checksum64 = '68cb58bb04997e1adb9679ce777474d00db882cf21e4aede84d404843c0e18f4'
checksum64 = '8d56e89088a5dc88fd39a3e759a290d97e857732b3081c87ff314f5e459452d5'
checksumType64= 'sha256'

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

0 comments on commit a788bef

Please sign in to comment.