diff options
| author | Mike McQuaid | 2012-09-03 11:33:56 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-09-03 11:36:42 -0700 |
| commit | 3c5ca25cad4a19b72006dffe1c782a58f4e8154b (patch) | |
| tree | a3035672dc90ef4cee4135a56653c7f80499474d /Library/Formula/num-utils.rb | |
| parent | 6aab03617816ea967b39220d7d828441389a9ad1 (diff) | |
| download | homebrew-3c5ca25cad4a19b72006dffe1c782a58f4e8154b.tar.bz2 | |
Batch convert MD5 formula to SHA1.
Closes #14653.
Diffstat (limited to 'Library/Formula/num-utils.rb')
| -rw-r--r-- | Library/Formula/num-utils.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/num-utils.rb b/Library/Formula/num-utils.rb index 52e97f9e7..117683e5c 100644 --- a/Library/Formula/num-utils.rb +++ b/Library/Formula/num-utils.rb @@ -3,7 +3,7 @@ require 'formula' class NumUtils < Formula homepage 'http://suso.suso.org/programs/num-utils/' url "http://suso.suso.org/programs/num-utils/downloads/num-utils-0.5.tar.gz" - md5 '58eed69761c2da97c3bfdfa422633427' + sha1 '3fc6130874129fe1e98db6db8b3dc43f0e1a89ac' def install %w(average bound interval normalize numgrep numprocess numsum random range round).each do |program| |
