diff options
| author | Mike McQuaid | 2012-08-22 22:54:06 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2012-08-22 22:58:11 -0700 |
| commit | 544de35f2a53af998ad2b863fd6528d6ef4bb757 (patch) | |
| tree | cc63ae1ad901cebfc979dec376a8d2221184fa42 /Library | |
| parent | 2ac642027ec408bc6891d33226be5470731930cc (diff) | |
| download | homebrew-544de35f2a53af998ad2b863fd6528d6ef4bb757.tar.bz2 | |
dzen2: use sha1 rather than md5.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dzen2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dzen2.rb b/Library/Formula/dzen2.rb index b4168c006..42b5a132f 100644 --- a/Library/Formula/dzen2.rb +++ b/Library/Formula/dzen2.rb @@ -3,7 +3,7 @@ require 'formula' class Dzen2 < Formula url 'http://sites.google.com/site/gotmor/dzen2-0.8.5.tar.gz' homepage 'http://sites.google.com/site/gotmor/dzen' - md5 '5978620c2124c8a8ad52d7f17ce94fd7' + sha1 '9216163e86e02b2a75de1dfec1954b1058a829e4' depends_on :x11 |
