|
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.16.1.tar.gz" |
5 | | - sha256 "9d12679262274f7234cf9b16ee8d52260cfac0b694756218d3a29de89f31a6e5" |
| 4 | + url "https://github.com/walles/moor/archive/refs/tags/v2.16.2.tar.gz" |
| 5 | + sha256 "20873548bbc9200bfd07b464f420ee6428d433f8a96d98c81af1b65020a84114" |
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: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "b28d04ecd3a5f036a262414b6abbb13575ce631896322c1820f5a4852a5166c9" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "c189484289af3cf26e47725e82af068d7252a40318c86429b8a99adc960168c1" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "d969cb09fdfba1d594900c87d4df19d3d1cc751ee009890f1a4033cca47c94e7" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "aecf18cb9f25e842028745846375e7b8ff4165c27d23ee1fa6a267edbdfaa0ad" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0d02f55695a179709453d6fed892a18d602a3f4ca1f9379457dcf438929e62f2" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "b4eae71cf0f1ad860c1a5b1672d69c0f2f7dcb867fa3866be7f82ee46620e17a" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "3a92a88e5cdc7820516006c87b66bfeb139a2abba1e7e3217477d66ea40815cf" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c178c3750ccd53ab517bc48033ff2db80708bae5071353d6b4e781e29210737b" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments