Skip to content

Commit bb4e55f

Browse files
authored
Merge pull request #235901 from Homebrew/bump-bkmr-6.2.2
bkmr 6.2.2
2 parents 60d7548 + 8701a11 commit bb4e55f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/b/bkmr.rb

Lines changed: 10 additions & 10 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

@@ -12,13 +12,13 @@ class Bkmr < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9ad31e0bceb043476b6116791166480a0a758cdb8b0504d1513b471511aea94a"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3350b87d7a4cf7c53c668dfef7a57e2ffb7f0b3ce13a271ac30c839854e2f3b4"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2bac518659b7b48c93f9601d3f1af47e738430bd34e5e8987bb1d3a84bedb9c0"
18-
sha256 cellar: :any_skip_relocation, sonoma: "e2e06fd24d1b7c2ee3b10c6adf6256ec43a3082b5f76279e2d9f68f3b7c7e5b0"
19-
sha256 cellar: :any_skip_relocation, ventura: "d64792e30c7a33bf86fa23749935a580abdde521d4cabea312107c183aabc36e"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "fffc5691b11d95e6e019ffb650aa810e6ced5d0dd18c1056abbe14cd34507995"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "881f666cd8806872dc46e33ec2638a828b1a2d27bbe4ac103e5a7d6e52ac9f5d"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0287e9f7aa6391635d9251c65a1220b4a819a391136dc29d7987f5c81adeb2d7"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b48bd07f3cb849498493b9b627e54caaa9a718ff3529cad5030ea49f40b96cb5"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "d580abfbc4680785cab2ca86f5e3579ac827ef8b88936c7d0bc9874ada6a0590"
18+
sha256 cellar: :any_skip_relocation, sonoma: "d339f9224dc99f616f51d278f59e9a0544b1805ca2607bda7249bfd7e872bff3"
19+
sha256 cellar: :any_skip_relocation, ventura: "37843b373482319c715861f4a4ad68daef9f2ed2f014583d82509132a43ca647"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "2854567d14f43056d6e86f621326ca5266fb165be5760973f94a0c3a3a69c1e2"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9eedb372086c51611487c0151f5e03d711d599cac7a0865a29f95209678a6df3"
2222
end
2323

2424
depends_on "rust" => :build
@@ -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)