Skip to content

Commit

Permalink
smartmontools: bump to version 6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  • Loading branch information
gustavoz authored and jacmet committed Mar 19, 2013
1 parent cdfa21b commit 424d69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package/smartmontools/Config.in
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SMARTMONTOOLS
bool "smartmontools"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
help
Control and monitor storage systems using S.M.A.R.T.

Expand Down
2 changes: 1 addition & 1 deletion package/smartmontools/smartmontools.mk
Expand Up @@ -4,7 +4,7 @@
#
#############################################################

SMARTMONTOOLS_VERSION = 6.0
SMARTMONTOOLS_VERSION = 6.1
SMARTMONTOOLS_SITE = http://downloads.sourceforge.net/project/smartmontools/smartmontools/$(SMARTMONTOOLS_VERSION)
SMARTMONTOOLS_LICENSE = GPLv2+
SMARTMONTOOLS_LICENSE_FILES = COPYING
Expand Down

0 comments on commit 424d69b

Please sign in to comment.