mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
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:
parent
c7cb83f418
commit
93bf837ac7
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for WolframEngine
|
||||
|
||||
# Copyright 2023, Alexander Verbovetsky, Moscow, Russia
|
||||
# Copyright 2023-2024, Alexander Verbovetsky, Moscow, Russia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=WolframEngine
|
||||
VERSION=${VERSION:-13.3.0}
|
||||
VERSION=${VERSION:-14.0.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="WolframEngine"
|
||||
VERSION="13.3.0"
|
||||
VERSION="14.0.0"
|
||||
HOMEPAGE="https://www.wolfram.com/engine/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://account.wolfram.com/dl/WolframEngine?platform=Linux&version=13.3"
|
||||
MD5SUM_x86_64="5aff435cecfabdd06c752e91b75981c6"
|
||||
DOWNLOAD_x86_64="https://account.wolfram.com/dl/WolframEngine?platform=Linux&version=14.0"
|
||||
MD5SUM_x86_64="42c9f852a1f6505429e5941e6c699d23"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Alexander Verbovetsky"
|
||||
EMAIL="alik@ejik.org"
|
||||
|
|
Loading…
Reference in a new issue