Skip to content

Commit 059ba84

Browse files
authored
Merge pull request #279464 from Homebrew/bump-dyff-1.11.4
dyff 1.11.4
2 parents 6f9edc8 + fe0b992 commit 059ba84

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/d/dyff.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Dyff < Formula
22
desc "Diff tool for YAML files, and sometimes JSON"
33
homepage "https://github.com/homeport/dyff"
4-
url "https://github.com/homeport/dyff/archive/refs/tags/v1.11.3.tar.gz"
5-
sha256 "961d9ac91a0d2e8a45fc4f11c6ab5514af3f42e572b066012dab06498da17315"
4+
url "https://github.com/homeport/dyff/archive/refs/tags/v1.11.4.tar.gz"
5+
sha256 "5840e1bfc520d481b0566f50a2ea8f03f1a4d0037503620526fef36be3b4add1"
66
license "MIT"
77
head "https://github.com/homeport/dyff.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f1002734c45436a4372fec8f0dc57db44937854fefdebc99e5667ad329a2b6e6"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "f1002734c45436a4372fec8f0dc57db44937854fefdebc99e5667ad329a2b6e6"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1002734c45436a4372fec8f0dc57db44937854fefdebc99e5667ad329a2b6e6"
13-
sha256 cellar: :any_skip_relocation, sonoma: "88548b89220dcd1aea63c71cafb7aa67c605b914882028c3cba64d0172966b42"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "fdb3a9e0052be88d2dbb8593f4421c814736b819c6c7292909a337b89a29f465"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e3b7a1800ad9d6740f6a164ec3dc062e7dadfcf9d69c8c0e2ca9566288fdd3d"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0a17206e3e18ed96c7af63d1af3b631cb67663ba3ad520da745cea17eba67c57"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0a17206e3e18ed96c7af63d1af3b631cb67663ba3ad520da745cea17eba67c57"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0a17206e3e18ed96c7af63d1af3b631cb67663ba3ad520da745cea17eba67c57"
13+
sha256 cellar: :any_skip_relocation, sonoma: "f811de5d3068cd55264f3b5d38e630b167cfd1e6926cbb91b9645c812d801a9a"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "8597ec6d02415afd2df831cd22eaf26bb5246e2dcc5d34c2b51751e841206b80"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a3cfc1b99d09802884f8216ad604332df88299fe3e820adb15ab33f2ab32d87"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)