network/palemoon: Updated for version 25.7.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
16426cfe98
commit
83c83a425a
|
@ -1,8 +1,12 @@
|
|||
Pale Moon is a fork of pre-Australis Mozilla Firefox aiming to be fast,
|
||||
efficient and easy to use.
|
||||
|
||||
This SlackBuild just installs a binary package provided by the project. It
|
||||
This SlackBuild just installs a binary package provided by the project. It
|
||||
doesn't attempt to build the browser from source.
|
||||
|
||||
You can force Pale Moon to use system-provided hunspell instead of its own
|
||||
dictionary by passing the USE_SYSTEM_SPELLCHECK=yes variable to the script.
|
||||
|
||||
If you need to change the GUI language, please visit
|
||||
https://www.palemoon.org/langpacks.shtml and follow the installation
|
||||
instructions.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=palemoon
|
||||
VERSION=${VERSION:-25.7.1}
|
||||
VERSION=${VERSION:-25.7.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="palemoon"
|
||||
VERSION="25.7.1"
|
||||
VERSION="25.7.3"
|
||||
HOMEPAGE="http://www.palemoon.org/"
|
||||
DOWNLOAD="http://linux.palemoon.org/files/25.7.1/palemoon-25.7.1.en-US.linux-i686.tar.bz2"
|
||||
MD5SUM="ebbb19a364b591aea95a4b61e62181ec"
|
||||
DOWNLOAD_x86_64="http://linux.palemoon.org/files/25.7.1/palemoon-25.7.1.en-US.linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="eca3d0d543c26d9a8f7c1acc17ab78f4"
|
||||
DOWNLOAD="http://linux.palemoon.org/files/25.7.3/palemoon-25.7.3.en-US.linux-i686.tar.bz2"
|
||||
MD5SUM="03327043de00e0634e185af3f001889b"
|
||||
DOWNLOAD_x86_64="http://linux.palemoon.org/files/25.7.3/palemoon-25.7.3.en-US.linux-x86_64.tar.bz2"
|
||||
MD5SUM_x86_64="a0b11f6c3a78592fa27904dce9f7942c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="pomfland"
|
||||
EMAIL="pomfland@tfwno.gf"
|
||||
|
|
Loading…
Reference in New Issue