|
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.5.2.tar.gz" |
5 | | - sha256 "99f4610298e015aeb98de3521d724e840efb24f2e7514fae1d6a8ce8f7ed7c0b" |
| 4 | + url "https://github.com/walles/moor/archive/refs/tags/v2.6.0.tar.gz" |
| 5 | + sha256 "e3f245d01edc1ec1de0c10083e2c818982e6d991a21063aed88064873f3123f0" |
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: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b82c06f771c38a1b3f39d9f31eca15a2187d51c8682915611b82024a7502fa4" |
15 | | - sha256 cellar: :any_skip_relocation, sonoma: "f3078bf5d5add1fd6f30ac6004f67aafe5d86cdc9a2b54478dc2b9e9aefa6b09" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "b9ea35c6f99de3ff3c913b76b71be9a51df607055bd8451b76641b5144fb6fde" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f2abf24387d33debd945fb68733f9e3ab353ed7730ab30f6e2aee9d1eaa4af3d" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9d37476a0b6b0cff1cff3ad26cc6edddd402e7606f12f0041d0cee4dd807b521" |
| 15 | + sha256 cellar: :any_skip_relocation, sonoma: "6cdecca86cd958d445ffa707b9af33d1b3802a7828b487cd6e8a42457428d21b" |
| 16 | + sha256 cellar: :any_skip_relocation, arm64_linux: "44202aa681675085279d61a41d2707dd4e7b553eb8de8000ba665d595e1d9e47" |
| 17 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "900c44b62c7f2b49590cded2068fe3f81c73312f639c79e3f8ec3215dc1356c0" |
18 | 18 | end |
19 | 19 |
|
20 | 20 | depends_on "go" => :build |
|
0 commit comments