Skip to content

Commit 7a85727

Browse files
Unison Bot 🤖Unison Bot 🤖
authored andcommitted
release/0.5.40
1 parent 60ac0e2 commit 7a85727

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

unison-language.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,25 @@ class UnisonLanguage < Formula
44
license "MIT"
55

66
version_scheme 2
7-
version "0.5.39"
7+
version "0.5.40"
88

99
on_macos do
1010
if Hardware::CPU.intel?
11-
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.39/ucm-macos-x64.tar.gz"
12-
sha256 "d3587cc90af13806dfacc4f851c883311652abf85f0f3514bcdbd5308ca94588"
11+
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.40/ucm-macos-x64.tar.gz"
12+
sha256 "4e90f65be8fb17cdc4f983d044d7b52bb7e735fa49130b76e65741fa7a90c3b2"
1313
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-macos-x64.tar.gz"
1414
elsif Hardware::CPU.arm?
15-
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.39/ucm-macos-arm64.tar.gz"
16-
sha256 "d1b310ef3e9f6dfbfc515f43ab2f886040145d40bb143f469da76d8330a2f064"
15+
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.40/ucm-macos-arm64.tar.gz"
16+
sha256 "2acca93ca1f2b1c3a23d7cb865e099714146215f7b96c9cb444269e4a00615c3"
1717
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-macos-arm64.tar.gz"
1818
else
1919
odie "Unsupported architecture for ucm"
2020
end
2121
end
2222

2323
on_linux do
24-
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.39/ucm-linux-x64.tar.gz"
25-
sha256 "9b057b886682bd31100460b3cb21e96647b8b2edd1e5b20a4fb74eefc20e31d6"
24+
url "https://github.com/unisonweb/unison/releases/download/release%2F0.5.40/ucm-linux-x64.tar.gz"
25+
sha256 "a35671f559a8be5d1bfd03154fd5c669133a16986c22c65065a998949e9beb2d"
2626
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz"
2727
end
2828

0 commit comments

Comments
 (0)