Skip to content

Commit

Permalink
STORM-2070 Fix sigar native binary download link
Browse files Browse the repository at this point in the history
* previous link goes 404, googlecode seems change archive url
  • Loading branch information
HeartSaVioR committed Aug 30, 2016
1 parent 3e56bd1 commit ef3c4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/storm-metrics/pom.xml
Expand Up @@ -33,7 +33,7 @@
<properties>
<!-- settings for downloading the sigar native binary complete archive, which is not available in Maven central-->
<sigar.version>1.6.4</sigar.version>
<sigar.download.url>https://magelan.googlecode.com/files/hyperic-sigar-${sigar.version}.zip</sigar.download.url>
<sigar.download.url>https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/magelan/hyperic-sigar-${sigar.version}.zip</sigar.download.url>
<sigar.SHA1>8f79d4039ca3ec6c88039d5897a80a268213e6b7</sigar.SHA1>
<!-- this will download the sigar ZIP to the local maven repository next to the sigar dependencies,
so we only download it once -->
Expand Down

0 comments on commit ef3c4de

Please sign in to comment.