mcl: fix regex in lilac.yaml

This commit is contained in:
bipin kumar 2023-04-17 08:46:53 +05:30
parent 73f5744a09
commit 44da78c48a
No known key found for this signature in database
GPG key ID: C67233497C15E476

View file

@ -8,8 +8,8 @@ pre_build_script: |
post_build_script: |
git_pkgbuild_commit()
repo_depends:
- cimfoma
- cimfomfa
update_on:
- source: regex
url: "http://micans.org/mcl/src/"
regex: 'mcl-(\d\d)-(\d\d\d).tar.gz'
regex: 'mcl-(\d+-\b[\d]+).tar.gz'