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.6.2 "
3- sha256 "0d1b8b47580b1ea29282377680597a6c8f647e0f852e2a04a4a1fb1c2f339e59 "
2+ version "0.6.3 "
3+ sha256 "12ce190aa8ae2d2cd47f279cba44d40dc72c0d01fe886376c91f72d0582d5121 "
44
55 url "https://github.com/epithet-ssh/epithet-macos/releases/download/v#{ version } /EpithetAgent-#{ version } .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.6.2 "
4+ version "0.6.3 "
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.6.2 /epithet_0.6.2_darwin_arm64 .tar.gz"
10- sha256 "9186eaad7abb089dae9204904ee818cd698f19097c0bc1b680a56332a586841d "
9+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.3 /epithet_0.6.3_darwin_arm64 .tar.gz"
10+ sha256 "c0cc98cb4b6cfde4cd0af8770188a4aa7008a9f6c13a60bc34755160315470c3 "
1111 else
12- url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.2 /epithet_0.6.2_darwin_amd64 .tar.gz"
13- sha256 "a838b493224b37b0c3afd8a526b2799da5aaa19bda6da25c6ec8bd83bda1cd28 "
12+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.3 /epithet_0.6.3_darwin_amd64 .tar.gz"
13+ sha256 "16aeb96dd3b6d91813b40dd4e5123559c57a8a4df7e8de005d0b1641447222d7 "
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.6.2 /epithet_0.6.2_linux_arm64 .tar.gz"
20- sha256 "32f2064f256adc73820a26c3041510f9105937386d817f8b4a0fabca84314c59 "
19+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.3 /epithet_0.6.3_linux_arm64 .tar.gz"
20+ sha256 "16c7c43344ca59e8731b43e905febf261790b39c68d23631bdf0e32d9032c425 "
2121 else
22- url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.2 /epithet_0.6.2_linux_amd64 .tar.gz"
23- sha256 "2e156406cf6859b95ff884444e050928d9bbbb455637784d4339a99e1cd2782e "
22+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.6.3 /epithet_0.6.3_linux_amd64 .tar.gz"
23+ sha256 "2cb1fa315cfcd6464ceadeb6cc814e88823de010a489d0d49f7e21e7c1b31397 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments