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 Jan 18, 2018
1 parent 8d72589 commit bde7c35
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.0</version>
<version>27.7.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.7.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-27.7.0.win64.installer.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'

softwareName = 'Pale Moon*'

checksum = '2a3665e0785471470de9f1e1db51d187fad2d2812c38cd5407b64851c4fab51a'
checksum = '65455149c4e93611b638980113e1948e4ed13dc283fd218d365974dd0f448d81'
checksumType = 'sha256'
checksum64 = 'bdad51df07170cd096ecbce0d06e992b90cc35725d80a1886965aa2b81fc8b51'
checksum64 = 'a025f2bfef4ba407bca43538b3ed3e7c735b9eeaed63474d0bf64a6705dbad25'
checksumType64= 'sha256'

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

0 comments on commit bde7c35

Please sign in to comment.