From 01460cb020f17427bede7a599a15814e802fa057 Mon Sep 17 00:00:00 2001 From: penman Date: Sat, 3 Sep 2016 23:17:29 +0100 Subject: [PATCH] hubflow: specify revision in addition to tag (#4495) --- Formula/hubflow.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/hubflow.rb b/Formula/hubflow.rb index 67f87e46dd..415277ecd9 100644 --- a/Formula/hubflow.rb +++ b/Formula/hubflow.rb @@ -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