From fdc2973b6c9b06e0c7654f32dc39ab40a304a4c5 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sun, 1 Jan 2023 19:40:50 -0500 Subject: [PATCH] cmu-pocketsphinx: specify default branch for `head` build Signed-off-by: Rui Chen --- Formula/cmu-pocketsphinx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cmu-pocketsphinx.rb b/Formula/cmu-pocketsphinx.rb index f03186c8d78..01d47f71ee5 100644 --- a/Formula/cmu-pocketsphinx.rb +++ b/Formula/cmu-pocketsphinx.rb @@ -35,7 +35,7 @@ class CmuPocketsphinx < Formula end head do - url "https://github.com/cmusphinx/pocketsphinx.git" + url "https://github.com/cmusphinx/pocketsphinx.git", branch: "master" depends_on "autoconf" => :build depends_on "automake" => :build