Skip to content

Commit

Permalink
Update smartmon 6.5 -> 7.0 (related to #13)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux authored and zaibon committed Oct 2, 2019
1 parent 096e45d commit 407d650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internals/smartmontools.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SMARTMON_VERSION="6.5"
SMARTMON_CHECKSUM="093aeec3f8f39fa9a37593c4012d3156"
SMARTMON_LINK="https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/6.5/smartmontools-${SMARTMON_VERSION}.tar.gz"
SMARTMON_VERSION="7.0"
SMARTMON_CHECKSUM="b2a80e4789af23d67dfe1e88a997abbf"
SMARTMON_LINK="https://netcologne.dl.sourceforge.net/project/smartmontools/smartmontools/${SMARTMON_VERSION}/smartmontools-${SMARTMON_VERSION}.tar.gz"

download_smartmon() {
download_file $SMARTMON_LINK $SMARTMON_CHECKSUM
Expand Down

0 comments on commit 407d650

Please sign in to comment.