academic/WolframEngine: Updated for version 13.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Alexander Verbovetsky 2023-03-11 21:15:48 +07:00 committed by Willy Sudiarto Raharjo
parent 0bcbe2b4f0
commit 8d0f03e08e
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=WolframEngine
VERSION=${VERSION:-13.1.0}
VERSION=${VERSION:-13.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="WolframEngine"
VERSION="13.1.0"
VERSION="13.2.0"
HOMEPAGE="https://www.wolfram.com/engine/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://account.wolfram.com/download/public/wolfram-engine/13.1.0/desktop/LINUX"
MD5SUM_x86_64="84ed2a4c1a275f00f65fb77f820734aa"
DOWNLOAD_x86_64="https://account.wolfram.com/download/public/wolfram-engine/13.2.0/desktop/LINUX"
MD5SUM_x86_64="d2e536b4d98c40b2dd5ae54fb5358b90"
REQUIRES=""
MAINTAINER="Alexander Verbovetsky"
EMAIL="alik@ejik.org"