Skip to content

Commit 31e6b6b

Browse files
authored
Merge pull request #196735 from xwmx/bump-nb-7.14.6
nb 7.14.6
2 parents a98837c + 5154625 commit 31e6b6b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/n/nb.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Nb < Formula
22
desc "Command-line and local web note-taking, bookmarking, and archiving"
33
homepage "https://xwmx.github.io/nb"
4-
url "https://github.com/xwmx/nb/archive/refs/tags/7.14.5.tar.gz"
5-
sha256 "1927cfbc6deb99ba0a4e26f2fd7d50f2e0f05dad41269ba12a6166b5b6976c77"
4+
url "https://github.com/xwmx/nb/archive/refs/tags/7.14.6.tar.gz"
5+
sha256 "6915bb40e9416f2ab9751e566ead3167e8470a81fc1200bdd12f504e145e9e4d"
66
license "AGPL-3.0-or-later"
77
head "https://github.com/xwmx/nb.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4636e8f586ca8f4aab67ac12636f5e9e45b5a8db06fb90a6b5272ea2ff1fe86a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4636e8f586ca8f4aab67ac12636f5e9e45b5a8db06fb90a6b5272ea2ff1fe86a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "4636e8f586ca8f4aab67ac12636f5e9e45b5a8db06fb90a6b5272ea2ff1fe86a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "1b7d07d393dc0c4092ae3b725304902edc56a67f3af6c9d04443a5f76456af1f"
14-
sha256 cellar: :any_skip_relocation, ventura: "1b7d07d393dc0c4092ae3b725304902edc56a67f3af6c9d04443a5f76456af1f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4636e8f586ca8f4aab67ac12636f5e9e45b5a8db06fb90a6b5272ea2ff1fe86a"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0cf01c32b0b42019926036d006e2d78d0a4a0a43093b6a8be0d505ba096c698"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0cf01c32b0b42019926036d006e2d78d0a4a0a43093b6a8be0d505ba096c698"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b0cf01c32b0b42019926036d006e2d78d0a4a0a43093b6a8be0d505ba096c698"
13+
sha256 cellar: :any_skip_relocation, sonoma: "53aa02c1ddef8179cd9413b4fce4961b8d7058a24e35569136d00e335adf5b75"
14+
sha256 cellar: :any_skip_relocation, ventura: "53aa02c1ddef8179cd9413b4fce4961b8d7058a24e35569136d00e335adf5b75"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b0cf01c32b0b42019926036d006e2d78d0a4a0a43093b6a8be0d505ba096c698"
1616
end
1717

1818
depends_on "bat"

0 commit comments

Comments
 (0)