slurm: extract update_* to external update file

This commit is contained in:
Eivind Uggedal 2015-01-15 11:17:11 +00:00
parent b6af91451e
commit 79ebab5b3f
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ short_desc="Yet another network load monitor"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="https://github.com/mattthias/slurm"
update_pattern="upstream/\K[\d.]+\d"
distfiles="https://github.com/mattthias/slurm/archive/upstream/${version}.tar.gz"
checksum=8a28e11650928d87a907f9b154f6efd1ad5854cdc56a528da2e02e756e0aa58e

1
srcpkgs/slurm/update Normal file
View File

@ -0,0 +1 @@
pattern="upstream/\K[\d.]+\d"