From 5e2c5c793f4a7009471c98c610b6d0b0bf9562b1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 15 Nov 2021 11:28:57 +0200 Subject: [PATCH] SPDX License List v3.15 --- 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 416dccfd..fcd84296 100644 --- a/platformio/package/manifest/schema.py +++ b/platformio/package/manifest/schema.py @@ -253,7 +253,7 @@ class ManifestSchema(BaseSchema): @staticmethod @memoized(expire="1h") def load_spdx_licenses(): - version = "3.14" + version = "3.15" spdx_data_url = ( "https://raw.githubusercontent.com/spdx/license-list-data/" "v%s/json/licenses.json" % version