hubflow: specify revision in addition to tag (#4495)
This commit is contained in:
parent
918bd14622
commit
01460cb020
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,9 @@
|
|||
class Hubflow < Formula
|
||||
desc "GitFlow for GitHub"
|
||||
homepage "https://datasift.github.io/gitflow/"
|
||||
url "https://github.com/datasift/gitflow.git", :tag => "1.5.2"
|
||||
url "https://github.com/datasift/gitflow.git",
|
||||
:tag => "1.5.2",
|
||||
:revision => "8bb7890b39f782864d55cfca5a156c926fa53c0d"
|
||||
head "https://github.com/datasift/gitflow.git"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue