Skip to content

Commit e22c1d1

Browse files
BrewTestBotdaeho-ro
authored andcommitted
feluda 1.5.2
Signed-off-by: Rui Chen <[email protected]> Co-authored-by: Daeho Ro <[email protected]>
1 parent c157039 commit e22c1d1

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

Formula/f/feluda.rb

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
11
class Feluda < Formula
22
desc "Detect license usage restrictions in your project"
33
homepage "https://github.com/anistark/feluda"
4+
url "https://github.com/anistark/feluda/archive/refs/tags/1.5.2.tar.gz"
5+
sha256 "7b79f5374bb6b1b1bdb4e8f2bd0bac5d52a66b4aed58cbd2fae7b6facf153701"
46
license "MIT"
57
head "https://github.com/anistark/feluda.git", branch: "main"
68

7-
stable do
8-
url "https://github.com/anistark/feluda/archive/refs/tags/1.5.1.tar.gz"
9-
sha256 "7a011aae95cf26927730aa31e4470600b35feeb01a03b39be5c01a3b171797e1"
10-
11-
# version patch
12-
patch do
13-
url "https://github.com/anistark/feluda/commit/a9b3cbab62baff0bae23afa3f02426e8eeab38d3.patch?full_index=1"
14-
sha256 "139fabfcfc2a929894f4b95278ae911fbf2839b29059ceb6ff02546ce936581e"
15-
end
16-
end
17-
189
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
1910
# labeled as "pre-release" on GitHub before the version is released, so it's
2011
# necessary to use the `GithubLatest` strategy.
@@ -32,8 +23,13 @@ class Feluda < Formula
3223
sha256 cellar: :any_skip_relocation, x86_64_linux: "3433062dd336c05b3dc2ba8f6e81e14bee38ea01014031a119329930df9f745d"
3324
end
3425

26+
depends_on "pkgconf" => :build
3527
depends_on "rust" => :build
3628

29+
on_linux do
30+
depends_on "openssl@3"
31+
end
32+
3733
def install
3834
system "cargo", "install", *std_cargo_args
3935
end

0 commit comments

Comments
 (0)