mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-27 04:52:11 +00:00
Update buildroot to 2024.02.2, kernel to 6.6.2, GPU & DRM drivers, nwipe to v0.37 plus many others.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_BITSTRING
|
||||
bool "python-bitstring"
|
||||
select BR2_PACKAGE_PYTHON_BITARRAY # runtime
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
||||
help
|
||||
Simple construction, analysis and modification of binary data.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/bitstring/json
|
||||
md5 ffd806650062e2fae33ee19b51906924 bitstring-4.0.1.tar.gz
|
||||
sha256 7719f08f6df89ce28453a5e580d4a8ec1d1bda892dbb033466da0ccd9bdcb706 bitstring-4.0.1.tar.gz
|
||||
md5 3909415d89586edabd577b62b0d0c1be bitstring-4.1.4.tar.gz
|
||||
sha256 94f3f1c45383ebe8fd4a359424ffeb75c2f290760ae8fcac421b44f89ac85213 bitstring-4.1.4.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 3705eed5a923f35d9bfaca1f10e9136cc84d6e576570aec661bda69991f129ea LICENSE
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_BITSTRING_VERSION = 4.0.1
|
||||
PYTHON_BITSTRING_VERSION = 4.1.4
|
||||
PYTHON_BITSTRING_SOURCE = bitstring-$(PYTHON_BITSTRING_VERSION).tar.gz
|
||||
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/d2/64/e733b18349be383a4b7859c865d6c9e5ccc5845e9b4258504055607ec1cb
|
||||
PYTHON_BITSTRING_SITE = https://files.pythonhosted.org/packages/7f/07/0fd502a29127b968bada3d1824a8af997546d2b9ff73f00e800b3d9888cb
|
||||
PYTHON_BITSTRING_SETUP_TYPE = setuptools
|
||||
PYTHON_BITSTRING_LICENSE = MIT
|
||||
PYTHON_BITSTRING_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user