Skip to content

Commit

Permalink
Make Brew linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Sija committed Oct 10, 2024
1 parent cfc0787 commit a139b61
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Formula/ameba.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
class Ameba < Formula
desc "Static code analysis tool for Crystal"
homepage "https://github.com/crystal-ameba/ameba"
license "MIT"

stable do
url "https://github.com/crystal-ameba/ameba/archive/refs/tags/v1.6.2.tar.gz"
sha256 "e05de5b5fa6f2c394fcf4cdeb1b1c2ff99f06a7663256acd759c50f2c1251b48"
end
url "https://github.com/crystal-ameba/ameba/archive/refs/tags/v1.6.2.tar.gz"
sha256 "e05de5b5fa6f2c394fcf4cdeb1b1c2ff99f06a7663256acd759c50f2c1251b48"

license "MIT"
head "https://github.com/crystal-ameba/ameba.git", branch: "master"

livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end

head do
url "https://github.com/crystal-ameba/ameba.git", branch: "master"
end

depends_on "crystal"

def install
Expand Down

0 comments on commit a139b61

Please sign in to comment.