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, 2 insertions, 1 deletions
diff --git a/tool/make-snapshot b/tool/make-snapshot
index 46387cf81a..717ae19225 100755
--- a/tool/make-snapshot
+++ b/tool/make-snapshot
@@ -2,6 +2,7 @@
# -*- coding: us-ascii -*-
require 'uri'
require 'digest/md5'
+require 'digest/sha1'
require 'digest/sha2'
require 'fileutils'
require 'tmpdir'
@@ -34,7 +35,7 @@ each versions may be followed by optional @revision.
USAGE
end
-DIGESTS = %w[MD5 SHA256 SHA512]
+DIGESTS = %w[MD5 SHA1 SHA256 SHA512]
PACKAGES = {
"bzip" => %w".tar.bz2 bzip2 -c",
"gzip" => %w".tar.gz gzip -c",