mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
raxml-light: fix the regex issue
This commit is contained in:
parent
eed352ed4b
commit
677012309f
1 changed files with 2 additions and 3 deletions
|
@ -3,6 +3,5 @@ maintainers:
|
|||
- github: starsareintherose
|
||||
email: kuoi@bioarchlinux.org
|
||||
update_on:
|
||||
- regex: 'RAxML-Light v1(\d+.\d+.\d+) available here'
|
||||
source: regex
|
||||
url: https://cme.h-its.org/exelixis/web/software/raxml-light/index.html
|
||||
- source: cmd
|
||||
cmd: curl -sS https://cme.h-its.org/exelixis/web/software/raxml-light/index.html | grep '<li>RAxML-Light' | awk '{print $2}' | sed 's/v//g' | sort -r | head -n 1
|
||||
|
|
Loading…
Add table
Reference in a new issue