diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2012-08-13 17:02:38 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-17 17:48:57 +0200 |
commit | 47a3fa7b593adb77c2f9f1a4b1608ac2ce2af6d8 (patch) | |
tree | a14a2ed43fcd0e48e63a51c050d3e2d8c4db499a /package/smartmontools | |
parent | 4848a32e374496e6404b82420b0db232c208b2e3 (diff) | |
download | buildroot-novena-47a3fa7b593adb77c2f9f1a4b1608ac2ce2af6d8.tar.gz buildroot-novena-47a3fa7b593adb77c2f9f1a4b1608ac2ce2af6d8.zip |
smartmontools: bump to version 5.43
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/smartmontools')
-rw-r--r-- | package/smartmontools/smartmontools.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index a6873f020..3c573f84e 100644 --- a/package/smartmontools/smartmontools.mk +++ b/package/smartmontools/smartmontools.mk @@ -4,7 +4,9 @@ # ############################################################# -SMARTMONTOOLS_VERSION = 5.42 +SMARTMONTOOLS_VERSION = 5.43 SMARTMONTOOLS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/smartmontools +SMARTMONTOOLS_LICENSE = GPLv2+ +SMARTMONTOOLS_LICENSE_FILES = COPYING $(eval $(autotools-package)) |