network/palemoon: Updated for version 27.9.3.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3483d1c2d3
commit
4fc909a0ea
|
@ -1,7 +1,7 @@
|
|||
palemoon (Web browser -- BUILD FROM SOURCE)
|
||||
|
||||
This SlackBuild builds Pale Moon from source.
|
||||
For a binary repackage, see 'palemoon' at SlackBuilds.org.
|
||||
For a binary repackage, see 'palemoon-bin' at SlackBuilds.org.
|
||||
|
||||
Pale Moon is an Open Source, Goanna-based web browser available for
|
||||
Microsoft Windows and Linux (with other operating systems in
|
||||
|
@ -56,8 +56,8 @@ To remove the "NoScript" extension from the Pale Moon blocklist, do
|
|||
|
||||
NOSCRIPT=unblock ./palemoon.SlackBuild
|
||||
|
||||
Note: The most up-to-date version of the NoScript campatible with Pale Moon can
|
||||
be found here: https://noscript.net/getit#classic
|
||||
Note: The most up-to-date version of NoScript compatible with Pale Moon can be
|
||||
found here: https://noscript.net/getit#classic
|
||||
|
||||
If your processor doesn't support sse2 instructions or you get segfaults,
|
||||
try looking in the SlackBuild for the OPTIMIZE build option (eventually
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
PRGNAM=palemoon
|
||||
SRCNAM=${SRCNAM:-Pale-Moon}
|
||||
VERSION=${VERSION:-27.9.2}
|
||||
VERSION=${VERSION:-27.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
PRGNAM="palemoon"
|
||||
VERSION="27.9.2"
|
||||
VERSION="27.9.3"
|
||||
HOMEPAGE="http://www.palemoon.org/"
|
||||
DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.9.2_Release/Pale-Moon-27.9.2_Release.tar.gz \
|
||||
DOWNLOAD="https://github.com/MoonchildProductions/Pale-Moon/archive/27.9.3_Release/Pale-Moon-27.9.3_Release.tar.gz \
|
||||
http://ponce.cc/slackware/sources/repo/autoconf-2.13.tar.xz"
|
||||
MD5SUM="be2197b81fe50e5717ef644f59dd3345 \
|
||||
MD5SUM="9c6401f95883123033d8d079b342ab00 \
|
||||
f2994d302cf736e7e71974edfa51da3c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
Loading…
Reference in New Issue