diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-10-23 13:00:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-24 11:24:05 +0700 |
commit | 8659506f1b4fa046d2da1dce0c3b24ce7975f48e (patch) | |
tree | 3c19892615d90c457913ae876dc352cedcb2dc5d | |
parent | 86931e535916cd38347134e3693e2a337fdf3343 (diff) |
libraries/muParser: Update for 2.3.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | libraries/muParser/muParser.SlackBuild | 9 | ||||
-rw-r--r-- | libraries/muParser/muParser.info | 8 | ||||
-rw-r--r-- | libraries/muParser/slack-desc | 2 |
3 files changed, 7 insertions, 12 deletions
diff --git a/libraries/muParser/muParser.SlackBuild b/libraries/muParser/muParser.SlackBuild index 671e707fa531..ac90d0042016 100644 --- a/libraries/muParser/muParser.SlackBuild +++ b/libraries/muParser/muParser.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=muParser -VERSION=${VERSION:-2.3.2} +VERSION=${VERSION:-2.3.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -97,9 +94,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a \ - docs/* Changes.txt Install.txt License.txt \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/libraries/muParser/muParser.info b/libraries/muParser/muParser.info index e05c7657e301..b86bca3e03cf 100644 --- a/libraries/muParser/muParser.info +++ b/libraries/muParser/muParser.info @@ -1,8 +1,8 @@ PRGNAM="muParser" -VERSION="2.3.2" -HOMEPAGE="http://beltoforion.de/article.php?a=muparser" -DOWNLOAD="https://github.com/beltoforion/muparser/archive/v2.3.2/muparser-2.3.2.tar.gz" -MD5SUM="cbc1b284e03abc7081b3c30997959893" +VERSION="2.3.4" +HOMEPAGE="https://beltoforion.de/en/muparser/" +DOWNLOAD="https://github.com/beltoforion/muparser/archive/v2.3.4/muparser-2.3.4.tar.gz" +MD5SUM="b92180a648be88238008ea01a597ccb9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/libraries/muParser/slack-desc b/libraries/muParser/slack-desc index 121a8d0b8373..80cb91c64dcf 100644 --- a/libraries/muParser/slack-desc +++ b/libraries/muParser/slack-desc @@ -13,7 +13,7 @@ muParser: library written in C++. It works by transforming a mathematical muParser: expression into bytecode and precalculating constant parts of the muParser: expression. muParser: -muParser: Home: http://beltoforion.de/article.php?a=muparser +muParser: Home: https://beltoforion.de/en/muparser/ muParser: muParser: muParser: |