From fa1535802c6db67a924ad1df424e6314bcc184bd Mon Sep 17 00:00:00 2001 From: Sean Molenaar <1484494+SMillerDev@users.noreply.github.com> Date: Tue, 13 Sep 2022 12:13:03 +0000 Subject: [PATCH] has: add 1.4.0 bottle. --- Formula/has.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/has.rb b/Formula/has.rb index 47474865155..4a15da25407 100644 --- a/Formula/has.rb +++ b/Formula/has.rb @@ -6,6 +6,10 @@ class Has < Formula license "MIT" head "https://github.com/kdabir/has.git", branch: "master" + bottle do + sha256 cellar: :any_skip_relocation, all: "1b267d61b91d1ca227e2d207b891dad3025976b2615a5f49fb33a3971feb117b" + end + def install bin.install "has" end