Browse Source

- smartmontools: bump version to 7.0

master
vanhofen 6 years ago
parent
commit
9715d20908
  1. 2
      make/target-tools.mk

2
make/target-tools.mk

@ -550,7 +550,7 @@ $(D)/ushare: $(USHARE_DEPS) $(ARCHIVE)/$(USHARE_SOURCE)| $(TARGET_DIR)
# -----------------------------------------------------------------------------
SMARTMONTOOLS_VER = 6.6
SMARTMONTOOLS_VER = $(if $(filter $(BOXMODEL), nevis),6.6,7.0)
SMARTMONTOOLS_TMP = smartmontools-$(SMARTMONTOOLS_VER)
SMARTMONTOOLS_SOURCE = smartmontools-$(SMARTMONTOOLS_VER).tar.gz
SMARTMONTOOLS_URL = https://sourceforge.net/projects/smartmontools/files/smartmontools/$(SMARTMONTOOLS_VER)

Loading…
Cancel
Save