From 391229f793ef1ef7380d844444a4031fdc2da6cc Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Sat, 23 Mar 2024 03:30:24 +0000 Subject: [PATCH] libinotify-kqueue: add 20211018 bottle. --- Formula/libinotify-kqueue.rb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Formula/libinotify-kqueue.rb b/Formula/libinotify-kqueue.rb index b80ef73..0b14ba6 100644 --- a/Formula/libinotify-kqueue.rb +++ b/Formula/libinotify-kqueue.rb @@ -8,6 +8,11 @@ class LibinotifyKqueue < Formula head "https://github.com/libinotify-kqueue/libinotify-kqueue.git", branch: "master" + bottle do + root_url "https://github.com/Gcenx/homebrew-wine/releases/download/libinotify-kqueue-20211018" + sha256 cellar: :any, monterey: "c57f064ad92d084d4c3b0f92d5714d1d0942c944a5f334379ce5fdac801627d6" + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "gcc" => :build