File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11class Epithet < Formula
22 desc "SSH certificate management"
33 homepage "https://epithet.dev/"
4- version "0.3.4 "
4+ version "0.3.5 "
55 license "Apache-2.0"
66
77 on_macos do
88 if Hardware ::CPU . arm?
9- url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.4 /epithet_0.3.4_darwin_arm64 .tar.gz"
10- sha256 "fd0d72ac716024a3dacbfb18dc01b4f88c020cbeae16b06688b4fc0c408e8f9b "
9+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.5 /epithet_0.3.5_darwin_arm64 .tar.gz"
10+ sha256 "164266a10b026f1f97d70938d187a6e4856383b3d20bc1b19b52b0deabd47ded "
1111 else
12- url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.4 /epithet_0.3.4_darwin_amd64 .tar.gz"
13- sha256 "67eb4658ca8a7191c7606fc27cbf7cb2e48a1988d1e51877534959ca67debdce "
12+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.5 /epithet_0.3.5_darwin_amd64 .tar.gz"
13+ sha256 "c2ef95d3319fd78e53d7cef67ce3d0350544be50943c937ec3679080414d7937 "
1414 end
1515 end
1616
1717 on_linux do
1818 if Hardware ::CPU . arm?
19- url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.4 /epithet_0.3.4_linux_arm64 .tar.gz"
20- sha256 "f8781041c30c62b4522df1b8544499f19a7dd4dd21b0516ba8181d7e8868607e "
19+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.5 /epithet_0.3.5_linux_arm64 .tar.gz"
20+ sha256 "2290055ca3788f23b00e9151d689379a145514bee6763f14a9810531ca25cf8a "
2121 else
22- url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.4 /epithet_0.3.4_linux_amd64 .tar.gz"
23- sha256 "779ba31ec516ffe538dd501684d8fc0afa6df9390acafe1b8b4bf6562db2209f "
22+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.3.5 /epithet_0.3.5_linux_amd64 .tar.gz"
23+ sha256 "65a76519615cc9ec8c00c17c11d9153cee38acb82b6f327e5d32683f8928061b "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments