|
1 | 1 | class Fedify < Formula |
2 | 2 | desc "CLI toolchain for Fedify" |
3 | 3 | homepage "https://fedify.dev/cli" |
4 | | - url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.8.13.tar.gz" |
5 | | - sha256 "8b04aca6f3ebf8395987be1925e5d22158f047a855aa070551a7e3e4e90d5887" |
| 4 | + url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.9.0.tar.gz" |
| 5 | + sha256 "74a806aae95f37650804fcdae5d146963c83eda9f0e5348ec9da341bd694c013" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/fedify-dev/fedify.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "5237ca6bfae59e3e15e1c60735e6792c50c2ac2b2d9d38c90a625411f473f7b5" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d82e7f86315ee983c73dc9bd74dc845d4cfb2cf677d405e9f5a8df9284fff218" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "84bc584005db4c42a4c9b14df5fd2fb3015f2146d6cc36388d15b1f2fe17bfdd" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "8310c96e13bc186873d988d936d8aae4a65f0b397b19cf00babc28a923627fad" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "dd847872f8256f798b0028204f5e54d1a1acf2c099eb72b235e67f96e7895fae" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "05bd1fb2f5a7e6a08514d1e4aa6cb4823f5935828a6602b75686eb58ecf5e36d" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "b03c16fe30af02be91b0fc38dcd6668582549eac01365130ccc1ab7fde37c644" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2e57937eb7125af08bb4ee2a5d2392cfc3a6659c556d98fc97c1e38ebf4394d8" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c6ab5ef6cc4b801d3cc26f1feae77a0fa195fca460c983f92b681cff1ccf177f" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "d4283c6b7a1245dad9602ac621ae2392d72db86af28850786a7e687f226b1f38" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "10f53e2645d8eb66de99c03465c4336f211aac846f712d0ee9b9e6730dce75be" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "c4e49db4eb34f7244a1eb951331f6f2d385da83a74193b24a54b3d48b59de92c" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "deno" => :build |
|
0 commit comments