network/slurm: Updated version to 23.11.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b1f79d3006
commit
15530d36b6
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Slurm
|
||||
|
||||
# Copyright 2015-2021 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# Copyright 2015-2024 Emmanuel N. Millan, Mendoza, Argentina.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=slurm
|
||||
VERSION=${VERSION:-22.05.6}
|
||||
VERSION=${VERSION:-23.11.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="slurm"
|
||||
VERSION="22.05.6"
|
||||
VERSION="23.11.6"
|
||||
HOMEPAGE="https://slurm.schedmd.com/"
|
||||
DOWNLOAD="https://download.schedmd.com/slurm/slurm-22.05.6.tar.bz2"
|
||||
MD5SUM="0405f2b68601c33b60362cbc0cbc5bc5"
|
||||
DOWNLOAD="https://download.schedmd.com/slurm/slurm-23.11.6.tar.bz2"
|
||||
MD5SUM="ad9fc9cb455a56ab699725d383d1ff30"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="munge"
|
||||
|
|
Loading…
Reference in New Issue