|
1 | 1 | class Moor < Formula |
2 | 2 | desc "Nice to use pager for humans" |
3 | 3 | homepage "https://github.com/walles/moor" |
4 | | - url "https://github.com/walles/moor/archive/refs/tags/v2.4.0.tar.gz" |
5 | | - sha256 "5bbd0faa5059bc84f8d29f363029897bb973e6625efc32c570d4aa421b769daa" |
| 4 | + url "https://github.com/walles/moor/archive/refs/tags/v2.4.1.tar.gz" |
| 5 | + sha256 "53baeffdd83c6f0c09f0b1754395fd7ed222df885dc4a758517a4d2ecfe62b93" |
6 | 6 | license "BSD-2-Clause" |
7 | 7 | head "https://github.com/walles/moor.git", branch: "master" |
8 | 8 |
|
9 | 9 | no_autobump! because: :bumped_by_upstream |
10 | 10 |
|
11 | 11 | bottle do |
12 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "17007f75ca1e0a91f4453aebc0a69147d601684d919f0262c56ee6e7c92e20ea" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "17007f75ca1e0a91f4453aebc0a69147d601684d919f0262c56ee6e7c92e20ea" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "17007f75ca1e0a91f4453aebc0a69147d601684d919f0262c56ee6e7c92e20ea" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "32465f31d810f8e2d7af8f2ce53ef9bd85d632ffc49331b6f0f89bd7a25b3229" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "288ae9bef0b87a61327ba342d3c7ff226d25a31c749fb3a9280445bd2c1d4134" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "454c9f7ca299b3ea400fdf7a2fa3b9cd49d596a4cc07ee1410531600ae7a8a7b" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "a1435f939332b9793284ac13e30574b8fcabd87a586cd16b87fea229098ef4ca" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "b3f893dc6cb267b14f1d6220fb843ce8c8c57770d79825f6893eff110e22943e" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "0b49d7931664a474a6b60c19108ef7fcffe3636d0421e06b6b7799aa3a7b174c" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "18b84d6fab2a4093ceb973d50111e1ac039f4b87017a0b02be8f88af385c61f9" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments