diff options
author | Mikhail Kolesnik <mike@openbunker.org> | 2008-04-13 19:55:18 +0300 |
---|---|---|
committer | Mikhail Kolesnik <mike@openbunker.org> | 2008-04-13 19:55:18 +0300 |
commit | db714e2481fbd7081022143e6b08c824e9af0d44 (patch) | |
tree | 2b8722f90589a60f5ab2cc91b2444a48a35c1b47 /i2c-tools | |
parent | 595e090407f3e021173577b5b029149463a882de (diff) | |
download | contrib-db714e2481fbd7081022143e6b08c824e9af0d44.tar.gz contrib-db714e2481fbd7081022143e6b08c824e9af0d44.tar.xz |
i2c-tools: updated to 3.0.1. Note: executables have .pl suffix dropped
Diffstat (limited to 'i2c-tools')
-rw-r--r-- | i2c-tools/.footprint | 8 | ||||
-rw-r--r-- | i2c-tools/.md5sum | 2 | ||||
-rw-r--r-- | i2c-tools/Pkgfile | 2 |
3 files changed, 7 insertions, 5 deletions
diff --git a/i2c-tools/.footprint b/i2c-tools/.footprint index e9362263e..fbec6767a 100644 --- a/i2c-tools/.footprint +++ b/i2c-tools/.footprint @@ -1,16 +1,18 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/ddcmon --rwxr-xr-x root/root usr/bin/decode-dimms.pl --rwxr-xr-x root/root usr/bin/decode-edid.pl --rwxr-xr-x root/root usr/bin/decode-vaio.pl +-rwxr-xr-x root/root usr/bin/decode-dimms +-rwxr-xr-x root/root usr/bin/decode-edid +-rwxr-xr-x root/root usr/bin/decode-vaio drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man8/ +-rw-r--r-- root/root usr/man/man8/i2c-stub-from-dump.8.gz -rw-r--r-- root/root usr/man/man8/i2cdetect.8.gz -rw-r--r-- root/root usr/man/man8/i2cdump.8.gz -rw-r--r-- root/root usr/man/man8/i2cget.8.gz -rw-r--r-- root/root usr/man/man8/i2cset.8.gz drwxr-xr-x root/root usr/sbin/ +-rwxr-xr-x root/root usr/sbin/i2c-stub-from-dump -rwxr-xr-x root/root usr/sbin/i2cdetect -rwxr-xr-x root/root usr/sbin/i2cdump -rwxr-xr-x root/root usr/sbin/i2cget diff --git a/i2c-tools/.md5sum b/i2c-tools/.md5sum index 18c7788b8..3cd81f922 100644 --- a/i2c-tools/.md5sum +++ b/i2c-tools/.md5sum @@ -1 +1 @@ -aeaa1d5d7b35faf096e5663c5fd823dc i2c-tools-3.0.0.tar.bz2 +0f5c7ce5fd3c65113909db0ef3a3a8c8 i2c-tools-3.0.1.tar.bz2 diff --git a/i2c-tools/Pkgfile b/i2c-tools/Pkgfile index f81d54c39..e0e293f31 100644 --- a/i2c-tools/Pkgfile +++ b/i2c-tools/Pkgfile @@ -4,7 +4,7 @@ # Depends on: name=i2c-tools -version=3.0.0 +version=3.0.1 release=1 source=(http://dl.lm-sensors.org/$name/releases/$name-$version.tar.bz2) |