Skip to content

Commit

Permalink
py-django-debug-toolbar: 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 8db6d11 commit e2404a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/py-django-debug-toolbar/Portfile
Expand Up @@ -30,5 +30,5 @@ if {${name} ne ${subport}} {
} else {
livecheck.type regex
livecheck.url https://pypi.python.org/pypi/django-debug-toolbar
livecheck.regex "django-debug-toolbar (0\.\[0-9\]+\.\[0-9\]+)"
livecheck.regex "django-debug-toolbar-(\\d+(?:\\.\\d+)*)${extract.suffix}"
}

0 comments on commit e2404a0

Please sign in to comment.