Skip to content

Commit

Permalink
update from ggshield
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 29, 2022
1 parent cd426fd commit 65397d9
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions Formula/ggshield.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ class Ggshield < Formula

desc "Detect secrets in source code, scan your repos and docker images for leaks"
homepage "https://github.com/GitGuardian/ggshield"
url "https://files.pythonhosted.org/packages/f0/98/3024959a8c01253a168f8b1941daefd9f63d0ec2c433f4d4e3568355c3e2/ggshield-1.10.7.tar.gz"
sha256 "e002577bf434be85baef737970d387efd95ea094b08b93399be577d2bb5a7f0e"
url "https://files.pythonhosted.org/packages/c0/00/a4e3b3094c160881b5144ce354e34796632d49b8cb50664bdf0f4aca794e/ggshield-1.11.0.tar.gz"
sha256 "56cc3986834fdb39a349eee1e86d9fe28d013465bd5b8aa4b8e2fcce1bd7c9c4"
license "MIT"

depends_on "python3"
Expand All @@ -15,13 +15,13 @@ class Ggshield < Formula
end

resource "charset-normalizer" do
url "https://files.pythonhosted.org/packages/e8/e8/b6cfd28fb430b2ec9923ad0147025bf8bbdf304b1eb3039b69f1ce44ed6e/charset-normalizer-2.0.11.tar.gz"
sha256 "98398a9d69ee80548c762ba991a4728bfc3836768ed226b3945908d1a688371c"
url "https://files.pythonhosted.org/packages/56/31/7bcaf657fafb3c6db8c787a865434290b726653c912085fbd371e9b92e1c/charset-normalizer-2.0.12.tar.gz"
sha256 "2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"
end

resource "click" do
url "https://files.pythonhosted.org/packages/f4/09/ad003f1e3428017d1c3da4ccc9547591703ffea548626f47ec74509c5824/click-8.0.3.tar.gz"
sha256 "410e932b050f5eed773c4cda94de75971c89cdb3155a72a0831139a79e5ecb5b"
url "https://files.pythonhosted.org/packages/dd/cf/706c1ad49ab26abed0b77a2f867984c1341ed7387b8030a6aa914e2942a0/click-8.0.4.tar.gz"
sha256 "8458d7b1287c5fb128c90e23381cf99dcde74beaf6c7ff6384ce84d6fe090adb"
end

resource "idna" do
Expand All @@ -30,13 +30,23 @@ class Ggshield < Formula
end

resource "marshmallow" do
url "https://files.pythonhosted.org/packages/ff/04/9a03e7e8e68b1cee2396f51d41cd8741920a8c7b74b32a9e6b29da56e40f/marshmallow-3.14.1.tar.gz"
sha256 "4c05c1684e0e97fe779c62b91878f173b937fe097b356cd82f793464f5bc6138"
url "https://files.pythonhosted.org/packages/ef/d1/3c7c7d0ed4470c49c971cb5db4c5becdc37bd3969946bba434216c56c08c/marshmallow-3.15.0.tar.gz"
sha256 "2aaaab4f01ef4f5a011a21319af9fce17ab13bf28a026d1252adab0e035648d5"
end

resource "packaging" do
url "https://files.pythonhosted.org/packages/df/9e/d1a7217f69310c1db8fdf8ab396229f55a699ce34a203691794c5d1cad0c/packaging-21.3.tar.gz"
sha256 "dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
end

resource "pygitguardian" do
url "https://files.pythonhosted.org/packages/37/fb/fbd1090ecad83baafdc0f1d557917cc1f5303c47fa84f4f8a37192dde774/pygitguardian-1.3.1.tar.gz"
sha256 "10b6f3603b2448c636522e7c2e84f1b9ea8f0e3e5e3d6f0ce6675fcdf74786c9"
url "https://files.pythonhosted.org/packages/0d/6d/ef9a0ff242ba23c052f8da8a9c6ea7da3db554781c11960d597e74bdf516/pygitguardian-1.3.4.tar.gz"
sha256 "293b29c994804957ce94f6337f1196e565496ecd9d1288721f72d440dd9d6fa6"
end

resource "pyparsing" do
url "https://files.pythonhosted.org/packages/d6/60/9bed18f43275b34198eb9720d4c1238c68b3755620d20df0afd89424d32b/pyparsing-3.0.7.tar.gz"
sha256 "18ee9022775d270c55187733956460083db60b37d0d0fb357445f3094eed3eea"
end

resource "python-dotenv" do
Expand All @@ -54,19 +64,9 @@ class Ggshield < Formula
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
end

resource "termcolor" do
url "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz"
sha256 "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b"
end

resource "urllib3" do
url "https://files.pythonhosted.org/packages/b0/b1/7bbf5181f8e3258efae31702f5eab87d8a74a72a0aa78bc8c08c1466e243/urllib3-1.26.8.tar.gz"
sha256 "0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"
end

resource "yaspin" do
url "https://files.pythonhosted.org/packages/6a/b2/144d100c915784ab551e0f7809aaecdd103786a227b0f30db341ffe649be/yaspin-2.1.0.tar.gz"
sha256 "c8d34eca9fda3f4dfbe59f57f3cf0f3641af3eefbf1544fbeb9b3bacf82c580a"
url "https://files.pythonhosted.org/packages/1b/a5/4eab74853625505725cefdf168f48661b2cd04e7843ab836f3f63abf81da/urllib3-1.26.9.tar.gz"
sha256 "aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"
end

def install
Expand Down

0 comments on commit 65397d9

Please sign in to comment.