From b21307c82e0035ddf96c654832e4c34f00bf6b98 Mon Sep 17 00:00:00 2001 From: Miles Poupart Date: Thu, 23 Feb 2023 11:00:59 +0800 Subject: [PATCH] dmidecode: update to 3.4 (#648) --- utils/dmidecode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile index ca6a0430..df7b3e07 100644 --- a/utils/dmidecode/Makefile +++ b/utils/dmidecode/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmidecode -PKG_VERSION:=3.2 +PKG_VERSION:=3.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME) -PKG_HASH:=077006fa2da0d06d6383728112f2edef9684e9c8da56752e97cd45a11f838edd +PKG_HASH:=43cba851d8467c9979ccdbeab192eb6638c7d3a697eba5ddb779da8837542212 PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0