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 19, 2019
1 parent 2efd8ec commit 32e12e0
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.3.1</version>
<version>28.4.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.3.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.3.1.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.4.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.4.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '000a4efa1380ed15dcd520d682dde338363b82bfebf31b7200b5d9b2be0ee95b'
checksum = 'f65df9b757364f728c84beb3740302a7ea8fa36a67516692a681ec7a9619fca0'
checksumType = 'sha256'
checksum64 = 'ec5857642c4aac9287173ba57455871f9731d890647dfcf7468e6b12a7077943'
checksum64 = 'dc849bcd71fdef590e0ccc051a754e6cce25aafe615831368ab9b5cb7732a972'
checksumType64= 'sha256'

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

0 comments on commit 32e12e0

Please sign in to comment.