Skip to content

Commit fc859ee

Browse files
authored
Merge pull request Homebrew#228804 from Homebrew/bump-fedify-1.7.2
fedify 1.7.2
2 parents 0c1b5aa + d8fecac commit fc859ee

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/f/fedify.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
class Fedify < Formula
22
desc "CLI toolchain for Fedify"
33
homepage "https://fedify.dev/cli"
4-
url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.7.1.tar.gz"
5-
sha256 "66b42bdfa4049aac8ab35d37c3a788d8f857813d67fb34627f2cb31373e44a7e"
4+
url "https://github.com/fedify-dev/fedify/archive/refs/tags/1.7.2.tar.gz"
5+
sha256 "2aa330c35073cc9641bd0453589d84aa8baadec63c1efa3c57187184aa301fc4"
66
license "MIT"
77
head "https://github.com/fedify-dev/fedify.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a2ce4774c2572ff9022619f96f56fdd4842e91d3ad8f5c0c9752e1ce407ff86"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1cbf1bdc7c2af063cfcb8ce1a92ba080521b9bc11255fcc64552e23782e06157"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1eb0881b84daccc0b3223f96fc09d5f5db78d059fb7a96564a83f1120ebaf67b"
13-
sha256 sonoma: "e4b1ebd4a87d008fa9141655fd67ecd1d109eee115ab0314e22492395e630461"
14-
sha256 ventura: "9d35a9629705d93491a8f8eb2ebdf0f1175ba419229fa90fd323eb3485f2088c"
15-
sha256 cellar: :any_skip_relocation, arm64_linux: "51cdbecaeb6d8360acb993ff9d9292ecc52eb40fd72da938309d1194ea4949c4"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2707ddee567eb62b2cec07a8e2ef9f565d2ab38ed6f0cd402d42320fd61a0249"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "05b62a8471a4950c7a5ffbbf151a3524d1bbcb7d38b22003ecb5333f71d32cdb"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "69d5d042c6ab7766426ad9ae01b692c1220f3f110b1804f7a01cf619bbce4efb"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec4568623b81d3d7bcfab9a466681c0bfc20e5eccd301acf3c15115c11bea311"
13+
sha256 sonoma: "ca3f5107733c96cd02c0b1b50c1e3b9d3f926ce9a25ec0ee523586e21f391c03"
14+
sha256 ventura: "c2f0594351346e18e4a5552dcd5e35000f2577151f7f62e37966bd58096c489e"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "5996905c918c564186835113a3efea0db196c1a708048b8cc3ac0b00279fac0e"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "01a969459c4c2d52f6c04c73093ff4b42ed289bed9e66de76438e2667a68b346"
1717
end
1818

1919
depends_on "deno" => :build

0 commit comments

Comments
 (0)