diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-09-12 15:29:27 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2015-09-12 15:29:27 +0200 |
commit | d0f0ebc133bbb85e7ffbfa4d6e8163d51a813b7a (patch) | |
tree | ce8f42c582ca222904f8f3bb537ffe044e23d799 /utils | |
parent | 3a80faf7bd2e8e3bb36588b7e2b1b0f04b579e55 (diff) |
dmidecode: update to v3.0
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dmidecode/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/dmidecode/Makefile b/utils/dmidecode/Makefile index 0f255dd89..2dda5a053 100644 --- a/utils/dmidecode/Makefile +++ b/utils/dmidecode/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2014 OpenWrt.org +# Copyright (C) 2007-2015 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:=2.12 +PKG_VERSION:=3.0 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/dmidecode -PKG_MD5SUM:=a406f3cbb27736491698697beeddb781 +PKG_MD5SUM:=be7501ad0f844e875976b96106afaa3c PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com> PKG_LICENSE:=GPL-2.0 |