From 80bc9cf8cb737e35f53343e25c4211faa05a08a4 Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Sun, 14 Jun 2015 10:12:45 +0200 Subject: [PATCH] git-octopus: head added Closes Homebrew/homebrew#40695. Signed-off-by: Baptiste Fontaine --- Formula/git-octopus.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/git-octopus.rb b/Formula/git-octopus.rb index 6f26403e94..e7703a4f0a 100644 --- a/Formula/git-octopus.rb +++ b/Formula/git-octopus.rb @@ -4,6 +4,8 @@ class GitOctopus < Formula url "https://github.com/lesfurets/git-octopus/archive/v1.0.tar.gz" sha256 "c83ab4aa3d8ec770f4f05619239a7852c871216a108b4e287c13efb10e3db5db" + head "https://github.com/lesfurets/git-octopus.git" + def install bin.install "bin/git-octopus" man1.install "man/man1/git-octopus.1"