Skip to content

Commit

Permalink
py-cx_Freeze: update homepage, 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 5b64e33 commit b5e7261
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/py-cx_Freeze/Portfile
Expand Up @@ -16,7 +16,7 @@ long_description cx_Freeze is a set of scripts and modules for freezing Pytho
scripts into executables in much the same way that py2exe and \
py2app do. Unlike these two tools, cx_Freeze is cross platform \
and should work on any platform that Python itself works on.
homepage http://cx-freeze.sourceforge.net/
homepage https://anthony-tuininga.github.io/cx_Freeze/

master_sites sourceforge:cx-freeze
distname cx_Freeze-${version}
Expand All @@ -30,5 +30,5 @@ if {${name} ne ${subport}} {
} else {
livecheck.type regex
livecheck.url ${homepage}
livecheck.regex Download (\\d+\\.\\d+\\.\\d+) released
livecheck.regex <p>Version (\\d+\\.\\d+\\.\\d+), released
}

0 comments on commit b5e7261

Please sign in to comment.