diff options
| author | Benedikt Scholtes | 2014-04-21 15:02:41 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-04-21 09:27:16 -0500 |
| commit | 48dd6b0e31b8e7858dfc10ffcab31bcce9efecd6 (patch) | |
| tree | 760a50da5cae5bb2024e13f2e85f5628f8556f5b /Library | |
| parent | 9d33de92a0903a5e95d5cdaef039b460ab024faa (diff) | |
| download | homebrew-48dd6b0e31b8e7858dfc10ffcab31bcce9efecd6.tar.bz2 | |
todo-txt 2.10
Closes #28574.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/todo-txt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/todo-txt.rb b/Library/Formula/todo-txt.rb index a2676f956..3acd8e762 100644 --- a/Library/Formula/todo-txt.rb +++ b/Library/Formula/todo-txt.rb @@ -2,8 +2,8 @@ require 'formula' class TodoTxt < Formula homepage 'http://todotxt.com/' - url 'https://github.com/downloads/ginatrapani/todo.txt-cli/todo.txt_cli-2.9.tar.gz' - sha1 'b8b351f287c4f5a6510e08e14757db14d0cd1da7' + url "https://github.com/ginatrapani/todo.txt-cli/releases/download/v2.10/todo.txt_cli-2.10.tar.gz" + sha1 "3967bc42ca23cc984e94939b783cf118fe86b1b0" head 'https://github.com/ginatrapani/todo.txt-cli.git' |
