Skip to content

Commit

Permalink
Merge pull request #202438 from Homebrew/bump-keyring-25.6.0
Browse files Browse the repository at this point in the history
keyring 25.6.0
  • Loading branch information
BrewTestBot authored Dec 25, 2024
2 parents e23519d + d6f48c0 commit 93a0295
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/k/keyring.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ class Keyring < Formula

desc "Easy way to access the system keyring service from python"
homepage "https://github.com/jaraco/keyring"
url "https://files.pythonhosted.org/packages/f6/24/64447b13df6a0e2797b586dad715766d756c932ce8ace7f67bd384d76ae0/keyring-25.5.0.tar.gz"
sha256 "4c753b3ec91717fe713c4edd522d625889d8973a349b0e582622f49766de58e6"
url "https://files.pythonhosted.org/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz"
sha256 "0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4646e94cf5a164fcda463f0cb2eae4e89593a5c50f78544039ae2c771fcc74"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cc4646e94cf5a164fcda463f0cb2eae4e89593a5c50f78544039ae2c771fcc74"
sha256 cellar: :any_skip_relocation, arm64_ventura: "cc4646e94cf5a164fcda463f0cb2eae4e89593a5c50f78544039ae2c771fcc74"
sha256 cellar: :any_skip_relocation, sonoma: "3fe4cef08558a796f0637892910f72ab800c9b224318d09706168da4eb782d03"
sha256 cellar: :any_skip_relocation, ventura: "3fe4cef08558a796f0637892910f72ab800c9b224318d09706168da4eb782d03"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c9e8af18abae8f598e89efe0b271d4261ed0d45a7bec660d889cbfa92c6d5a0"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b6751512859d21a591e9a129a2ae7280e4d7eebec85895469fac19bb600b8bf6"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b6751512859d21a591e9a129a2ae7280e4d7eebec85895469fac19bb600b8bf6"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b6751512859d21a591e9a129a2ae7280e4d7eebec85895469fac19bb600b8bf6"
sha256 cellar: :any_skip_relocation, sonoma: "72d5f42d57266df2bf90fdb718f3f4c2198a37afe1dd27d7331ddfd8e6d7eef2"
sha256 cellar: :any_skip_relocation, ventura: "72d5f42d57266df2bf90fdb718f3f4c2198a37afe1dd27d7331ddfd8e6d7eef2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8a0f4e4498be2d9179f945f490d44fda8e5621171f578c7610e71d9e2ad70d45"
end

depends_on "[email protected]"
Expand Down

0 comments on commit 93a0295

Please sign in to comment.