libraries/mujs: Updated for version 1.0.9

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Christoph Willing 2021-01-14 09:46:18 +10:00 committed by Willy Sudiarto Raharjo
parent 841d8d18bb
commit fd2e7a053a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Written by Valerio Talora <navigare@gmx.com> # Written by Valerio Talora <navigare@gmx.com>
# Copyright (c) 2018 (versions 1.0.3-1.0.5) Andreas Guldstrand # Copyright (c) 2018 (versions 1.0.3-1.0.5) Andreas Guldstrand
# Copyright (c) 2020 Christoph Willing, Brisbane, Australia # Copyright (c) 2020-2021 Christoph Willing, Brisbane, Australia
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mujs PRGNAM=mujs
VERSION=${VERSION:-1.0.7} VERSION=${VERSION:-1.0.9}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="mujs" PRGNAM="mujs"
VERSION="1.0.7" VERSION="1.0.9"
HOMEPAGE="https://mujs.com/" HOMEPAGE="https://mujs.com/"
DOWNLOAD="https://mujs.com/downloads/mujs-1.0.7.tar.xz" DOWNLOAD="https://mujs.com/downloads/mujs-1.0.9.tar.xz"
MD5SUM="2797940102e4020a9182ad789fbed2f2" MD5SUM="7888608e2fe554409c901e8966fbfcb6"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""