Skip to content

Commit

Permalink
Merge pull request #178480 from Homebrew/bump-poutine-0.14.0
Browse files Browse the repository at this point in the history
poutine 0.14.0
  • Loading branch information
BrewTestBot authored Jul 25, 2024
2 parents 97648c8 + ee3697e commit 2244715
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/poutine.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
class Poutine < Formula
desc "Security scanner that detects vulnerabilities in build pipelines"
homepage "https://boostsecurityio.github.io/poutine/"
url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.13.0.tar.gz"
sha256 "d36f1e5849599d5b56a8838818a1dc41e30e113a5f1a098607cf40b32e5639fb"
url "https://github.com/boostsecurityio/poutine/archive/refs/tags/v0.14.0.tar.gz"
sha256 "5f77df5275a7df91ed79a55fcb605735c894c94c75d40962d32010dfa76095f0"
license "Apache-2.0"
head "https://github.com/boostsecurityio/poutine.git", branch: "main"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc8d260725a77263604bc08485eb37f1738577175e69c44043491289b11b2ecc"
sha256 cellar: :any_skip_relocation, arm64_ventura: "74ed2b5adbbdc796e284b38769bfa4bab796348f26b57279d897e658a508ada7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8d7005fb53c259e8db333a56704e471c7bacd07a11e622550883f863768aa87d"
sha256 cellar: :any_skip_relocation, sonoma: "2d8af7029d02d05ff9c3f76e2727c8f63a752d9d04f7198b08d89433c993f3a1"
sha256 cellar: :any_skip_relocation, ventura: "78c635b84df8386a38c56639f0bee52ac8b7e8f0bac3e87d1b7a241fd4ff277d"
sha256 cellar: :any_skip_relocation, monterey: "deb3d82f09e410df4b11fe230790ea2ecc85d310487dbb206c0a16588c0cd643"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0b9d689c1a7811a4e465afefcb7b3ef8f5b7a1d297035742108352b98f06b52"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "04550e0944b1fc187200fe0f22095190480dbb115efe4711165edcbf3bae89ce"
sha256 cellar: :any_skip_relocation, arm64_ventura: "529fa0a637ed9150747b32d27b2c1adb46c8ff5e0ab325e14728850b0d227a03"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7af21883d1fe5addf882abcd6577cfa5574a1784a11b4c4e70cec1b5e0e53d2e"
sha256 cellar: :any_skip_relocation, sonoma: "30d5d79e6a8ea75b39df66136f8d51421fbd8647792ce242fb8bdb5143adadc9"
sha256 cellar: :any_skip_relocation, ventura: "39fd2685c76cd16e3eccbd9ba70ae61812976b63833137be4b2bc59c79e44db7"
sha256 cellar: :any_skip_relocation, monterey: "8b1da75511bc121b70e3fa3381606ef510f8760985684302eec7d3b263d08b10"
sha256 cellar: :any_skip_relocation, x86_64_linux: "16c8713c259c1200361d847b12f80d0a623ad520db4a4b5bbfe3be6f9429623c"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2244715

Please sign in to comment.