git-flow: fix audit.
This commit is contained in:
parent
30f854a7d1
commit
246866afb9
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ class GitFlow < Formula
|
|||
homepage "https://github.com/nvie/gitflow"
|
||||
|
||||
# Use the tag instead of the tarball to get submodules
|
||||
url "https://github.com/nvie/gitflow.git", :tag => "0.4.1"
|
||||
url "https://github.com/nvie/gitflow.git",
|
||||
:tag => "0.4.1",
|
||||
:revision => "1ffb6b1091f05466d3cd27f2da9c532a38586ed5"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in a new issue