Skip to content

Commit

Permalink
AU: 1 updated - palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 2, 2019
1 parent 6d8c059 commit 1481c06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.5.2</version>
<version>28.6.0</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-28.5.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.5.2.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.6.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.6.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '8022ca6de796e394467e8d9b374370a2d2619da4814e601f9d0f8fd74c239400'
checksum = 'b1987fe3f2c8ef1c79a9fab0227e3a2c6cbff4d3b2e19261b46356fcd67cf079'
checksumType = 'sha256'
checksum64 = 'cbfea82db33b0bbb107e7b119388147f66fb1b31b310302053c6ef8a9d3ffaaf'
checksum64 = 'e0117d8f353e1cf10043593b9e45abe458e7572b6417a5f8eb64789712957ac3'
checksumType64= 'sha256'

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

0 comments on commit 1481c06

Please sign in to comment.