summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorIsmael Luceno2022-03-21 20:13:45 +0100
committerIsmael Luceno2022-03-21 20:34:18 +0100
commit2083e01049e61d5974e3a9c43532e621a0feead2 (patch)
tree0d4bc4f9df400cb693ed3857df286de46e481724 /doc
parent9fdb0402cc28ebcf372ddbe25d52b149240386e8 (diff)
mupdf 1.19.0
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/mupdf/DETAILS12
-rw-r--r--doc/mupdf/HISTORY4
-rw-r--r--[-rwxr-xr-x]doc/mupdf/PREPARE3
3 files changed, 8 insertions, 11 deletions
diff --git a/doc/mupdf/DETAILS b/doc/mupdf/DETAILS
index 453480c59d..f7077f3000 100755
--- a/doc/mupdf/DETAILS
+++ b/doc/mupdf/DETAILS
@@ -1,15 +1,9 @@
SPELL=mupdf
-if [[ "${MUPDF_BRANCH}" == "rc" ]]; then
- VERSION=1.18.0
- SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
-else
- VERSION=1.18.0
- SOURCE_HASH=sha512:7551f18b9bac6e2dc1cf073741cbc975ce3a16dc7e37c9d5a58254c67bf2c07bb36185d6585e435d4126f3ae351f67d7432d19a986c9b47b15105ca43db0edb8
-fi
+ VERSION=1.19.0
+ SOURCE_HASH=sha512:421e8e49f83cf00bfb2c86b5425939056fe866a048cf18e4c8f5764cdee9829974eea655c944d0f3f5a9407347cceaef34030f4079aa399e798da3ff849230e7
SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION-source.tar.xz
- SOURCE_URL[0]=http://mupdf.com/downloads/$SOURCE
- SOURCE_URL[1]=http://mupdf.com/downloads/archive/$SOURCE
+ SOURCE_URL=(http://mupdf.com/downloads/archive/$SOURCE)
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-source"
WEB_SITE=http://www.mupdf.com/
ENTERED=20120426
diff --git a/doc/mupdf/HISTORY b/doc/mupdf/HISTORY
index 1993a7a680..66f09af02a 100644
--- a/doc/mupdf/HISTORY
+++ b/doc/mupdf/HISTORY
@@ -1,3 +1,7 @@
+2022-03-21 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS, PREPARE: removed branch selection
+ * DETAILS: updated spell to 1.19.0
+
2020-10-09 Florian Franzmann <bwlf@bandrate.org>
* DETAILS: version 1.18.0
* DEPENDS: add dependency on gumbo-parser
diff --git a/doc/mupdf/PREPARE b/doc/mupdf/PREPARE
index 7efb81a4de..4c1cc9ec4a 100755..100644
--- a/doc/mupdf/PREPARE
+++ b/doc/mupdf/PREPARE
@@ -1,2 +1 @@
-. "${GRIMOIRE}/FUNCTIONS" &&
-prepare_select_branch stable rc
+persist_remove MUPDF_BRANCH