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 Nov 16, 2018
1 parent 112bf7c commit 0618632
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/palemoon/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png" width="48" height="48"/> [palemoon](https://chocolatey.org/packages/palemoon)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png" width="48" height="48"/> [palemoon](https://chocolatey.org/packages/palemoon)


Pale Moon is an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and ease of use.
Expand Down
4 changes: 2 additions & 2 deletions automatic/palemoon/palemoon.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>28.1.0</version>
<version>28.2.1</version>
<authors>Moonchild Productions</authors>
<owners>Redsandro,chocolatey</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down Expand Up @@ -41,7 +41,7 @@ This browser, even though fairly close to Gecko-based browsers like Mozilla Fire
<copyright>2009-2016 Moonchild Productions</copyright>
<licenseUrl>https://github.com/MoonchildProductions/Pale-Moon/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@bceb375ac10f0c0a67e2735df00560519a078c8c/icons/palemoon.png</iconUrl>
<releaseNotes>https://www.palemoon.org/releasenotes.shtml</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/palemoon</packageSourceUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.1.0.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.1.0.win64.installer.exe'
url = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win32.installer.exe'
url64 = 'http://rm-eu.palemoon.org/release/palemoon-28.2.1.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = 'bce7e80293b412c67796fb6f7a19868da48edb3dca6ff20377c4174ba3acc27a'
checksum = '910d8d063fe6c507758576dac2292b0611c506e5494825015e1e53bcb46a29dc'
checksumType = 'sha256'
checksum64 = 'a1db58e9cf5fdd240ceb94d692d47c243b384a427ca8b97304f457b19121bf04'
checksum64 = '603e7de38682bb1afbee8dd064be18e38ff163ff5dffdc9866f2b0ceb4d2c1a3'
checksumType64= 'sha256'

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

0 comments on commit 0618632

Please sign in to comment.