Skip to content

Commit

Permalink
Merge pull request #14 from cloudamqp/bump-version
Browse files Browse the repository at this point in the history
Update LavinMQ formula to v1.2.11
  • Loading branch information
kickster97 authored May 3, 2024
2 parents 535b448 + 246b0d8 commit f93156f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/lavinmq.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
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
depends_on "openssl" => :build
depends_on "bdw-gc"
depends_on "libevent"
depends_on "lz4"
depends_on "pcre2"

def install
system "make", "all", "DOCS="
Expand Down

0 comments on commit f93156f

Please sign in to comment.