| Submitter | Gustavo Zacarias |
|---|---|
| Date | Aug. 13, 2012, 8:02 p.m. |
| Message ID | <1344888161-10068-4-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/177051/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/package/smartmontools/smartmontools.mk b/package/smartmontools/smartmontools.mk index a6873f0..3c573f8 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))
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/smartmontools/smartmontools.mk | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)