File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ Sat Dec 27 10:03:41 2014 SHIBATA Hiroshi <
[email protected] >
2+
3+ * tool/make-snapshot: show sha1 digest when making packages.
4+ it's request from https://github.com/ruby/www.ruby-lang.org/issues/921
5+ [fix GH-794]
6+
17Fri Dec 26 15:32:16 2014 Nobuyoshi Nakada <
[email protected] >
28
39 * ext/tk/tcltklib.c (ip_invoke_core): remove probably duplicate
Original file line number Diff line number Diff line change 22# -*- coding: us-ascii -*-
33require 'uri'
44require 'digest/md5'
5+ require 'digest/sha1'
56require 'digest/sha2'
67require 'fileutils'
78require 'tmpdir'
@@ -34,7 +35,7 @@ each versions may be followed by optional @revision.
3435USAGE
3536end
3637
37- DIGESTS = %w[ MD5 SHA256 SHA512 ]
38+ DIGESTS = %w[ MD5 SHA1 SHA256 SHA512 ]
3839PACKAGES = {
3940 "bzip" => %w" .tar.bz2 bzip2 -c " ,
4041 "gzip" => %w" .tar.gz gzip -c " ,
You can’t perform that action at this time.
0 commit comments