fix the regex

This commit is contained in:
月季花中的星辰 2021-11-05 00:14:06 +00:00 committed by GitHub
parent 8cd332c67c
commit 46d30a6a22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,5 +6,5 @@ update_on:
- source: regex
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"
from_pattern: -
to_pattern: \.
from_pattern: "\d+-\d+-\d+"
to_pattern: "\d+.\d+.\d+"