# $NetBSD$
-DISTNAME= btop-1.3.2.20240804
+DISTNAME= btop-1.3.2.20240805
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=aristocratos/}
#GITHUB_TAG= v${PKGVERSION_NOREV}
-GITHUB_TAG= 0f833e7965eb151e1465f6028780f714f9168162
+GITHUB_TAG= 00c90884c328eb3e44a0ab094e833161092aae9c
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/aristocratos/btop
$NetBSD$
-BLAKE2s (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = f0ca89a68fba2e1e9186e01144c79cb4d610d0f135448398ce5096a4ce06e16c
-SHA512 (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1168983bb922ff5333cc54d39227c34c992f8fa5cf53b665395e240c6cab7678d317551494e6e7726f90808a98a051087b62834343170b4a3f91d8c9d260d843
-Size (btop-1.3.2.20240804-0f833e7965eb151e1465f6028780f714f9168162.tar.gz) = 1160189 bytes
-SHA1 (patch-src_netbsd_btop__collect.cpp) = f7fbdef6834b4730723fa786c657a46aaa5cbecd
+BLAKE2s (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 271534e019390f0d8c0ee12708d0243de9e5a47a4ac658cf4ec955f058663c2f
+SHA512 (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 68c7240819d2c1c568a1feab8d446591683078f5062861f784fc7866ea8c43320bb2744f4d9f2b2d0030f8cd1e83b9f41d0df51611728d17cff1da0d6d58dd73
+Size (btop-1.3.2.20240805-00c90884c328eb3e44a0ab094e833161092aae9c.tar.gz) = 1160249 bytes
+++ /dev/null
-$NetBSD$
-
-Include the missed out utility header.
-
---- src/netbsd/btop_collect.cpp.orig 2024-08-05 06:52:28.642345988 +0000
-+++ src/netbsd/btop_collect.cpp
-@@ -64,6 +64,7 @@ tab-size = 4
- #include <regex>
- #include <string>
- #include <memory>
-+#include <utility>
-
- #include "../btop_config.hpp"
- #include "../btop_shared.hpp"