Skip to content

Commit b55e3b8

Browse files
committed
cycode 3.2.1
1 parent 4fc36e3 commit b55e3b8

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

Formula/c/cycode.rb

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ class Cycode < Formula
33

44
desc "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning"
55
homepage "https://github.com/cycodehq/cycode-cli"
6-
url "https://files.pythonhosted.org/packages/5d/0e/218047f13e200fcd1b7f372bf9b10b64a18cb1b66da798fb2ac8a937d4f6/cycode-3.2.0.tar.gz"
7-
sha256 "b35b17ad7dfbf114997b2c916d3ed7420361483d88f0fdca5eb65028469a8420"
6+
url "https://files.pythonhosted.org/packages/b2/94/3305cb2411246452a2bcbcb971cafd0e96c8e6f5a350bb56c1a56e5db4f6/cycode-3.2.1.tar.gz"
7+
sha256 "d81780bc504029ee6e2543ce9c1d52b301b8cba5e1a33ef4e7c213ebc9b43440"
88
license "MIT"
99

1010
bottle do
@@ -110,8 +110,8 @@ class Cycode < Formula
110110
end
111111

112112
resource "mcp" do
113-
url "https://files.pythonhosted.org/packages/f2/df/8fefc0c6c7a5c66914763e3ff3893f9a03435628f6625d5e3b0dc45d73db/mcp-1.9.3.tar.gz"
114-
sha256 "587ba38448e81885e5d1b84055cfcc0ca56d35cd0c58f50941cab01109405388"
113+
url "https://files.pythonhosted.org/packages/06/f2/dc2450e566eeccf92d89a00c3e813234ad58e2ba1e31d11467a09ac4f3b9/mcp-1.9.4.tar.gz"
114+
sha256 "cfb0bcd1a9535b42edaef89947b9e18a8feb49362e1cc059d6e7fc636f2cb09f"
115115
end
116116

117117
resource "mdurl" do
@@ -129,9 +129,14 @@ class Cycode < Formula
129129
sha256 "52fd46ee46f6c8667692682c1fd7134edc65a2d2d084ebec1d295a6087fc0291"
130130
end
131131

132+
resource "pathvalidate" do
133+
url "https://files.pythonhosted.org/packages/fa/2a/52a8da6fe965dea6192eb716b357558e103aea0a1e9a8352ad575a8406ca/pathvalidate-3.3.1.tar.gz"
134+
sha256 "b18c07212bfead624345bb8e1d6141cdcf15a39736994ea0b94035ad2b1ba177"
135+
end
136+
132137
resource "pydantic" do
133-
url "https://files.pythonhosted.org/packages/f0/86/8ce9040065e8f924d642c58e4a344e33163a07f6b57f836d0d734e0ad3fb/pydantic-2.11.5.tar.gz"
134-
sha256 "7f853db3d0ce78ce8bbb148c401c2cdd6431b3473c0cdff2755c7690952a7b7a"
138+
url "https://files.pythonhosted.org/packages/00/dd/4325abf92c39ba8623b5af936ddb36ffcfe0beae70405d456ab1fb2f5b8c/pydantic-2.11.7.tar.gz"
139+
sha256 "d989c3c6cb79469287b1569f7447a17848c998458d49ebe294e975b9baf0f0db"
135140
end
136141

137142
resource "pydantic-core" do
@@ -185,8 +190,8 @@ class Cycode < Formula
185190
end
186191

187192
resource "sentry-sdk" do
188-
url "https://files.pythonhosted.org/packages/22/67/d552a5f8e5a6a56b2feea6529e2d8ccd54349084c84176d5a1f7295044bc/sentry_sdk-2.29.1.tar.gz"
189-
sha256 "8d4a0206b95fa5fe85e5e7517ed662e3888374bdc342c00e435e10e6d831aa6d"
193+
url "https://files.pythonhosted.org/packages/04/4c/af31e0201b48469786ddeb1bf6fd3dfa3a291cc613a0fe6a60163a7535f9/sentry_sdk-2.30.0.tar.gz"
194+
sha256 "436369b02afef7430efb10300a344fb61a11fe6db41c2b11f41ee037d2dd7f45"
190195
end
191196

192197
resource "shellingham" do

0 commit comments

Comments
 (0)