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.7.0 "
3- sha256 "74868264f2e63fbaedb3e24a575dccc6db83fb0666da55b13973e2bb2d91a5a0 "
2+ version "0.8.1 "
3+ sha256 "fffffb8782723658f7fbbbe3c420313aba45ee02f7cc003023b4975fca4f815e "
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.7.0 "
4+ version "0.8.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.7.0 /epithet_0.7.0_darwin_arm64 .tar.gz"
10- sha256 "ce7318fe186bd9b8788a2a2f3c8a42bb3576ed3ac4e049a36df75519e56b89c7 "
9+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.8.1 /epithet_0.8.1_darwin_arm64 .tar.gz"
10+ sha256 "2beafa7ac42c4f2e350db4f6f5d75136204cae21673f7485cff48ebaa74b4de6 "
1111 else
12- url "https://github.com/epithet-ssh/epithet/releases/download/v0.7.0 /epithet_0.7.0_darwin_amd64 .tar.gz"
13- sha256 "9add59d89a6cdfd252c56ec521087251c9dddccdf61a4622b8d63e16f18a01ad "
12+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.8.1 /epithet_0.8.1_darwin_amd64 .tar.gz"
13+ sha256 "2c4d1ffae19a9d7a48679c813815baca95017d1b19841dce074ba1906b6b9a6e "
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.7.0 /epithet_0.7.0_linux_arm64 .tar.gz"
20- sha256 "3f7c64576914f1c29346b4c8f5a8e930f6aacbc513733b299174b7667c84f089 "
19+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.8.1 /epithet_0.8.1_linux_arm64 .tar.gz"
20+ sha256 "544ffbad2ad7774e87eadb12f4386cd8f7b791b45cea2ef0ad4fff0e9702257f "
2121 else
22- url "https://github.com/epithet-ssh/epithet/releases/download/v0.7.0 /epithet_0.7.0_linux_amd64 .tar.gz"
23- sha256 "ee25a947e2e0a1f979556a5126af72cb0b5a9e1f8b553925f600e4784fedee99 "
22+ url "https://github.com/epithet-ssh/epithet/releases/download/v0.8.1 /epithet_0.8.1_linux_amd64 .tar.gz"
23+ sha256 "77f16803a1c8fb4b07d10eab00a514181296a71b3f576294e13aefbfa7b714c2 "
2424 end
2525 end
2626
You can’t perform that action at this time.
0 commit comments