File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change 1
1
class Feluda < Formula
2
2
desc "Detect license usage restrictions in your project"
3
3
homepage "https://github.com/anistark/feluda"
4
+ url "https://github.com/anistark/feluda/archive/refs/tags/1.5.2.tar.gz"
5
+ sha256 "7b79f5374bb6b1b1bdb4e8f2bd0bac5d52a66b4aed58cbd2fae7b6facf153701"
4
6
license "MIT"
5
7
head "https://github.com/anistark/feluda.git" , branch : "main"
6
8
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
-
18
9
# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
19
10
# labeled as "pre-release" on GitHub before the version is released, so it's
20
11
# necessary to use the `GithubLatest` strategy.
@@ -32,8 +23,13 @@ class Feluda < Formula
32
23
sha256 cellar : :any_skip_relocation , x86_64_linux : "3433062dd336c05b3dc2ba8f6e81e14bee38ea01014031a119329930df9f745d"
33
24
end
34
25
26
+ depends_on "pkgconf" => :build
35
27
depends_on "rust" => :build
36
28
29
+ on_linux do
30
+ depends_on "openssl@3"
31
+ end
32
+
37
33
def install
38
34
system "cargo" , "install" , *std_cargo_args
39
35
end
You can’t perform that action at this time.
0 commit comments