Skip to content

Commit 0e36e32

Browse files
authored
Merge pull request Homebrew#225535 from xwmx/bump-nb-7.20.0
nb 7.20.0
2 parents 757b2c0 + 8915df2 commit 0e36e32

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nb.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
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.19.1.tar.gz"
5-
sha256 "124ea1d390a16805cd1d3aed6797595c907a4a09e867ee6e36490bebe370e00f"
4+
url "https://github.com/xwmx/nb/archive/refs/tags/7.20.0.tar.gz"
5+
sha256 "7d677e88ebeb64f9f94a78e0b08cc4d60146bdf2f591fcd6bf31f832eba55e08"
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: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b"
13-
sha256 cellar: :any_skip_relocation, sonoma: "7f7aeb517abed3249f3bd69f415ccb3ca6de8492280ab60aab2268a099111907"
14-
sha256 cellar: :any_skip_relocation, ventura: "7f7aeb517abed3249f3bd69f415ccb3ca6de8492280ab60aab2268a099111907"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3208591411264290fa2633fd21954edf3613e626eaf4b3a52e46eca533a4088b"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a"
13+
sha256 cellar: :any_skip_relocation, sonoma: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76"
14+
sha256 cellar: :any_skip_relocation, ventura: "caca87987f57de4883413dad8a52eade0bffa8207688e7ccc2a392801cf59a76"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "b1137153eb724d3518bc346355bab19bb0e4272223a9c47c92fd749bddb0730a"
1717
end
1818

1919
depends_on "bat"

0 commit comments

Comments
 (0)