|
1 | 1 | class Nb < Formula |
2 | 2 | desc "Command-line and local web note-taking, bookmarking, and archiving" |
3 | 3 | 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" |
6 | 6 | license "AGPL-3.0-or-later" |
7 | 7 | head "https://github.com/xwmx/nb.git", branch: "master" |
8 | 8 |
|
9 | 9 | 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" |
17 | 17 | end |
18 | 18 |
|
19 | 19 | depends_on "bat" |
|
0 commit comments