From: Álvaro Fernández Rojas Date: Sun, 31 Dec 2017 18:04:06 +0000 (+0100) Subject: dmidecode: update to v3.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f9de2be45d64a647038a4be26be9d8f6ac8a9fc2;p=openwrt-packages.git dmidecode: update to v3.1 Signed-off-by: Álvaro Fernández Rojas --- diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile index e7992f1f1..dea0e2c32 100644 --- a/utils/dmidecode/Makefile +++ b/utils/dmidecode/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2016 OpenWrt.org +# Copyright (C) 2007-2017 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=dmidecode -PKG_VERSION:=3.0 -PKG_RELEASE:=3 +PKG_VERSION:=3.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@SAVANNAH/$(PKG_NAME) -PKG_HASH:=7ec35bb193729c1d593a1460b59d82d24b89102ab23fd0416e6cf4325d077e45 +PKG_HASH:=d766ce9b25548c59b1e7e930505b4cad9a7bb0b904a1a391fbb604d529781ac0 PKG_MAINTAINER:=Álvaro Fernández Rojas PKG_LICENSE:=GPL-2.0