Browse Source

dmidecode: update to v3.0

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas 9 years ago
parent
commit
d0f0ebc133
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      utils/dmidecode/Makefile

+ 4
- 4
utils/dmidecode/Makefile View File

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2007-2014 OpenWrt.org
2
+# Copyright (C) 2007-2015 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=dmidecode
11
-PKG_VERSION:=2.12
11
+PKG_VERSION:=3.0
12 12
 PKG_RELEASE:=1
13 13
 
14
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
14
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15 15
 PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/dmidecode
16
-PKG_MD5SUM:=a406f3cbb27736491698697beeddb781
16
+PKG_MD5SUM:=be7501ad0f844e875976b96106afaa3c
17 17
 PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
18 18
 
19 19
 PKG_LICENSE:=GPL-2.0