File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11cask "epithet-agent-mac" do
2- version "0.2.0 "
3- sha256 "19b5f7b211982a7b1d14a23e956b85a9a4e0fba64f976c6dd8f6560a6fd237e0 "
2+ version "0.6.1 "
3+ sha256 "d7c53d26a657a56fcf4baf83acce6a771f33ecd7b96e92b07ce6b6b7f55ae643 "
44
55 url "https://github.com/epithet-ssh/epithet-macos/releases/download/v#{ version } /EpithetAgent.dmg"
66 name "Epithet Agent"
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.5.2 "
4+ version "0.6.1 "
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.5.2 /epithet_0.5.2_darwin_arm64 .tar.gz"
10- sha256 "4f8a735f6e7630e0778bfe991963e166e3d6c0561fcae3e40025bca86f8bd0c1 "
9+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.1 /epithet_0.6.1_darwin_arm64 .tar.gz"
10+ sha256 "e24838eabc2a217113df1dffc8887ad734042f696b3699eb021ae5ab54fb4c0e "
1111 else
12- url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.2 /epithet_0.5.2_darwin_amd64 .tar.gz"
13- sha256 "b378b833699fd1f73c7aa8231c18f306f8a728b61bad21e3d96efc0b1fc29537 "
12+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.1 /epithet_0.6.1_darwin_amd64 .tar.gz"
13+ sha256 "354f4c361b391a9d33f420e1e125d424e883bced26ed336cfe8b58ad0b6af11a "
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.5.2 /epithet_0.5.2_linux_arm64 .tar.gz"
20- sha256 "16670cd606def9c5b0267e0a7f703dfa764c9780850cc445c200da0cfcef58f4 "
19+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.1 /epithet_0.6.1_linux_arm64 .tar.gz"
20+ sha256 "e968931952e628e45c0cd0a0b313415e656b82e414a1699fc80bb1bd8216344a "
2121 else
22- url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.2 /epithet_0.5.2_linux_amd64 .tar.gz"
23- sha256 "f3d9a26d5dafbf4b3cd9552d1ebf7eeefd56e536cd045c1c6fdf79ad669edc65 "
22+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.1 /epithet_0.6.1_linux_amd64 .tar.gz"
23+ sha256 "d5fc51e36e4360829263ebe58a409e29a4789d504ec0dc95a509bffe7ae5dc86 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments