Skip to content

Commit 793adbf

Browse files
authored
Merge pull request #207631 from Homebrew/bump-poutine-0.16.1
poutine 0.16.1
2 parents ac1c2ab + d68401d commit 793adbf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/poutine.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Poutine < Formula
22
desc "Security scanner that detects vulnerabilities in build pipelines"
33
homepage "https://boostsecurityio.github.io/poutine/"
4-
url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.16.0.tar.gz"
5-
sha256 "6a37f8ebbd7aaf59a2e716989fae02274630d6b5b6d9b412ad0e62eb7120a7c2"
4+
url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.16.1.tar.gz"
5+
sha256 "892cd6ad37c2cbee3ae20cb1842787d6c338372836dccf8087eb2bdb08e13b7d"
66
license "Apache-2.0"
77
head "https://github.com/boostsecurityio/poutine.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b64630976f9250659df867f0c4a69fd7f6e51651ba9c483acc3476bb80c3d0ee"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b64630976f9250659df867f0c4a69fd7f6e51651ba9c483acc3476bb80c3d0ee"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b64630976f9250659df867f0c4a69fd7f6e51651ba9c483acc3476bb80c3d0ee"
13-
sha256 cellar: :any_skip_relocation, sonoma: "fd2b05d18e2773d0a857afb7995aadb0b07e0da65685ebd84f30d2a1d7ae4469"
14-
sha256 cellar: :any_skip_relocation, ventura: "fd2b05d18e2773d0a857afb7995aadb0b07e0da65685ebd84f30d2a1d7ae4469"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "72832cd96791f7b3db2b03921061c774a4d6b1f3fd40765a2e7c4f016d49090e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "650900df417aec95a8b81b0d8eb08dc4645d5b6503fe8aec879faf9b9856bffc"
13+
sha256 cellar: :any_skip_relocation, sonoma: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef"
14+
sha256 cellar: :any_skip_relocation, ventura: "5c658fbe5adc07b25198fbbee42b554c59ccb9317bdb68e5b966fa22442646ef"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4be118de7e4947ae368b4a1098139b8f6530f19a9f73979015c25580420b4e48"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)