mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
74f0fa68e0
commit
7ea27621db
2 changed files with 6 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue