Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/f/fedify.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fedify < Formula
desc "CLI toolchain for Fedify"
homepage "https://fedify.dev/cli"
url "https://github.com/fedify-dev/fedify/archive/refs/tags/2.1.11.tar.gz"
sha256 "6d16c55e7072a131cb45f6c22968b49587962554ebf1fb81f16f3d0c78fd15d5"
url "https://github.com/fedify-dev/fedify/archive/refs/tags/2.2.0.tar.gz"
sha256 "e1416a79cb3b6c0186336ebea20ee0d562c27f1072cfb5e9332055d719f20aa9"
license "MIT"
head "https://github.com/fedify-dev/fedify.git", branch: "main"

Expand Down
Loading