Skip to content

Commit

Permalink
update lmq v1.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 authored and walro committed May 2, 2024
1 parent 535b448 commit a06ab84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/lavinmq.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Lavinmq < Formula

Check warning on line 1 in Formula/lavinmq.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew linkage --test cloudamqp/cloudamqp/lavinmq` failed on Linux!

Missing libraries: libevent-2.1.so.7 Unwanted system libraries: /lib/x86_64-linux-gnu/libcrypto.so.3 /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7 /lib/x86_64-linux-gnu/libgc.so.1 /lib/x86_64-linux-gnu/liblz4.so.1 /lib/x86_64-linux-gnu/libpcre2-8.so.0 /lib/x86_64-linux-gnu/libssl.so.3 /lib/x86_64-linux-gnu/libz.so.1

Check warning on line 1 in Formula/lavinmq.rb

View workflow job for this annotation

GitHub Actions / test-bot (macOS-latest)

`brew linkage --test cloudamqp/cloudamqp/lavinmq` failed on macOS Sonoma (14) on Apple Silicon!

Broken dependencies: /opt/homebrew/opt/bdw-gc/lib/libgc.1.dylib (bdw-gc) /opt/homebrew/opt/libevent/lib/libevent-2.1.7.dylib (libevent) /opt/homebrew/opt/libevent/lib/libevent_pthreads-2.1.7.dylib (libevent) /opt/homebrew/opt/lz4/lib/liblz4.1.dylib (lz4) /opt/homebrew/opt/openssl@3/lib/libcrypto.3.dylib (openssl@3) /opt/homebrew/opt/openssl@3/lib/libssl.3.dylib (openssl@3) /opt/homebrew/opt/pcre2/lib/libpcre2-8.0.dylib (pcre2)
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
Expand Down

0 comments on commit a06ab84

Please sign in to comment.