switch HOMEPAGE to https.

This commit is contained in:
Jerome Duval
2018-09-10 09:04:25 +02:00
parent 2861b8d2d7
commit 45de8e68fb
73 changed files with 150 additions and 150 deletions

View File

@@ -2,11 +2,11 @@ SUMMARY=" Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
DESCRIPTION="html5lib is a pure-python library for parsing HTML. It is \
designed to conform to the WHATWG HTML specification, as is implemented by \
all major web browsers."
HOMEPAGE="http://github.com/html5lib"
HOMEPAGE="https://github.com/html5lib"
COPYRIGHT="2006-2013 James Graham and other contributors"
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://github.com/html5lib/html5lib-python/archive/$portVersion.tar.gz"
REVISION="2"
SOURCE_URI="https://github.com/html5lib/html5lib-python/archive/$portVersion.tar.gz"
CHECKSUM_SHA256="05c0f1ba235776060ded5093c365483d50deacdd7cabc57b6996d6e2480a4626"
SOURCE_DIR="html5lib-python-$portVersion"