Skip to content

Commit

Permalink
reduce: 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 99662be commit a229c34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion math/reduce/Portfile
Expand Up @@ -100,7 +100,8 @@ if {${name} eq ${subport}} {
}

livecheck.version ${version_dashes}
livecheck.regex {reduce-src-(\d{4}-\d{2}-\d{2})}
livecheck.url https://sourceforge.net/projects/reduce-algebra/files/
livecheck.regex {snapshot_(\d{4}-\d{2}-\d{2})}
} else {
livecheck.type none
}
Expand Down

0 comments on commit a229c34

Please sign in to comment.