livecheck: enable git strategy for sourcehut
This commit is contained in:
parent
59adb55338
commit
1f103f88d0
@ -1225,7 +1225,8 @@ class DownloadStrategyDetector
|
||||
when %r{^https?://github\.com/[^/]+/[^/]+\.git$}
|
||||
GitHubGitDownloadStrategy
|
||||
when %r{^https?://.+\.git$},
|
||||
%r{^git://}
|
||||
%r{^git://},
|
||||
%r{^https?://git\.sr\.ht/[^/]+/[^/]+$}
|
||||
GitDownloadStrategy
|
||||
when %r{^https?://www\.apache\.org/dyn/closer\.cgi},
|
||||
%r{^https?://www\.apache\.org/dyn/closer\.lua}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user