mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
fix the regex
This commit is contained in:
parent
8cd332c67c
commit
46d30a6a22
1 changed files with 2 additions and 2 deletions
|
@ -6,5 +6,5 @@ update_on:
|
||||||
- source: regex
|
- source: regex
|
||||||
url: https://rega.kuleuven.be/cev/ecv/software/spread
|
url: https://rega.kuleuven.be/cev/ecv/software/spread
|
||||||
regex: href="https://rega\.kuleuven\.be/cev/ecv/software/spread_files/spread-v(\d+-\d+-\d+)\.jar"
|
regex: href="https://rega\.kuleuven\.be/cev/ecv/software/spread_files/spread-v(\d+-\d+-\d+)\.jar"
|
||||||
from_pattern: -
|
from_pattern: "\d+-\d+-\d+"
|
||||||
to_pattern: \.
|
to_pattern: "\d+.\d+.\d+"
|
||||||
|
|
Loading…
Add table
Reference in a new issue