Skip to content

Commit

Permalink
aide: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and tobypeterson committed Feb 8, 2017
1 parent 8c919f6 commit 88d5435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/aide/Portfile
Expand Up @@ -119,7 +119,7 @@ if {${subport} eq ${name}} {

livecheck.type regex
livecheck.url ${homepage}
livecheck.regex "The current <em>stable</em> version of AIDE is <strong>(\\d+\\.\\d+\\.\\d+)</strong>"
livecheck.regex "The current <em>stable</em> version of AIDE is <strong>(\\d+(?:\\.\\d+)*)</strong>"
}

#subport ${name}-devel {
Expand Down

0 comments on commit 88d5435

Please sign in to comment.