From c3325d04c841c629ce40897eb32e4f0f81bbd4ee Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Sun, 13 Jun 2021 08:29:57 -0400 Subject: [PATCH] Allow HEAD flag with Homebrew --- Formula/unused.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/unused.rb b/Formula/unused.rb index 1dabff3..c0c66c9 100644 --- a/Formula/unused.rb +++ b/Formula/unused.rb @@ -3,6 +3,7 @@ class Unused < Formula homepage "https://unused.codes" url "https://github.com/unused-code/unused/archive/0.2.0.tar.gz" sha256 "64951b3b2d57f46c75f5f166f0d4180f88af4d4362710ff23830c8d65168f4f4" + head "https://github.com/unused-code/unused.git" depends_on "cmake" => :build depends_on "rust" => :build