Skip to content
Permalink
Browse files

nodejs11: livecheck: only match on 11.x.y now that version 12 is out.

  • Loading branch information
blair committed Apr 28, 2019
1 parent 27b7fa6 commit 5f1d0e2acd58a9da41dc3d681955d6b2ff4e2c8e
Showing with 1 addition and 1 deletion.
  1. +1 −1 devel/nodejs11/Portfile
@@ -252,4 +252,4 @@ if {${os.major} < 11} {

livecheck.url ${homepage}dist/
livecheck.type regex
livecheck.regex {v(\d+\.\d+\.\d+)}
livecheck.regex {v(11\.\d+\.\d+)}

0 comments on commit 5f1d0e2

Please sign in to comment.
You can’t perform that action at this time.