diff options
| author | Alex D | 2011-10-07 19:08:32 +0300 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-10-08 09:37:12 -0700 |
| commit | c9be82dee2ff39de05fe2bb4411949e7fe24ca89 (patch) | |
| tree | f063f380306ab7a308f51e5d41786a5d000a719a /Library/Formula | |
| parent | fdd529330761257b11bfaa2f2c5d97a5d73b1b64 (diff) | |
| download | homebrew-c9be82dee2ff39de05fe2bb4411949e7fe24ca89.tar.bz2 | |
todo-txt 2.8
Closes #8013.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
Diffstat (limited to 'Library/Formula')
| -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 bb44cf661..b9e51371d 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.7.tar.gz' + url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.8.tar.gz' homepage 'http://todotxt.com/' - md5 'b4ef313bbb8f185fe4a21ce07ad6933d' + md5 '065b848d0c300dd024a4ece86a68c0fa' + head 'git://github.com/ginatrapani/todo.txt-cli.git' def install bin.install 'todo.sh' |
