diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 6e1e2b8749..8121ebc6b2 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -1,8 +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:
+#
+# --- LICENCE
+# +++ LICENCE
+# @@ -3,7 +3,7 @@
+#  Portions copyright Richard Boulton, James Harvey, Mike Pinna, Jonas
+#  Kölker, Dariusz Olszewski, Michael Schierl, Lambros Lambrou, Bernd
+#  Schmidt, Steffen Bauer, Lennard Sprong, Rogier Goossens, Michael
+# -Quevillon, Asher Gordon, Didi Kohen and Ben Harris.
+# +Quevillon, Asher Gordon, Didi Kohen, Ben Harris and Anders Höglund.
+#  
+#  Permission is hereby granted, free of charge, to any person
+#  obtaining a copy of this software and associated documentation files
+# 
+#
+
 SUMMARY = "Simon Tatham's Portable Puzzle Collection"
 DESCRIPTION = "Collection of small computer programs which implement one-player puzzle games."
 HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=191542b32377bde254e9799e0a46f18b"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=1b7aa4c7283fd600d2301af8d9df972b"
 
 # gtk support includes a bunch of x11 headers
 REQUIRED_DISTRO_FEATURES = "x11"
@@ -10,7 +32,7 @@ REQUIRED_DISTRO_FEATURES = "x11"
 SRC_URI = "git://git.tartarus.org/simon/puzzles.git;branch=main;protocol=https"
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "3c3632259d298ab62aafa8a5858823569ab1af46"
+SRCREV = "ea09098d71db949351437eba1920033d3a08f491"
 PE = "2"
 PV = "0.0+git"
 
