diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-01 17:51:28 +0200 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-06-01 17:51:28 +0200 |
commit | 5ce0c7a9171ffa3b1433d4504e2384bfeca4d5fd (patch) | |
tree | 0c310964a5acf0ff20edc6e4188a4aad169611cb /utils | |
parent | 0a2cba338dc03964963705e447163f46831f8f0e (diff) |
pciutils: update to v3.5.1
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/pciutils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/pciutils/Makefile b/utils/pciutils/Makefile index 209a3ed09..921916815 100644 --- a/utils/pciutils/Makefile +++ b/utils/pciutils/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pciutils -PKG_VERSION:=3.4.1 -PKG_RELEASE:=3 +PKG_VERSION:=3.5.1 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@KERNEL/software/utils/pciutils -PKG_MD5SUM:=e901d17fcc6850747f43efde4de3452b +PKG_MD5SUM:=979e4b1c17e9be83c00113f0f99a8a7b PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com> PKG_LICENSE:=GPL-2.0 |