mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-llvmlite: Updated for version 0.40.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
af8ec49827
commit
f0be5b0e68
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-llvmlite
|
||||
VERSION=${VERSION:-0.40.0}
|
||||
VERSION=${VERSION:-0.40.1}
|
||||
SRCNAM=${SRCNAM:-llvmlite}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-llvmlite"
|
||||
VERSION="0.40.0"
|
||||
VERSION="0.40.1"
|
||||
HOMEPAGE="https://github.com/numba/llvmlite"
|
||||
DOWNLOAD="https://github.com/numba/llvmlite/archive/refs/tags/v0.40.0/llvmlite-0.40.0.tar.gz"
|
||||
MD5SUM="0091cac9144701ebf143ac8b62b54133"
|
||||
DOWNLOAD="https://github.com/numba/llvmlite/archive/refs/tags/v0.40.1/llvmlite-0.40.1.tar.gz"
|
||||
MD5SUM="17273c6364451a01aad1a093b48056ed"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue