git-tracker 1.6.2
upgrade git-tracker to v1.6.2 Closes Homebrew/homebrew#27885. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
12f4819b08
commit
c9d75eb754
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class GitTracker < Formula
|
||||
homepage 'https://github.com/stevenharman/git_tracker'
|
||||
url 'https://github.com/stevenharman/git_tracker/archive/v1.6.1.tar.gz'
|
||||
sha1 'e1ea5ce789100a3e197dfcfb8b4d697d70018237'
|
||||
url 'https://github.com/stevenharman/git_tracker/archive/v1.6.2.tar.gz'
|
||||
sha1 'fd0495f3b593b3fbec3104d83faace441893d570'
|
||||
|
||||
head 'https://github.com/stevenharman/git_tracker.git'
|
||||
|
||||
|
|
Loading…
Reference in a new issue