python-lz4: fix update-check/distfile
This commit is contained in:
parent
986878f75c
commit
8996d9b792
|
@ -11,7 +11,7 @@ short_desc="LZ4 bindings for Python2"
|
|||
maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
|
||||
license="3-clause-BSD"
|
||||
homepage="https://github.com/python-lz4/python-lz4"
|
||||
distfiles="https://pypi.python.org/packages/63/a5/6fe9d19f5ecd3918c48408f6e14e0cbb87a171dc33ed64cfb93e93229ef5/lz4-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/l/lz4/lz4-${version}.tar.gz"
|
||||
checksum=38fde16bd9a3c8988b822e3e77b6c69ae35de0d736e2b7f13d691680f363abd3
|
||||
|
||||
pre_build() {
|
||||
|
|
Loading…
Reference in New Issue