Skip to content

Commit 294b605

Browse files
authored
Merge pull request #203707 from Homebrew/bump-vet-1.8.11
vet 1.8.11
2 parents 2075629 + cf2ce99 commit 294b605

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/v/vet.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Vet < Formula
22
desc "Policy driven vetting of open source dependencies"
33
homepage "https://github.com/safedep/vet"
4-
url "https://github.com/safedep/vet/archive/refs/tags/v1.8.10.tar.gz"
5-
sha256 "20a161dfc02b55c307dbf01aa051bd346d59e2106c9d23c0c37978bb3f16bc7c"
4+
url "https://github.com/safedep/vet/archive/refs/tags/v1.8.11.tar.gz"
5+
sha256 "5839211c84ccadaa117652ec8b7de465809475cc6825ab5bbd6672284648a035"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "13489f284cdd2c506bb3b2b1922b969d416d6297ef1d9822a1967800492f674c"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a703cf555e4f6de6283836be48e560f53acb7e56b8823b503f1f0e69c7c74288"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1fb5b9cc771fee0d337a73c4a755a7971c04f3b32a7e5ed46e46efeee6d088b"
12-
sha256 cellar: :any_skip_relocation, sonoma: "d802194c6d2568392bc9b92b31940f68077ca2296ee73839d2edf0bd09a1aeb0"
13-
sha256 cellar: :any_skip_relocation, ventura: "e244e256203b1f492da1397f26036c6828b5980f48c39c507ba57d55b668a3c6"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "04799fb8523e9d17fbde7f821d60754b4493c44eb9202f2c1d559ac17ce0a0e5"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dcfe15f7ea4e43cb8a2d532d998167c1d96bd9b375e599c7f074b1a0cdb0639a"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aa8570aecf022931e1e05c608e3d696c3b526254a0b1c836328e5c6e3320ce8e"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e6858138285b4889680b0d7a9ade6edc897dc553e88268ffd3d985e5595cc605"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b391d0e4c64e267f5baab1030c2eaa0bba1fe8642fc07e61d9da732668b297d9"
13+
sha256 cellar: :any_skip_relocation, ventura: "aabf7721967e28c6fe8cb8d6ec8f845dbb24d10e6ea9cc463b3b77c2f97db57d"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "72de35f938e60a99fe2da0bf998f049b3744c9a126f7ed25967cfb74c176eaa7"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)