File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,20 +7,20 @@ class Skill < Formula
77 on_macos do
88 if Hardware ::CPU . arm?
99 url 'https://github.com/DockYard/skill/releases/download/v0.2.0/skill-macos-aarch64.tar.gz'
10- sha256 'PLACEHOLDER_ARM64_SHA256 '
10+ sha256 'fde443551ce7391497825cff6878055cd884008e459bbe46ef395b9014b7fb2a '
1111 else
1212 url 'https://github.com/DockYard/skill/releases/download/v0.2.0/skill-macos-x86_64.tar.gz'
13- sha256 'PLACEHOLDER_X86_64_SHA256 '
13+ sha256 'bb812e0675c97e0e1043af06784f9d191a4883713c00e72c9b46d1d36413a4c8 '
1414 end
1515 end
1616
1717 on_linux do
1818 if Hardware ::CPU . arm?
1919 url 'https://github.com/DockYard/skill/releases/download/v0.2.0/skill-linux-aarch64.tar.gz'
20- sha256 'PLACEHOLDER_LINUX_ARM64_SHA256 '
20+ sha256 '2ea8cdb52d6061bf094780f0e7fe11777ace3c046cd0bfeddd2be0a871d85c82 '
2121 else
2222 url 'https://github.com/DockYard/skill/releases/download/v0.2.0/skill-linux-x86_64.tar.gz'
23- sha256 'PLACEHOLDER_LINUX_X86_64_SHA256 '
23+ sha256 '298d34be6caf0fa84de202b7d31932ed6ee8cc39808ed818e70338a951f596a7 '
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments