Skip to content

Commit 03c6c74

Browse files
committed
archy: add linux support
1 parent 0e88f71 commit 03c6c74

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

Casks/a/archy.rb

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
cask "archy" do
2-
version "2.33.0"
3-
sha256 "dd44a2c98e28c001c02849578bc04e6a369af778fc1ae522f7891e5f368b12f4"
2+
version "2.33.1"
3+
os macos: "macos", linux: "linux"
44

5-
url "https://sdk-cdn.mypurecloud.com/archy/#{version}/archy-macos.zip",
5+
sha256 intel: "3bc1876ffb16e4f369e5f002d368dcf4f938449a70e6e010a565d00c223b0eaf",
6+
linux: "42c00a0acc938ca5f21c9470bab2f3e8966a4a1c1517170aeefddf2c2ecfd479"
7+
8+
url "https://sdk-cdn.mypurecloud.com/archy/#{version}/archy-#{os}.zip",
69
verified: "sdk-cdn.mypurecloud.com/archy/"
710
name "Archy"
811
desc "YAML processor"
@@ -15,7 +18,7 @@
1518
end
1619
end
1720

18-
binary "archyBin/archy-macos-#{version}", target: "archy"
21+
binary "archyBin/archy-#{os}-#{version}", target: "archy"
1922

2023
zap trash: "~/.archy_config"
2124

0 commit comments

Comments
 (0)