mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
office/mupdf: Updated for version 1.11.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
267b8f7218
commit
1ca2fd652f
2 changed files with 8 additions and 5 deletions
|
@ -5,6 +5,9 @@
|
|||
# Originally written by Hubert Hesse (slackbuilds@hubertscorner.de).
|
||||
# Heavily modified by B. Watson (yalhcru@gmail.com).
|
||||
|
||||
# 20170711 bkw:
|
||||
# - version bump to 1.11.
|
||||
|
||||
# 20170621 bkw:
|
||||
# - fix build with -current's newer openjpeg, BUILD=2.
|
||||
|
||||
|
@ -83,8 +86,8 @@
|
|||
# - Fix the man pages slightly.
|
||||
|
||||
PRGNAM=mupdf
|
||||
VERSION=${VERSION:-1.10a}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mupdf"
|
||||
VERSION="1.10a"
|
||||
VERSION="1.11"
|
||||
HOMEPAGE="https://www.mupdf.com/"
|
||||
DOWNLOAD="https://www.mupdf.com/downloads/archive/mupdf-1.10a-source.tar.gz"
|
||||
MD5SUM="f80fbba2524d1d52f6ed09237d382411"
|
||||
DOWNLOAD="https://www.mupdf.com/downloads/archive/mupdf-1.11-source.tar.gz"
|
||||
MD5SUM="ab9a6629f572225e803c4cf426bdb09c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jbig2dec"
|
||||
|
|
Loading…
Reference in a new issue