Skip to content

Commit

Permalink
Merge pull request #200662 from Homebrew/bump-pint-0.69.1
Browse files Browse the repository at this point in the history
pint 0.69.1
  • Loading branch information
BrewTestBot authored Dec 10, 2024
2 parents b041a21 + c9a9312 commit 2e2f376
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/p/pint.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
class Pint < Formula
desc "Prometheus rule linter/validator"
homepage "https://cloudflare.github.io/pint/"
url "https://github.com/cloudflare/pint/archive/refs/tags/v0.69.0.tar.gz"
sha256 "25ef7e683879d4baf95def0cb5d65651e8174814773850b4d8d00f8cb7b2828e"
url "https://github.com/cloudflare/pint/archive/refs/tags/v0.69.1.tar.gz"
sha256 "8f8c67a86b81dc0518dcb65ee53aa698d101801c587800a52daf3dab515d3791"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d07400e78abc4d7b58c7acf4414f5328c3145c1da776a84e99c8fa6f452e72d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6d07400e78abc4d7b58c7acf4414f5328c3145c1da776a84e99c8fa6f452e72d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6d07400e78abc4d7b58c7acf4414f5328c3145c1da776a84e99c8fa6f452e72d"
sha256 cellar: :any_skip_relocation, sonoma: "ebc5e26727ed549e96709c09e40a72aba9bf552dc4528ceb7b30b89b7c41ca14"
sha256 cellar: :any_skip_relocation, ventura: "ebc5e26727ed549e96709c09e40a72aba9bf552dc4528ceb7b30b89b7c41ca14"
sha256 cellar: :any_skip_relocation, x86_64_linux: "eefb3b4ba0441f33ca270101093f47d006367f6bd0c3a200574df6408698e0b5"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "5eb3ee6a681e77ff021fe0b18d56acc52fe2fe34b9cdb325e3a2aab78ff7f81a"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5eb3ee6a681e77ff021fe0b18d56acc52fe2fe34b9cdb325e3a2aab78ff7f81a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5eb3ee6a681e77ff021fe0b18d56acc52fe2fe34b9cdb325e3a2aab78ff7f81a"
sha256 cellar: :any_skip_relocation, sonoma: "fc496ab6a5bfb537bc4c3f424198b5112f74eea869c42484006a3a184f3bd3f0"
sha256 cellar: :any_skip_relocation, ventura: "fc496ab6a5bfb537bc4c3f424198b5112f74eea869c42484006a3a184f3bd3f0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "cfbacaa44373e1533cbd43106e9d876c27ca46eb0bdb3ea7a28061bda4fca1e3"
end

depends_on "go" => :build
Expand Down

0 comments on commit 2e2f376

Please sign in to comment.