diff --git a/.raspberrypi-userland.metadata b/.raspberrypi-userland.metadata
index fe61a23..33ae31f 100644
--- a/.raspberrypi-userland.metadata
+++ b/.raspberrypi-userland.metadata
@@ -1 +1 @@
-34ca8e819c2957c2eea52dc19bc38ba52d8a2acb SOURCES/userland-cc1ca18fb0689b01cc2ca2aa4b400dcee624a213.tar.gz
+7bd702bc33de7f357dbe1adc32b766e395223f65 SOURCES/userland-96a7334ae9d5fc9db7ac92e59852377df63f1848.tar.gz
diff --git a/SPECS/raspberrypi-userland.spec b/SPECS/raspberrypi-userland.spec
index f534144..4377e4e 100644
--- a/SPECS/raspberrypi-userland.spec
+++ b/SPECS/raspberrypi-userland.spec
@@ -1,5 +1,5 @@
-%global rpi_userland_ver 0.0.1
-%global userland_commit cc1ca18fb0689b01cc2ca2aa4b400dcee624a213
+%global rpi_userland_ver 0.0.2
+%global userland_commit 96a7334ae9d5fc9db7ac92e59852377df63f1848
%global userland_url https://github.com/raspberrypi/userland
%global target_lib lib64
%global build_type release
@@ -10,7 +10,7 @@
Name: raspberrypi-userland
Version: %{rpi_userland_ver}
Release: 1%{?dist}
-Summary: Raspberry PI userland utilites
+Summary: Raspberry Pi userland utilites
License: BSD 3-Clause License
ExcludeArch: i386 i686 x86_64 ppc64le s390x
ExclusiveArch: aarch64
@@ -27,7 +27,7 @@ BuildRequires: gcc-c++
BuildRequires: cmake
%description
-This package contains some utilities to operate with Raspberry PI
+This package contains some utilities to operate with Raspberry Pi
unsing its GPU in order to access some service functions like a
temperature, frequency, and voltage monitoring and so on.
@@ -97,5 +97,8 @@ cp -r %{prefix}/include/vcinclude %{buildroot}/usr/include
/usr/%{target_lib}/*.a
%changelog
+* Wed Aug 07 2024 Koichiro Iwao - 0.0.2-1
+- Update to the latest commit 96a7334
+
* Fri Aug 11 2023 Pavel Kopylov - 0.0.1-1
- Initial preparation