Skip to content

Commit

Permalink
update LavinMQ formula to v1.3.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
kickster97 authored Sep 16, 2024
1 parent 0feea0b commit 0b4c393
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/lavinmq.rb
Original file line number Diff line number Diff line change
@@ -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.11.tar.gz"
sha256 "b15a77514f059c6f6d5da94770fcdf2bfd317d1dc072f53ba8cc3a9fdfb335c0"
url "https://github.com/cloudamqp/lavinmq/archive/refs/tags/v1.3.1.tar.gz"
sha256 "5c8eaeb9298a4f1bb9e4a3bcc14a98931713c4eb8564159a220ca82bc64c6e4d"
head "https://github.com/cloudamqp/lavinmq.git"

depends_on "crystal" => :build
Expand All @@ -20,7 +20,7 @@ def install
end

service do
run [opt_bin/"lavinmq", "-D", var/"lavinmq"]
run [opt_bin / "lavinmq", "-D", var / "lavinmq"]
end

test do
Expand Down

0 comments on commit 0b4c393

Please sign in to comment.