Skip to content

Commit 4702cb1

Browse files
authored
Merge pull request #258177 from Homebrew/bump-osv-scanner-2.3.1
osv-scanner 2.3.1
2 parents 8b7d17c + b08a2bf commit 4702cb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/osv-scanner.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class OsvScanner < Formula
22
desc "Vulnerability scanner which uses the OSV database"
33
homepage "https://github.com/google/osv-scanner"
4-
url "https://github.com/google/osv-scanner/archive/refs/tags/v2.3.0.tar.gz"
5-
sha256 "64b1df1cd7c5c6f8508628fe2ead1969bd9bcf5e3d7d72b3a61ceab8ccae34f8"
4+
url "https://github.com/google/osv-scanner/archive/refs/tags/v2.3.1.tar.gz"
5+
sha256 "d5c64ac45206cc32b2ee1eeac7676a32cf1997dd36f6674ce943f4c2c4911a86"
66
license "Apache-2.0"
77
head "https://github.com/google/osv-scanner.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "66bf404fe146bc688ec5f8f11fa00007bee9748bdd037064129ed637ab2af44a"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "08877f4f981ff51f567891bd0b93c0b7e1031ae8d1c9874622f051af3a5e560e"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "457131d3bca1cf35080fb5e33aa190b8068f43c20b64294d82ac952d52c8dadf"
13-
sha256 cellar: :any_skip_relocation, sonoma: "c47d6da48d19601b70d40bb85e23fc460da1958401219cece3741b7c16a2b88e"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "71c567a08b358d6282a648fb2a1f1e0530f19fc51c7ff6f899e406c749dc26af"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "48d09bab40e22ef4b738c883cbde6a38c06c00d25f983058d5d0bf5f2d655040"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d09732e318e9000d6a337577713eae6303a0f34c934a3644e77002c8724c98ab"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9039a76b882870eeb4fab347ba54170da2ab0c46b02ac083a60931a338beb59e"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa7296fe0500323389384f4ac03f48aa1d5f8c2c99b19878c2fffc8d0108f5cc"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2d358839d2de1d919857a418426ebe457587baf05c6604548b726d055efe109c"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "4e9d9e1c7ede0717bc7e9be4f8ef91208b40f061fbdda620d283315c2634730d"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "142b019921fbffbb10289f6cdda05fe337219f5aa441743287698746d19674b6"
1616
end
1717

1818
depends_on "go" => [:build, :test]

0 commit comments

Comments
 (0)