diff options
author | Christoph Willing <chris.willing@linux.com> | 2022-01-02 23:11:20 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-04 07:55:37 +0700 |
commit | 89c2ac685de302e1dfca9244c5d0d853d32c90ad (patch) | |
tree | 50c2ccf1d7bae6939b6086904ce9c2b25ec9588f /libraries | |
parent | c33aba76043ff614abb59a27c7cb3e9b27d67b96 (diff) |
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>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/mujs/mujs.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/mujs/mujs.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/mujs/mujs.SlackBuild b/libraries/mujs/mujs.SlackBuild index 9b1c2263a8b4..da828501ccd4 100644 --- a/libraries/mujs/mujs.SlackBuild +++ b/libraries/mujs/mujs.SlackBuild @@ -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} diff --git a/libraries/mujs/mujs.info b/libraries/mujs/mujs.info index 2567225d60ed..c0da7688f818 100644 --- a/libraries/mujs/mujs.info +++ b/libraries/mujs/mujs.info @@ -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="" |