hubflow: specify revision in addition to tag (#4495)

This commit is contained in:
penman 2016-09-03 23:17:29 +01:00 committed by Dominyk Tiller
parent 918bd14622
commit 01460cb020

View file

@ -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