From c90c2410300afd0f1e9d8a4951b2f744c46e732a Mon Sep 17 00:00:00 2001 From: Melody Starling Date: Fri, 25 Jan 2019 11:19:59 -0500 Subject: [PATCH] git-flow-avh 1.12.0 Closes #36388. Signed-off-by: Chongyu Zhu --- Formula/git-flow-avh.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/git-flow-avh.rb b/Formula/git-flow-avh.rb index 799f5d95e8..d9ad19d516 100644 --- a/Formula/git-flow-avh.rb +++ b/Formula/git-flow-avh.rb @@ -1,11 +1,10 @@ class GitFlowAvh < Formula desc "AVH edition of git-flow" homepage "https://github.com/petervanderdoes/gitflow-avh" - revision 1 stable do - url "https://github.com/petervanderdoes/gitflow-avh/archive/1.11.0.tar.gz" - sha256 "06ad2110088e46e3712f799a43bf6cc5c3720fc25c69dbb3bbf4cf486cf2f330" + url "https://github.com/petervanderdoes/gitflow-avh/archive/1.12.0.tar.gz" + sha256 "3de0d33376fbbfa11d0a0f7d49e2d743f322ff89920c070593b2bbb4187f2af5" resource "completion" do url "https://github.com/petervanderdoes/git-flow-completion/archive/0.6.0.tar.gz"