Skip to content

Commit 8361cc9

Browse files
authored
Merge pull request #196733 from Homebrew/bump-unison-2.53.7
unison 2.53.7
2 parents 7226e83 + 8b790ee commit 8361cc9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/u/unison.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Unison < Formula
22
desc "File synchronization tool"
33
homepage "https://www.cis.upenn.edu/~bcpierce/unison/"
4-
url "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.6.tar.gz"
5-
sha256 "6cfaf0b3da5650933f8ff78668be3ebb316ca7b024cfb7905ccbd58e0fabe6fc"
4+
url "https://github.com/bcpierce00/unison/archive/refs/tags/v2.53.7.tar.gz"
5+
sha256 "a259537cef465c4806d6c1638c382620db2dd395ae42a0dd2efa3ba92712bed5"
66
license "GPL-3.0-or-later"
77
head "https://github.com/bcpierce00/unison.git", branch: "master"
88

@@ -14,12 +14,12 @@ class Unison < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4418255bf1d68515665649051b123bfbb545aae4cdcbb0a03bb3b8efa91616f0"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f0e5264991b7f1b718d91e0cac54e54655cbe1735ddb64f4f62de53923bd0d17"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "795373fe498c75ead811eab897f9ccaa61cab76eafc0ad1d6f7c45cdb27210a1"
20-
sha256 cellar: :any_skip_relocation, sonoma: "c32ac3d1116853452a4083c6e446b57f03b86ac4d3537655fd639f68df141096"
21-
sha256 cellar: :any_skip_relocation, ventura: "20a4fe3b267d2eb481a7decb85dc4cb89b10b10b585d673f371e3aafbc861743"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "df04b1796c1779985cae3d527020223a94225f39f60cf8c84b839dfab26146ae"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6a438d9f6ebf8318b89efb5a90a75a1f868cc97a6d7cb946fc4ccc8e6e2eba8c"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b4395fbbe4b611bdc416c5259d92dede2513075efc54aa2dd45cfdf7684bb44"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3cdc258a6195ed8bf7d6cf8b133514b9095d78ac2959e6046d799f21c5b0e060"
20+
sha256 cellar: :any_skip_relocation, sonoma: "31775a533d0d7564451e30b2e733b1cafacba867c350a39419299831b7c56bb8"
21+
sha256 cellar: :any_skip_relocation, ventura: "44fde2dbd196dafa390ced91ad35cea7c22e65ea2a32462bd626459b80bd1af3"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "791845dc0fad058e50afecf62cd4ce75c65bde67cf3c2d3b28743d46ba86c8b2"
2323
end
2424

2525
depends_on "ocaml" => :build

0 commit comments

Comments
 (0)