Skip to content

Commit d8d8b25

Browse files
authored
Update our copy of the released Homebrew formula (#27080)
Homebrew released formula file hash is cbc24ea94116a4459c2c0b43d8a584f4a7b3ae4f3802dd666f53b8082b5e466b. Created by Github action
2 parents 3635455 + 0bdda76 commit d8d8b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

util/packaging/homebrew/chapel-release.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class Chapel < Formula
1515
sha256 arm64_ventura: "f3bb27f2dcc20c01fe7a2ba76f6035b8acbc8f90435c996122065c744f7308cf"
1616
sha256 sonoma: "df799ae0298a4dce4d9723f447fdbb3d1e8d4e6ba9351d3c4d2de36dd21e591e"
1717
sha256 ventura: "d34c180e3189d10e91f9bc0027c2284b5dd56d0c487502d68e5261be3b9ab665"
18+
sha256 arm64_linux: "e4a6d3dc4ab06f2a8274501989aec21ff31f9cbe52eb640e1b27b2c8bc9cd048"
1819
sha256 x86_64_linux: "8b4606eb517371eab693e70bf8b4170fe21d8b8ce411d0fc347e2cd53f780148"
1920
end
2021

@@ -90,7 +91,7 @@ def install
9091

9192
# Install chpl and other binaries (e.g. chpldoc) into bin/ as exec scripts.
9293
platform = if OS.linux? && Hardware::CPU.is_64_bit?
93-
"linux64-#{Hardware::CPU.arch}"
94+
"linux64-#{Hardware::CPU.arm? ? "aarch64" : Hardware::CPU.arch}"
9495
else
9596
"#{OS.kernel_name.downcase}-#{Hardware::CPU.arch}"
9697
end

0 commit comments

Comments
 (0)