From 9a5daa4c8c73a812d80dab4d3850ec3e4571e258 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Mon, 18 Apr 2016 14:38:11 -0400 Subject: [PATCH] slurm-wlm: update to 15.08.10.1. --- srcpkgs/slurm-wlm/template | 11 ++++++----- srcpkgs/slurm-wlm/update | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index dd0dc33433..fe313af8aa 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -1,8 +1,8 @@ # Template file for 'slurm-wlm' pkgname=slurm-wlm -version=15.08.8 -revision=2 -_version="${version//./-}-1" +version=15.08.10.1 +revision=1 +_version="${version//./-}" wrksrc="slurm-slurm-${_version}" build_style=gnu-configure configure_args="--disable-static" @@ -15,9 +15,10 @@ maintainer="Toyam Cox " license="GPL-2" homepage="http://slurm.schedmd.com/slurm.html" distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_version}.tar.gz" -checksum=b4ad4fa35b5b2d45efb978cb765c28a92d8b8bceb25bcf2c5ea28386e79052f8 +checksum=96e0a4604e8903cd086e5adf7dbfbab3e2ac1d750e1bd4695afd008811cb30b6 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 if [ -z "${CROSS_BUILD}" ]; then # The below at time of writing can not be cross compiled diff --git a/srcpkgs/slurm-wlm/update b/srcpkgs/slurm-wlm/update index 7f648e696e..dd5a4947ed 100644 --- a/srcpkgs/slurm-wlm/update +++ b/srcpkgs/slurm-wlm/update @@ -1 +1,2 @@ pkgname=slurm +pattern='slurm-\K[\d-]+(?=-\d.tar.gz)'