Skip to content

Commit

Permalink
Merge pull request Homebrew#205207 from Homebrew/bump-semgrep-1.104.0
Browse files Browse the repository at this point in the history
semgrep 1.104.0
  • Loading branch information
BrewTestBot authored Jan 22, 2025
2 parents 44a06b6 + 8a55737 commit b60d816
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/s/semgrep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class Semgrep < Formula
desc "Easily detect and prevent bugs and anti-patterns in your codebase"
homepage "https://semgrep.dev"
url "https://github.com/semgrep/semgrep.git",
tag: "v1.103.0",
revision: "99f81dcb62847864950c4e14915fc7a2b25d67e4"
tag: "v1.104.0",
revision: "c13040ce1b5a23f1309820ca99cd27da29ecd0eb"
license "LGPL-2.1-only"
head "https://github.com/semgrep/semgrep.git", branch: "develop"

Expand All @@ -15,12 +15,12 @@ class Semgrep < Formula
end

bottle do
sha256 cellar: :any, arm64_sequoia: "6d44873160eaa220b277642a0bdb7a0a19623ae7fa45ddb6c85ad04f457b648a"
sha256 cellar: :any, arm64_sonoma: "00abddc0967acae8bb16373f3362c8b0f1345bd8f43cd0a0557cf9c1000ca9e3"
sha256 cellar: :any, arm64_ventura: "8efbee88da2ce67ebc57f096013624f093d6720b0cb270ab2d74f161da1cdbb9"
sha256 cellar: :any, sonoma: "616dd75b15cf652360bfe87daa03a1a32f93091040c4435575815068417e0764"
sha256 cellar: :any, ventura: "705095d9d072a08259657f5eb8f2fe09c6017d13ec54e2630460df6472343a09"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1be97e852fa1a65fc26ac121ac6735b88709aafe693309d97cee25633505e089"
sha256 cellar: :any, arm64_sequoia: "4962672480dc406bea615b48d139560916709b91bd1c851810c167eb9abc441c"
sha256 cellar: :any, arm64_sonoma: "91d27f95905d452d6c1199abb4f6a72c9e76b58d0b2135064cdbfdc06e9f372e"
sha256 cellar: :any, arm64_ventura: "8caf6659359791200fa02fd32f30c9196cb8eda16b2aab9696eb5486246d6f7f"
sha256 cellar: :any, sonoma: "2cce5fcd963043bb699352065539d844748b992adf0bcb21b0194749995722c6"
sha256 cellar: :any, ventura: "6bc6db4ad6999d5390771f2ecce51e8521a2f9b695732c8283abd9706367846b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "457583255ccafdf517deffeef05386ef79ec16394dcf728e49c485f3e5bf79e1"
end

depends_on "autoconf" => :build
Expand Down Expand Up @@ -205,8 +205,8 @@ class Semgrep < Formula
end

resource "referencing" do
url "https://files.pythonhosted.org/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz"
sha256 "25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c"
url "https://files.pythonhosted.org/packages/27/32/fd98246df7a0f309b58cae68b10b6b219ef2eb66747f00dfb34422687087/referencing-0.36.1.tar.gz"
sha256 "ca2e6492769e3602957e9b831b94211599d2aade9477f5d44110d2530cf9aade"
end

resource "requests" do
Expand Down

0 comments on commit b60d816

Please sign in to comment.