<!ELEMENT digest (#PCDATA)> <!ATTLIST digest type CDATA "md5"> |
This element occurs in the elements ; Element: <download> | Element: <unpack>
The element digest is used to specify the MD5 digest hash of the archive file to be unpacked, or of the file to be downloaded.
The attribute type is preset as an MD5 hash.
<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> |
There is no equivalent Bash script example for this element.