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/d/dyff.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Dyff < Formula
desc "Diff tool for YAML files, and sometimes JSON"
homepage "https://github.com/homeport/dyff"
url "https://github.com/homeport/dyff/archive/refs/tags/v1.10.2.tar.gz"
sha256 "36e103c1424e79135bb4ed54d6b66e6c3f057ff422a5838d3a80ffd4d9a3ef27"
url "https://github.com/homeport/dyff/archive/refs/tags/v1.10.3.tar.gz"
sha256 "07ab1b365f876f92121ef5aa010de26f13a5bf495d29ee886d8781051dce3ea9"
license "MIT"
head "https://github.com/homeport/dyff.git", branch: "main"

Expand Down
Loading