diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2011-01-07 17:00:51 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2011-01-07 17:14:29 -0500 |
commit | f2f4a2a8cbc00840f3e7f7f863a44e31b34fdd9b (patch) | |
tree | 30c5a17690a2e62cb6142bbac4520c054d84a1ec /mdds | |
parent | 7ae8d003b750efb8282deaffaedc72b511068bae (diff) |
Newer mdds package (0.5.0) now required to build sc.
Diffstat (limited to 'mdds')
-rw-r--r-- | mdds/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdds/makefile.mk b/mdds/makefile.mk index 739c97be8c2d..416141b44a27 100644 --- a/mdds/makefile.mk +++ b/mdds/makefile.mk @@ -36,8 +36,8 @@ TARGET=mdds # --- Files -------------------------------------------------------- -TARFILE_NAME=mdds_0.4.0 -TARFILE_MD5=1b0918b95f45e529e8e409a05bf6cd87 +TARFILE_NAME=mdds_0.5.0 +TARFILE_MD5=3820d7f394db2f82e195ac5ee63f2a6e PATCH_FILES= CONFIGURE_DIR= |