File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class 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
4545end
You can’t perform that action at this time.
0 commit comments