mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 05:23:39 +08:00
package/python-pylibfdt: bump to version 1.7.2
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9793094ff2
commit
8f61db37b1
@ -1,6 +1,6 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pylibfdt/json
|
||||
md5 8b137ca636ab30a8fa10c35c419bf3ec pylibfdt-1.7.1.tar.gz
|
||||
sha256 254224035abd85d1409bfa59967ed249103e7bcf0d3a638aea64454e2f776e97 pylibfdt-1.7.1.tar.gz
|
||||
md5 78859f23154da8c951770f2c5287804e pylibfdt-1.7.2.tar.gz
|
||||
sha256 b18c6c40400ed4374d0a142dcdb07e5402574ff1304454019a1fd92735b54756 pylibfdt-1.7.2.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd BSD-2-Clause
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 GPL
|
||||
|
@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYLIBFDT_VERSION = 1.7.1
|
||||
PYTHON_PYLIBFDT_VERSION = 1.7.2
|
||||
PYTHON_PYLIBFDT_SOURCE = pylibfdt-$(PYTHON_PYLIBFDT_VERSION).tar.gz
|
||||
PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/1f/99/26fa7008cc0020da5c6407c48b34de21b3613232bd8875814016aec3ead5
|
||||
PYTHON_PYLIBFDT_SITE = https://files.pythonhosted.org/packages/b1/cc/54fc80135b3eb7fcbfded65eee7c71b2b970b5124e3066a158421222f191
|
||||
PYTHON_PYLIBFDT_SETUP_TYPE = pep517
|
||||
PYTHON_PYLIBFDT_LICENSE = BSD-2-Clause or GPL-2.0+
|
||||
PYTHON_PYLIBFDT_LICENSE_FILES = BSD-2-Clause GPL
|
||||
|
Loading…
Reference in New Issue
Block a user