From: Ricardo Martincoski Date: Tue, 4 Apr 2017 22:50:15 +0000 (-0300) Subject: python-pylibftdi: check hash X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35e95bb745f9be48bf60c8c6eb021ce7f8dffd0e;p=buildroot.git python-pylibftdi: check hash Currently the hash is not checked, returning this message: WARNING: no hash file for pylibftdi-0.15.0.tar.gz Rename the .hash file to use the package name. Signed-off-by: Ricardo Martincoski Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-pylibftdi/python-libftdi.hash b/package/python-pylibftdi/python-libftdi.hash deleted file mode 100644 index 54b33a1124..0000000000 --- a/package/python-pylibftdi/python-libftdi.hash +++ /dev/null @@ -1,3 +0,0 @@ -# md5 from https://pypi.python.org/pypi/pylibftdi/json, sha256 locally computed -md5 eaee7fb3a67f33a35a164a9628daaafe pylibftdi-0.15.0.tar.gz -sha256 51ef08ebcc4ec3eaec2366e9648d3f8fa1b737ea507a7f3a374ac58abf148e77 pylibftdi-0.15.0.tar.gz diff --git a/package/python-pylibftdi/python-pylibftdi.hash b/package/python-pylibftdi/python-pylibftdi.hash new file mode 100644 index 0000000000..54b33a1124 --- /dev/null +++ b/package/python-pylibftdi/python-pylibftdi.hash @@ -0,0 +1,3 @@ +# md5 from https://pypi.python.org/pypi/pylibftdi/json, sha256 locally computed +md5 eaee7fb3a67f33a35a164a9628daaafe pylibftdi-0.15.0.tar.gz +sha256 51ef08ebcc4ec3eaec2366e9648d3f8fa1b737ea507a7f3a374ac58abf148e77 pylibftdi-0.15.0.tar.gz