Skip to content

Commit c877868

Browse files
authored
Merge pull request #236433 from Homebrew/bump-keychain-2.9.6
keychain 2.9.6
2 parents 88e8fd1 + 9974200 commit c877868

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/k/keychain.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Keychain < Formula
22
desc "User-friendly front-end to ssh-agent(1)"
33
homepage "https://www.funtoo.org/Keychain"
4-
url "https://github.com/funtoo/keychain/archive/refs/tags/2.9.5.tar.gz"
5-
sha256 "c883f26db616bc1c81ba5ef3832c7ad912f3e8bd0baf6aaff981164c538a1411"
4+
url "https://github.com/danielrobbins/keychain/archive/refs/tags/2.9.6.tar.gz"
5+
sha256 "7fd260679bfc86f10a66e9411b098848c5ec67aa7d129017e355a8d91159af0c"
66
license "GPL-2.0-only"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Keychain < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "426ab593c7a025a794d941bf562d7bd1f9505d43c719962d97f351b9602a74ae"
14+
sha256 cellar: :any_skip_relocation, all: "6077b11f52f19e3c9d0616e7970adb8ecdc8cfc209c22a161531a5e9e65bfb6b"
1515
end
1616

1717
def install

0 commit comments

Comments
 (0)