diff --git a/meta/recipes-support/libpsl/libpsl_0.21.2.bb b/meta/recipes-support/libpsl/libpsl_0.21.5.bb
similarity index 44%
rename from meta/recipes-support/libpsl/libpsl_0.21.2.bb
rename to meta/recipes-support/libpsl/libpsl_0.21.5.bb
index 3bbbc0e521..b74ab8d99c 100644
--- a/meta/recipes-support/libpsl/libpsl_0.21.2.bb
+++ b/meta/recipes-support/libpsl/libpsl_0.21.5.bb
@@ -1,3 +1,30 @@
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE
+# +++ LICENSE
+# @@ -1,4 +1,4 @@
+# -Copyright (C) 2014-2022 Tim Rühsen
+# +Copyright (C) 2014-2024 Tim Rühsen
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# --- COPYING
+# +++ COPYING
+# @@ -1,4 +1,4 @@
+# -Copyright (C) 2014-2022 Tim Rühsen
+# +Copyright (C) 2014-2024 Tim Rühsen
+#  
+#  Permission is hereby granted, free of charge, to any person obtaining a
+#  copy of this software and associated documentation files (the "Software"),
+# 
+#
+
 SUMMARY = "Public Suffix List library"
 DESCRIPTION = "The libpsl package provides a library for accessing and \
 resolving information from the Public Suffix List (PSL). The PSL is a set of \
@@ -7,13 +34,13 @@ HOMEPAGE = "https://rockdaboot.github.io/libpsl/"
 BUGTRACKER = "https://github.com/rockdaboot/libpsl/issues"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \
-                    file://COPYING;md5=6f40ab7fcf5ff18f3ff7f4b0860493fa \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9f9e317096db2a598fc44237c5b8a4f7 \
+                    file://COPYING;md5=9f9e317096db2a598fc44237c5b8a4f7 \
                     "
 
 SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/${BP}.tar.gz \
            "
-SRC_URI[sha256sum] = "e35991b6e17001afa2c0ca3b10c357650602b92596209b7492802f3768a6285f"
+SRC_URI[sha256sum] = "1dcc9ceae8b128f3c0b3f654decd0e1e891afc6ff81098f227ef260449dae208"
 
 GITHUB_BASE_URI = "https://github.com/rockdaboot/libpsl/releases"
 
