diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index c8c3a790ef9..ac6959b625f 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -1,6 +1,6 @@ # Template file for 'slurm-wlm' pkgname=slurm-wlm -version=18.08.5.1 +version=18.08.5.2 revision=1 _distver="${version//./-}" wrksrc="slurm-slurm-${_distver}" @@ -13,10 +13,10 @@ makedepends="munge-devel lua-devel pam-devel libressl-devel gtk+-devel freeipmi-devel" short_desc="Workload manager for Linux clusters of all sizes" maintainer="Toyam Cox " -license="GPL-2" +license="GPL-2.0-or-later" homepage="http://slurm.schedmd.com/slurm.html" distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz" -checksum=dc0bc5f1569dd271dee84e5fc9fda586a94f4d2563e8096822fd5ed586b61a3c +checksum=1f76767003708a83d469f083987c7cf7cf806a4125931758659a527bed7fc15b case "${XBPS_TARGET_MACHINE}" in # Undefined: inet_nsap_addr and getgrent_r diff --git a/srcpkgs/slurm-wlm/update b/srcpkgs/slurm-wlm/update index dd5a4947edf..45710996f24 100644 --- a/srcpkgs/slurm-wlm/update +++ b/srcpkgs/slurm-wlm/update @@ -1,2 +1,2 @@ pkgname=slurm -pattern='slurm-\K[\d-]+(?=-\d.tar.gz)' +pattern='slurm-\K[-\d]+(?=.tar.gz)'