Element: <digest>

Syntax


<!ELEMENT digest    (#PCDATA)>
<ATTLIST digest
         type      CDATA  "md5">

This element occurs in the element download and unpack. .

Description

The element unpack is used to specify the digest of the archive file to be unpacked, or of the file to be downloaded.

Examples


<download>
    <file>kbd-1.08.tar.gz</file>
    <url>ftp://ftp.win.tue.nl/pub/linux-local/utils/kbd/</url>
    <destination>/tmp/</destination>
    <digest>924e6a05e52715dc0f96385b35f2f680</digest>
</download>

YAALFS does not process this element yet.