We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d4f5a2 commit baab25aCopy full SHA for baab25a
platformio/package/manifest/schema.py
@@ -276,7 +276,7 @@ def validate_license(self, value):
276
@staticmethod
277
@memoized(expire="1h")
278
def load_spdx_licenses():
279
- version = "3.24.0"
+ version = "3.26.0"
280
spdx_data_url = (
281
"https://raw.githubusercontent.com/spdx/license-list-data/"
282
f"v{version}/json/licenses.json"
0 commit comments