Skip to content

Commit 4d07e59

Browse files
brianmclaude
andcommitted
epithet v0.5.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 0f6286d commit 4d07e59

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/epithet.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
class Epithet < Formula
22
desc "SSH certificate management"
33
homepage "https://epithet.dev/"
4-
version "0.4.0"
4+
version "0.5.0"
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.4.0/epithet_0.4.0_darwin_arm64.tar.gz"
10-
sha256 "7fff0eab6a4855c54716e7c3f6e372dc253eb77051391bbbbb4ea03c9430a295"
9+
url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.0/epithet_0.5.0_darwin_arm64.tar.gz"
10+
sha256 "fe0c55512e535cbae139c34e80a385c7ca2c8cd9512c6acfa4ece433ff00fd17"
1111
else
12-
url "https://github.com/epithet-ssh/epithet/releases/download/v0.4.0/epithet_0.4.0_darwin_amd64.tar.gz"
13-
sha256 "385e149ac15f76843fabdb209b3ccdc4f9692a4c70f7fdbbe07aa9b2f278183b"
12+
url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.0/epithet_0.5.0_darwin_amd64.tar.gz"
13+
sha256 "8300aeae68faf37f9e8b0843fcfdd9994b6f4538439d468b79b28385ff4a4314"
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.4.0/epithet_0.4.0_linux_arm64.tar.gz"
20-
sha256 "193fb1d0b793b85a739c9207f6188aaf16d3198ec53bd46c5f6f75f6c029c5ea"
19+
url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.0/epithet_0.5.0_linux_arm64.tar.gz"
20+
sha256 "0e5074a12839e8e3e2c0af7298f4a4d69028bd8c40ea1526aaeaafc9ad9b4954"
2121
else
22-
url "https://github.com/epithet-ssh/epithet/releases/download/v0.4.0/epithet_0.4.0_linux_amd64.tar.gz"
23-
sha256 "382391f8b4cf570cb57079149649d029b70b74455ba940b28fcb423a724b44f5"
22+
url "https://github.com/epithet-ssh/epithet/releases/download/v0.5.0/epithet_0.5.0_linux_amd64.tar.gz"
23+
sha256 "f9a1fc5c8a7f5e7d09b38fbaf4205cdfbbb349a2c16ae8ef5a2ecbb08a376779"
2424
end
2525
end
2626

0 commit comments

Comments
 (0)