Skip to content

Commit 74b4496

Browse files
authored
Merge pull request #222286 from Homebrew/bump-keychain-2.9.2
keychain 2.9.2
2 parents a522905 + c7add55 commit 74b4496

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Formula/k/keychain.rb

Lines changed: 7 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.1.tar.gz"
5-
sha256 "49e7bec7495cf79300a23ad13fbdd7c2083f823c7dac2c1333bd70e8bfd83d8d"
4+
url "https://github.com/funtoo/keychain/archive/refs/tags/2.9.2.tar.gz"
5+
sha256 "508ae2593e38d2fa6b9fed6c773114017abb81ef428b31bd28ae78d48e45e591"
66
license "GPL-2.0-only"
77

88
livecheck do
@@ -12,10 +12,14 @@ class Keychain < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, all: "d2c7d19cb924412c874cdf963b2d99186d257199fab4bbd3320f0c5d8d05aeec"
15+
sha256 cellar: :any_skip_relocation, all: "db84c4a63443468017fffbcb174ba06dc3697c8a659722eb8ba112bb417b70fc"
1616
end
1717

1818
def install
19+
# BSD-compatible `Makefile` is not working on macOS, so revert changes
20+
# Commit ref: https://github.com/funtoo/keychain/commit/516df473cfcc24ba109ceb842f7908f28f854f19
21+
inreplace "Makefile", /^(\w+)\s*!=\s*(.+)$/, "\\1:=$(shell \\2)"
22+
1923
system "make"
2024
bin.install "keychain"
2125
man1.install "keychain.1"

0 commit comments

Comments
 (0)