Browse Source

pciutils: update to 3.3.1

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

+ 4
- 4
utils/pciutils/Makefile View File

@@ -8,18 +8,18 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=pciutils
11
-PKG_VERSION:=3.3.0
12
-PKG_RELEASE:=3
13
-PKG_USE_MIPS16:=0
11
+PKG_VERSION:=3.3.1
12
+PKG_RELEASE:=1
14 13
 
15 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
16 15
 PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils
17
-PKG_MD5SUM:=bf6ce5c50b273ffc2d27f659e929a37e
16
+PKG_MD5SUM:=86d5462e5cfc2a4341a2b91ce3ed0f09
18 17
 PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
19 18
 
20 19
 PKG_LICENSE:=GPL-2.0
21 20
 PKG_LICENSE_FILES:=COPYING
22 21
 
22
+PKG_USE_MIPS16:=0
23 23
 PKG_INSTALL:=1
24 24
 
25 25
 include $(INCLUDE_DIR)/package.mk