slurm-wlm: update to 15.08.10.1.

This commit is contained in:
Toyam Cox 2016-04-18 14:38:11 -04:00
parent cf6dcc7577
commit 9a5daa4c8c
2 changed files with 7 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'slurm-wlm' # Template file for 'slurm-wlm'
pkgname=slurm-wlm pkgname=slurm-wlm
version=15.08.8 version=15.08.10.1
revision=2 revision=1
_version="${version//./-}-1" _version="${version//./-}"
wrksrc="slurm-slurm-${_version}" wrksrc="slurm-slurm-${_version}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static" configure_args="--disable-static"
@ -15,9 +15,10 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="http://slurm.schedmd.com/slurm.html" homepage="http://slurm.schedmd.com/slurm.html"
distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_version}.tar.gz" distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_version}.tar.gz"
checksum=b4ad4fa35b5b2d45efb978cb765c28a92d8b8bceb25bcf2c5ea28386e79052f8 checksum=96e0a4604e8903cd086e5adf7dbfbab3e2ac1d750e1bd4695afd008811cb30b6
case "${XBPS_TARGET_MACHINE}" in case "${XBPS_TARGET_MACHINE}" in
*-musl) broken="https://travis-ci.org/voidlinux/void-packages/jobs/106121691";; # Undefined: inet_nsap_addr and getgrent_r
*-musl) broken="https://api.travis-ci.org/jobs/124091254/log.txt";;
esac esac
if [ -z "${CROSS_BUILD}" ]; then if [ -z "${CROSS_BUILD}" ]; then
# The below at time of writing can not be cross compiled # The below at time of writing can not be cross compiled

View File

@ -1 +1,2 @@
pkgname=slurm pkgname=slurm
pattern='slurm-\K[\d-]+(?=-\d.tar.gz)'