network/slurm: Updated for version 20.11.4.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Emmanuel N. Millan 2021-03-19 00:39:33 +00:00 committed by Willy Sudiarto Raharjo
parent 74f0fa68e0
commit 7ea27621db
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for Slurm
# Copyright 2015-2019 Emmanuel N. Millan, Mendoza, Argentina.
# Copyright 2015-2021 Emmanuel N. Millan, Mendoza, Argentina.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slurm
VERSION=${VERSION:-19.05.5}
VERSION=${VERSION:-20.11.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="slurm"
VERSION="19.05.5"
VERSION="20.11.4"
HOMEPAGE="https://slurm.schedmd.com/"
DOWNLOAD="https://download.schedmd.com/slurm/slurm-19.05.5.tar.bz2"
MD5SUM="bb0ade8740e2fbc00dca394995269dae"
DOWNLOAD="https://download.schedmd.com/slurm/slurm-20.11.4.tar.bz2"
MD5SUM="4b5ff978527f73eff9691d559d19a494"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="munge"
REQUIRES="munge python3"
MAINTAINER="Emmanuel N. Millan"
EMAIL="emmanueln@gmail.com"