diff options
author | Teddy Wing | 2020-10-08 23:30:32 +0200 |
---|---|---|
committer | Teddy Wing | 2020-10-08 23:30:32 +0200 |
commit | 7bf555b12351f4df82558fec4ca250865426dc83 (patch) | |
tree | 5e2385d11bb6d6f2523278ceaf6a3178769f15e8 | |
parent | 724e348d5045f0fb52f9c4330fa80bcd17216e02 (diff) | |
download | homebrew-formulae-7bf555b12351f4df82558fec4ca250865426dc83.tar.bz2 |
git-todo 0.0.2
-rw-r--r-- | HomebrewFormula/git-todo.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HomebrewFormula/git-todo.rb b/HomebrewFormula/git-todo.rb index 605515d..dd3b62a 100644 --- a/HomebrewFormula/git-todo.rb +++ b/HomebrewFormula/git-todo.rb @@ -5,8 +5,8 @@ class GitTodo < Formula desc "Find recent TODO lines in a Git repository" homepage "https://github.com/teddywing/git-todo" - url "https://github.com/teddywing/git-todo/releases/download/v0.0.1/git-todo_0.0.1_x86_64-apple-darwin.tar.bz2" - sha256 "3fe702ea8f3ba8dc94cdb3653c21c42910cc1c4cd6eac0414978ef966a8e1995" + url "https://github.com/teddywing/git-todo/releases/download/v0.0.2/git-todo_0.0.2_x86_64-apple-darwin.tar.bz2" + sha256 "4001d6a058a8fb1e4e5aa3f2a3e969b94736966335e05aa8a7072733b3a4df4c" def install bin.install Dir["bin/*"] |