bind9, bind9.18: fix livecheck

This commit is contained in:
Joshua Root
2026-03-07 14:21:08 +11:00
parent 71cc28aaeb
commit e752988a77
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -141,4 +141,4 @@ notes "******************************************************
livecheck.type regex
livecheck.url ${homepage}downloads/
livecheck.regex {BIND(9\.18\.\d+(?:-P\d+)?)\.tar\.[gx]z</a>}
livecheck.regex {BIND 9 - (9\.18\.\d+(?:-P\d+)?)</a>}
+1 -1
View File
@@ -147,4 +147,4 @@ notes "******************************************************
livecheck.type regex
livecheck.url https://www.isc.org/downloads/
livecheck.regex {BIND(\d+\.\d*[02468]\.\d+(?:-P\d+)?)\.tar\.[gx]z</a>}
livecheck.regex {BIND 9 - (\d+\.\d*[02468]\.\d+(?:-P\d+)?)</a>}