zzuf: specify default branch for `head` build

Closes #119548.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Rui Chen 2023-01-01 19:41:08 -05:00 committed by BrewTestBot
parent 4c51aea861
commit e12507bc06
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Zzuf < Formula
end
head do
url "https://github.com/samhocevar/zzuf.git"
url "https://github.com/samhocevar/zzuf.git", branch: "master"
depends_on "autoconf" => :build
depends_on "automake" => :build