From 37869659191fa1329fe420992535f553c9148399 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 17 Oct 2020 16:03:44 +0200 Subject: git-todo 0.0.3 --- HomebrewFormula/git-todo.rb | 4 ++-- 1 file 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/*"] -- cgit v1.2.3