diff options
author | Teddy Wing | 2020-10-17 16:03:44 +0200 |
---|---|---|
committer | Teddy Wing | 2020-10-17 16:03:44 +0200 |
commit | 37869659191fa1329fe420992535f553c9148399 (patch) | |
tree | cfdab1f7469159ceac27639b000c1f2903395a51 | |
parent | 7bf555b12351f4df82558fec4ca250865426dc83 (diff) | |
download | homebrew-formulae-37869659191fa1329fe420992535f553c9148399.tar.bz2 |
git-todo 0.0.3
-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 dd3b62a..c38be4d 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.2/git-todo_0.0.2_x86_64-apple-darwin.tar.bz2" - sha256 "4001d6a058a8fb1e4e5aa3f2a3e969b94736966335e05aa8a7072733b3a4df4c" + url "https://github.com/teddywing/git-todo/releases/download/v0.0.3/git-todo_0.0.3_x86_64-apple-darwin.tar.bz2" + sha256 "01b406c6bc594bef2a2358a376f15c29f48605fe3aaa1ef058c720405c5854d4" def install bin.install Dir["bin/*"] |