mutt: Fix dev docs to use head without SHA1
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
This commit is contained in:
parent
b144cbd1cd
commit
968bf93ca1
1 changed files with 1 additions and 3 deletions
|
@ -1,9 +1,7 @@
|
|||
require 'formula'
|
||||
|
||||
class MuttHtmldocs < Formula
|
||||
url 'http://www.mutt.org/doc/devel/manual.html.gz'
|
||||
sha1 '0016bebb759a9f9500f3a57978682118bc2e8263'
|
||||
version 'HEAD'
|
||||
head 'http://dev.mutt.org/doc/manual.html', :using => :nounzip
|
||||
end
|
||||
|
||||
class Mutt < Formula
|
||||
|
|
Loading…
Reference in a new issue