libraries/mujs: Updated for version 1.2.0
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c33aba7604
commit
89c2ac685d
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Written by Valerio Talora <navigare@gmx.com>
|
||||
# Copyright (c) 2018 (versions 1.0.3-1.0.5) Andreas Guldstrand
|
||||
# Copyright (c) 2020-2021 Christoph Willing, Brisbane, Australia
|
||||
# Copyright (c) 2020-2022 Christoph Willing, Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=mujs
|
||||
VERSION=${VERSION:-1.1.3}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mujs"
|
||||
VERSION="1.1.3"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://mujs.com/"
|
||||
DOWNLOAD="https://mujs.com/downloads/mujs-1.1.3.tar.xz"
|
||||
MD5SUM="509fe19edc13f2173f1d05e1a922c237"
|
||||
DOWNLOAD="https://mujs.com/downloads/mujs-1.2.0.tar.xz"
|
||||
MD5SUM="e48906891795bb0770d5b1fa52aeded9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue