Skip to content

Commit 2d180eb

Browse files
committed
upgrade to sigar 1.6.4
1 parent 577135d commit 2d180eb

18 files changed

+3
-6
lines changed

.idea/modules/elasticsearch.iml

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/sigar/libsigar-amd64-freebsd-6.so

206 KB
Binary file not shown.

lib/sigar/libsigar-amd64-linux.so

128 Bytes
Binary file not shown.

lib/sigar/libsigar-amd64-solaris.so

1.46 KB
Binary file not shown.

lib/sigar/libsigar-ia64-linux.so

483 KB
Binary file not shown.

lib/sigar/libsigar-sparc-solaris.so

1.73 KB
Binary file not shown.

lib/sigar/libsigar-sparc64-solaris.so

1.96 KB
Binary file not shown.
64 Bytes
Binary file not shown.
4.05 KB
Binary file not shown.

lib/sigar/libsigar-x86-freebsd-5.so

1.35 KB
Binary file not shown.

lib/sigar/libsigar-x86-freebsd-6.so

1.36 KB
Binary file not shown.

lib/sigar/libsigar-x86-linux.so

416 Bytes
Binary file not shown.

lib/sigar/libsigar-x86-solaris.so

1.16 KB
Binary file not shown.

lib/sigar/sigar-1.6.3.jar

-413 KB
Binary file not shown.

lib/sigar/sigar-1.6.4.jar

419 KB
Binary file not shown.

lib/sigar/sigar-amd64-winnt.dll

9.5 KB
Binary file not shown.

lib/sigar/sigar-x86-winnt.dll

8 KB
Binary file not shown.

modules/elasticsearch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
compile files(rootProject.jarjarArchivePath)
2929

3030
compile('jline:jline:0.9.94') { transitive = false }
31-
compile files(rootProject.file("lib/sigar/sigar-1.6.3.jar").absolutePath)
31+
compile files(rootProject.file("lib/sigar/sigar-1.6.4.jar").absolutePath)
3232

3333

3434
compile 'org.slf4j:slf4j-api:1.5.11'

0 commit comments

Comments
 (0)