diff options
| author | Noah Jorgenson | 2012-05-05 16:37:36 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-05-06 19:23:07 -0500 | 
| commit | 871e82aceeac3bddf0e43cca9e58d9c0dadc7b31 (patch) | |
| tree | 08a68f66417a3e1aed8a4bc7912a73c6530308c2 /Library/Formula/todo-txt.rb | |
| parent | cebe2d00aa921d10a37a2ca729f4c26ef08bb751 (diff) | |
| download | homebrew-871e82aceeac3bddf0e43cca9e58d9c0dadc7b31.tar.bz2 | |
todo-txt 2.9
Closes #12097.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/todo-txt.rb')
| -rw-r--r-- | Library/Formula/todo-txt.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index 8f4da97b5..33a4a8d8a 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -1,9 +1,10 @@  require 'formula'  class TodoTxt < Formula -  url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.8.tar.gz'    homepage 'http://todotxt.com/' -  md5 '065b848d0c300dd024a4ece86a68c0fa' +  url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.9.tar.gz' +  md5 'e815c63ab4e46285f0b0a30b7bac7918' +    head 'https://github.com/ginatrapani/todo.txt-cli.git'    def install  | 
