has: add 1.4.0 bottle.

master
Sean Molenaar 2022-09-13 12:13:03 +00:00 committed by BrewTestBot
parent 2ec72085b4
commit fa1535802c
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 4 additions and 0 deletions

View File

@ -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