Skip to content

Commit 6b09eec

Browse files
authored
Merge pull request #246411 from Homebrew/bump-semgrep-1.139.0
semgrep 1.139.0
2 parents b2c87ca + 06622f0 commit 6b09eec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/s/semgrep.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ class Semgrep < Formula
44
desc "Easily detect and prevent bugs and anti-patterns in your codebase"
55
homepage "https://semgrep.dev"
66
url "https://github.com/semgrep/semgrep.git",
7-
tag: "v1.138.0",
8-
revision: "319175c14170da2d8b072c882dd434dfc5bd2f0b"
7+
tag: "v1.139.0",
8+
revision: "984f76026160ea94163eee091bc3caa876476b35"
99
license "LGPL-2.1-only"
1010
head "https://github.com/semgrep/semgrep.git", branch: "develop"
1111

@@ -15,12 +15,12 @@ class Semgrep < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any, arm64_tahoe: "b70f2c5ae72a70be05cc33ed25e647480b47016bdbf67669affb04494f6a1604"
19-
sha256 cellar: :any, arm64_sequoia: "f288c64f9a8395eab9195e670a6584c46bc8dc475a6335a719a896494dff1c51"
20-
sha256 cellar: :any, arm64_sonoma: "0ab0da609857bd13ddf84bba8b867da41435bc50ba2b081807aba57d9cda6977"
21-
sha256 cellar: :any, sonoma: "0cc33c0dee8dd140446266014f545433d86d1913d740a121d15c2c4678c26c5f"
22-
sha256 arm64_linux: "f038233125c5256ebb14d2d4ccbafca08259e8fca3bac79094b087a27f78befd"
23-
sha256 x86_64_linux: "a7ff3577493538cdf9622faf5d3ce429dac089724209cb75d79cca4fbc353b73"
18+
sha256 cellar: :any, arm64_tahoe: "126b5dedad0ca54b056ef36b468074b3628a74df2e4ca563bee327c6ba48bf3b"
19+
sha256 cellar: :any, arm64_sequoia: "74be93352b9d36a50ede07446ecedebfa2e13a5652fa5489cc1887aa9bc108aa"
20+
sha256 cellar: :any, arm64_sonoma: "960977e034bb22df94b0816ccbc1ca7d5822ebf740c6464a97b10f186784306a"
21+
sha256 cellar: :any, sonoma: "57c7a54a2d7c9398d49560de5205a2d5fe1bb0209b9d4c316ce2425d6fae5b9c"
22+
sha256 arm64_linux: "ef9a252ee1dd24d8c853bd852d7493cf8e3ecdb3f06fe91056912db2db71eda3"
23+
sha256 x86_64_linux: "0674405bd60fddc22ccc26d68eb19a85b3ab55f517488162895dd5eb9110f59c"
2424
end
2525

2626
depends_on "autoconf" => :build
@@ -322,8 +322,8 @@ class Semgrep < Formula
322322
end
323323

324324
resource "typing-inspection" do
325-
url "https://files.pythonhosted.org/packages/f8/b1/0c11f5058406b3af7609f121aaa6b609744687f1d158b3c3a5bf4cc94238/typing_inspection-0.4.1.tar.gz"
326-
sha256 "6ae134cc0203c33377d43188d4064e9b357dba58cff3185f22924610e70a9d28"
325+
url "https://files.pythonhosted.org/packages/55/e3/70399cb7dd41c10ac53367ae42139cf4b1ca5f36bb3dc6c9d33acdb43655/typing_inspection-0.4.2.tar.gz"
326+
sha256 "ba561c48a67c5958007083d386c3295464928b01faa735ab8547c5692e87f464"
327327
end
328328

329329
resource "urllib3" do

0 commit comments

Comments
 (0)