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 Jun 5, 2019
1 parent 48cc9cc commit 2e63f0c
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.1</version>
<version>28.5.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-28.5.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.5.1.win64.installer.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'

softwareName = 'Pale Moon*'

checksum = '93ba46a0b3f249caf31d61ed2a62ab1e13dd9bf3b329412571b765ad10c06ea5'
checksum = '8022ca6de796e394467e8d9b374370a2d2619da4814e601f9d0f8fd74c239400'
checksumType = 'sha256'
checksum64 = '474d821dc5fea0e6efe1b37c4315178ddb7462f8403d9d7fe21eb92fb4f1331d'
checksum64 = 'cbfea82db33b0bbb107e7b119388147f66fb1b31b310302053c6ef8a9d3ffaaf'
checksumType64= 'sha256'

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

0 comments on commit 2e63f0c

Please sign in to comment.