Skip to content

Commit 5e1634b

Browse files
authored
Merge pull request Homebrew#191084 from Homebrew/bump-gosec-2.21.3
gosec 2.21.3
2 parents a334c20 + b857fba commit 5e1634b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/g/gosec.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
class Gosec < Formula
22
desc "Golang security checker"
33
homepage "https://securego.io/"
4-
url "https://github.com/securego/gosec/archive/refs/tags/v2.21.2.tar.gz"
5-
sha256 "35a55699e6998555f778f604851da4d026bc279bf29956600a1e5bf5aca093a5"
4+
url "https://github.com/securego/gosec/archive/refs/tags/v2.21.3.tar.gz"
5+
sha256 "a055288d34dde54efcf6d3bdc1492d8384d661bf934b345d6db9cd8fc376472d"
66
license "Apache-2.0"
77
head "https://github.com/securego/gosec.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "6e7f99a0844c401bc5fcbd3ddbb390f54fcf2dd81111fed00f89ab2e9ced371f"
14-
sha256 cellar: :any_skip_relocation, sonoma: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d"
15-
sha256 cellar: :any_skip_relocation, ventura: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d"
16-
sha256 cellar: :any_skip_relocation, monterey: "c1e70fe291046b67d088d0cac631d248d406557558a0da366eef841760ade47d"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "89eb114ea6ad193953ac7cb24217527b7cced9883765c443ff4594beafd12a2b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6149e9fa5db0b21d3620217c0a350ebc1579569e1f474eeb4a37bf652da0bdd2"
13+
sha256 cellar: :any_skip_relocation, sonoma: "12584b86db4e00885a8a3b88a34bb18e37b3828d5efa93784165fd750b9c0c6d"
14+
sha256 cellar: :any_skip_relocation, ventura: "12584b86db4e00885a8a3b88a34bb18e37b3828d5efa93784165fd750b9c0c6d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "16c5dd2be89f15e85064e0a20e108f4a76fd6adfaa8b950c694fa956b901fe80"
1816
end
1917

2018
depends_on "go"

0 commit comments

Comments
 (0)