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 Feb 1, 2018
1 parent 264c277 commit 91f4e51
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.7.1</version>
<version>27.7.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-27.7.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.7.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-27.7.2.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.7.2.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '65455149c4e93611b638980113e1948e4ed13dc283fd218d365974dd0f448d81'
checksum = '2cb56e584bc891917de858aad4f0e982e0741dbe5bd740117d739d8655063b5e'
checksumType = 'sha256'
checksum64 = 'a025f2bfef4ba407bca43538b3ed3e7c735b9eeaed63474d0bf64a6705dbad25'
checksum64 = 'acdfa78c197be36904a0439b57f7f60a472b0f60e8f55c8ecdea274823cfe5a8'
checksumType64= 'sha256'

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

0 comments on commit 91f4e51

Please sign in to comment.