From c5d7c4f88ea302519ef8599d029a8ef7f72323ed Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 12 Aug 2022 12:47:16 +0300 Subject: [PATCH] Update SPDX list to v3.18 --- platformio/package/manifest/schema.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/package/manifest/schema.py b/platformio/package/manifest/schema.py index 5b74033c..1e5f935a 100644 --- a/platformio/package/manifest/schema.py +++ b/platformio/package/manifest/schema.py @@ -276,7 +276,7 @@ class ManifestSchema(BaseSchema): @staticmethod @memoized(expire="1h") def load_spdx_licenses(): - version = "3.17" + version = "3.18" spdx_data_url = ( "https://raw.githubusercontent.com/spdx/license-list-data/" "v%s/json/licenses.json" % version