Skip to content

Commit a0f0b81

Browse files
BrewTestBotfxcoudert
authored andcommitted
bkmr 6.2.2
1 parent f0cd4f4 commit a0f0b81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/b/bkmr.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Bkmr < Formula
22
desc "Unified CLI Tool for Bookmark, Snippet, and Knowledge Management"
33
homepage "https://github.com/sysid/bkmr"
4-
url "https://github.com/sysid/bkmr/archive/refs/tags/v6.2.1.tar.gz"
5-
sha256 "48ab7e312ec7adac65cf32b997a17eedd4a3d42e75c3f8b7d95bd2a6fa86a959"
4+
url "https://github.com/sysid/bkmr/archive/refs/tags/v6.2.2.tar.gz"
5+
sha256 "d71572679f7e416c03aeb467498aeaee75065b8b9fcf745ad64c59556af7cf19"
66
license "BSD-3-Clause"
77
head "https://github.com/sysid/bkmr.git", branch: "main"
88

@@ -39,7 +39,7 @@ def install
3939
test do
4040
assert_match version.to_s, shell_output("#{bin}/bkmr --version")
4141

42-
expected_output = "No database configured or the configured database does not exist."
42+
expected_output = "The configured database does not exist"
4343
assert_match expected_output, shell_output("#{bin}/bkmr info 2>&1", 1)
4444
end
4545
end

0 commit comments

Comments
 (0)