Skip to content

Commit 6f28618

Browse files
BrewTestBotdaeho-ro
authored andcommitted
keychain 2.9.2
1 parent f7a18fe commit 6f28618

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Formula/k/keychain.rb

Lines changed: 6 additions & 2 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
@@ -16,6 +16,10 @@ class Keychain < Formula
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)