summaryrefslogtreecommitdiff
path: root/tool/make-snapshot
diff options
context:
space:
mode:
Diffstat (limited to 'tool/make-snapshot')
-rwxr-xr-xtool/make-snapshot3
1 files changed, 1 insertions, 2 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 5bd21158c6..052ecf4721 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -1,7 +1,6 @@
#!/usr/bin/ruby -s
# -*- coding: us-ascii -*-
require 'uri'
-require 'digest/md5'
require 'digest/sha1'
require 'digest/sha2'
require 'fileutils'
@@ -36,7 +35,7 @@ each versions may be followed by optional @revision.
USAGE
end
-DIGESTS = %w[MD5 SHA1 SHA256 SHA512]
+DIGESTS = %w[SHA1 SHA256 SHA512]
PACKAGES = {
"bzip" => %w".tar.bz2 bzip2 -c",
"gzip" => %w".tar.gz gzip -c",