8000 Use sha1 instead of md5. · devandroid/chruby@0bd7ef0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0bd7ef0

Browse files
committed
Use sha1 instead of md5.
1 parent 6d7facb commit 0bd7ef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homebrew/chruby.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class Chruby < Formula
44

55
url 'https://github.com/downloads/postmodern/chruby/chruby-0.2.3.tar.gz'
66
homepage 'https://github.com/postmodern/chruby#readme'
7-
md5 '5e10ea4a538e3b5ba34ce139fab5d7b7'
7+
sha1 '6b8337ba2f48d3bbae680031b342680f39673af0'
88
head 'https://github.com/postmodern/chruby.git'
99

1010
def install

0 commit comments

Comments
 (0)
0