From a06ab84ba90f235a2014104f3bda6017c6407166 Mon Sep 17 00:00:00 2001 From: Christina Date: Tue, 30 Apr 2024 09:37:20 +0200 Subject: [PATCH 1/2] update lmq v1.2.11 --- Formula/lavinmq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/lavinmq.rb b/Formula/lavinmq.rb index 735d6f1..3970256 100644 --- a/Formula/lavinmq.rb +++ b/Formula/lavinmq.rb @@ -1,8 +1,8 @@ class Lavinmq < Formula desc "Fast and efficient AMQP 0-9-1 server" homepage "https://www.lavinmq.com" - url "https://github.com/cloudamqp/lavinmq/archive/refs/tags/v1.2.5.tar.gz" - sha256 "6529b81f1601840cb370d9cc54d70f422cf080bbe280c3a3738e276c0c6bd405" + url "https://github.com/cloudamqp/lavinmq/archive/refs/tags/v1.2.11.tar.gz" + sha256 "b15a77514f059c6f6d5da94770fcdf2bfd317d1dc072f53ba8cc3a9fdfb335c0" head "https://github.com/cloudamqp/lavinmq.git" depends_on "crystal" => :build From 246b0d810bbc61cf0377619b1c8e98a8f4362142 Mon Sep 17 00:00:00 2001 From: Robin Wallin Date: Thu, 2 May 2024 19:10:16 +0200 Subject: [PATCH 2/2] Add dependencies --- Formula/lavinmq.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Formula/lavinmq.rb b/Formula/lavinmq.rb index 3970256..160c93a 100644 --- a/Formula/lavinmq.rb +++ b/Formula/lavinmq.rb @@ -7,6 +7,10 @@ class Lavinmq < Formula depends_on "crystal" => :build depends_on "openssl" => :build + depends_on "bdw-gc" + depends_on "libevent" + depends_on "lz4" + depends_on "pcre2" def install system "make", "all", "DOCS="