File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,25 @@ class UnisonLanguage < Formula
4
4
license "MIT"
5
5
6
6
version_scheme 2
7
- version "0.5.39 "
7
+ version "0.5.40 "
8
8
9
9
on_macos do
10
10
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 "
13
13
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-macos-x64.tar.gz"
14
14
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 "
17
17
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-macos-arm64.tar.gz"
18
18
else
19
19
odie "Unsupported architecture for ucm"
20
20
end
21
21
end
22
22
23
23
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 "
26
26
head "https://github.com/unisonweb/unison/releases/download/trunk-build/ucm-linux-x64.tar.gz"
27
27
end
28
28
You can’t perform that action at this time.
0 commit comments