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 Aug 3, 2017
1 parent bc441a3 commit 7eee0b9
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>27.4.0</version>
<version>27.4.1</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.4.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.4.0.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.4.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.4.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'd9ccbad7ffb3be01dc0eb42c411fdc39133a93dcd618ea9bc5eb342afc777e5f'
checksum = '37a37f0999ad22dafbdf7f7dbf0199b6e60f689df4029bf9ded4950af0af6cd5'
checksumType = 'sha256'
checksum64 = '4cb87d5bfec84562af4136dd05a8d96b2ee3d7962be690cc560993e1e8c0def4'
checksum64 = '3d6db4441723a1e3471fb00eba814837a7017372b188ad7b37a0601134fa77a3'
checksumType64= 'sha256'

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

0 comments on commit 7eee0b9

Please sign in to comment.