Skip to content

Commit e660385

Browse files
authored
Merge pull request #201724 from Homebrew/bump-osv-scanner-1.9.2
osv-scanner 1.9.2
2 parents 3fe3bcf + 15ebfb7 commit e660385

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/osv-scanner.rb

+8-8
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/v1.9.1.tar.gz"
5-
sha256 "ebb7f5017c6fe0c9aad25c520a44ac32d0424efb75f87641f66d5c2ef4fafe1a"
4+
url "https://github.com/google/osv-scanner/archive/refs/tags/v1.9.2.tar.gz"
5+
sha256 "e2b62d114102eb9903e7ed110f69560bbf91b57c3163a256f532ab26dde45a49"
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_sequoia: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "226172ffbc9ddb4f34c8003fec05a62da7491302b4d5aa6ee6c2dea5647f8afd"
13-
sha256 cellar: :any_skip_relocation, sonoma: "868649b3842576c0a91f310ddc62cc4c0a56d8c6d854cf08ef2807bdc7e7c34d"
14-
sha256 cellar: :any_skip_relocation, ventura: "868649b3842576c0a91f310ddc62cc4c0a56d8c6d854cf08ef2807bdc7e7c34d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "bab7d906de15d19e94eee63d3bd56f92a5e6d58f6e657811bf35ecb104ca1fd3"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "851aaf1113a28c7a54695e783352c748fc5e5f89550dd7b8e13612692536e08a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "538d9596001e65d42de4377aef8ad6ebd6abda387f2874553cc0b251d5f1215e"
14+
sha256 cellar: :any_skip_relocation, ventura: "538d9596001e65d42de4377aef8ad6ebd6abda387f2874553cc0b251d5f1215e"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cb8d7bbdf767630345c3a08415d373b62815fcf704a485583a6aa53531805d6f"
1616
end
1717

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

0 commit comments

Comments
 (0)