# dmidecode 2.9
# =============
cd
test -f installed/dmidecode-2.9.tar.bz2 &&
mv installed/dmidecode-2.9.tar.bz2 .
test ! -f dmidecode-2.9.tar.bz2 &&
wget http://savannah.nongnu.org/download/dmidecode/dmidecode-2.9.tar.bz2
# Verify tarball w/ md5sum:
# (this came from my gpg-verified tarball)
echo "3dac4b1817012ffebd78671473d8f56c dmidecode-2.9.tar.bz2" | md5sum -c
# Verify tarball w/ sha1sum:
# (this also came from my gpg-verified tarball)
echo "0346690d32120b9fff22accd5b4e731414a3676b dmidecode-2.9.tar.bz2" | \
sha1sum -c