Permalink
Browse files
libvpx: tighten livecheck regex
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
multimedia/libvpx/Portfile
|
|
@@ -140,4 +140,4 @@ post-destroot { |
|
|
|
|
|
livecheck.type regex |
|
|
livecheck.url https://chromium.googlesource.com/webm/${name} |
|
|
livecheck.regex "v(\\d+(?:\\.\\d+)*)" |
|
|
livecheck.regex ">v(\\d+(?:\\.\\d+)*)<" |