diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-06-29 00:43:00 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-30 23:33:29 +0200 |
commit | edd37ca20583e3ae49f386b03ca213c9ae2cb065 (patch) | |
tree | 68a812a3e81fc73f5db007d646db3e7747bf2b14 /package/pciutils/pciutils.mk | |
parent | dc1d20acb78a979ed03f03143db3900d972c3714 (diff) |
pciutils: bump to version 3.1.10
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/pciutils/pciutils.mk')
-rw-r--r-- | package/pciutils/pciutils.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index d1c8db509..a43fb9542 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.1.9 +PCIUTILS_VERSION = 3.1.10 PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PCIUTILS_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_ZLIB),y) |