Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
py*-pyqt4: fix livecheck.
  • Loading branch information
michaelld committed Feb 8, 2017
1 parent 372f380 commit 454e3d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/py-pyqt4/Portfile
Expand Up @@ -239,6 +239,9 @@ if {[string last devel ${subport}] != -1} {

} else {

if {${patch} == 0} {
livecheck.version ${branch}
}
livecheck.type regex
livecheck.url http://www.riverbankcomputing.co.uk/software/pyqt/download
livecheck.regex >PyQt4_gpl_mac-(\[0-9.\]*).tar.gz<
Expand Down

0 comments on commit 454e3d6

Please sign in to comment.