From 9a39740ef3f5009a99a511591b28c190f9d58760 Mon Sep 17 00:00:00 2001 From: hsbt Date: Thu, 29 Jan 2015 11:28:31 +0000 Subject: * tool/make-snapshot: removed md5 digest with package infomation git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/make-snapshot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tool/make-snapshot') 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", -- cgit v1.2.3