Skip to content

Commit

Permalink
wcalc: fix livecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
l2dy authored and mkae committed Feb 8, 2017
1 parent 698821b commit a1930b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions science/wcalc/Portfile
Expand Up @@ -55,5 +55,5 @@ post-destroot {
}

livecheck.type regex
livecheck.url http://sourceforge.net/projects/${name}/files/
livecheck.regex "${name}-(\\d+)${extract.suffix}"
livecheck.url http://sourceforge.net/projects/${name}/files/${name}/
livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)"

0 comments on commit a1930b0

Please sign in to comment.