Skip to content

Commit

Permalink
sphinx3, sphinxbase, sphinxtrain: 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 118b497 commit 8572293
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions audio/sphinx3/Portfile
Expand Up @@ -46,5 +46,5 @@ post-destroot {
}

livecheck.type regex
livecheck.url http://sourceforge.net/projects/cmusphinx/files
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
livecheck.url https://sourceforge.net/projects/cmusphinx/files/sphinx3/
livecheck.regex "/${name}/(\[0-9.\]+)/\""
4 changes: 2 additions & 2 deletions audio/sphinxbase/Portfile
Expand Up @@ -42,5 +42,5 @@ post-destroot {
}

livecheck.type regex
livecheck.url http://sourceforge.net/projects/cmusphinx/files
livecheck.regex /${name}-(\[0-9.\]+)${extract.suffix}
livecheck.url https://sourceforge.net/projects/cmusphinx/files/sphinxbase/
livecheck.regex "/${name}/(\[0-9.\]+)/\""
4 changes: 2 additions & 2 deletions audio/sphinxtrain/Portfile
Expand Up @@ -48,5 +48,5 @@ destroot {
}

livecheck.type regex
livecheck.url http://sourceforge.net/projects/cmusphinx/files
livecheck.regex /${real_name}-(\[0-9.\]+)${extract.suffix}
livecheck.url https://sourceforge.net/projects/cmusphinx/files/sphinxtrain/
livecheck.regex "/${name}/(\[0-9.\]+)/\""

0 comments on commit 8572293

Please sign in to comment.