academic/WolframEngine: Updated for version 14.0.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2024-04-12 22:49:50 +09:00 committed by Willy Sudiarto Raharjo
parent c7cb83f418
commit 93bf837ac7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for WolframEngine # Slackware build script for WolframEngine
# Copyright 2023, Alexander Verbovetsky, Moscow, Russia # Copyright 2023-2024, Alexander Verbovetsky, Moscow, Russia
# 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 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=WolframEngine PRGNAM=WolframEngine
VERSION=${VERSION:-13.3.0} VERSION=${VERSION:-14.0.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="WolframEngine" PRGNAM="WolframEngine"
VERSION="13.3.0" VERSION="14.0.0"
HOMEPAGE="https://www.wolfram.com/engine/" HOMEPAGE="https://www.wolfram.com/engine/"
DOWNLOAD="UNSUPPORTED" DOWNLOAD="UNSUPPORTED"
MD5SUM="" MD5SUM=""
DOWNLOAD_x86_64="https://account.wolfram.com/dl/WolframEngine?platform=Linux&version=13.3" DOWNLOAD_x86_64="https://account.wolfram.com/dl/WolframEngine?platform=Linux&version=14.0"
MD5SUM_x86_64="5aff435cecfabdd06c752e91b75981c6" MD5SUM_x86_64="42c9f852a1f6505429e5941e6c699d23"
REQUIRES="" REQUIRES=""
MAINTAINER="Alexander Verbovetsky" MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org" EMAIL="alik@ejik.org"