mirror of
https://github.com/coleam00/Archon
synced 2026-04-21 13:37:41 +00:00
chore: update Homebrew formula for v0.3.6
This commit is contained in:
parent
59cda08efa
commit
c2089117fa
1 changed files with 5 additions and 5 deletions
|
|
@ -7,28 +7,28 @@
|
|||
class Archon < Formula
|
||||
desc "Remote agentic coding platform - control AI assistants from anywhere"
|
||||
homepage "https://github.com/coleam00/Archon"
|
||||
version "0.3.5"
|
||||
version "0.3.6"
|
||||
license "MIT"
|
||||
|
||||
on_macos do
|
||||
on_arm do
|
||||
url "https://github.com/coleam00/Archon/releases/download/v#{version}/archon-darwin-arm64"
|
||||
sha256 "2c2065e580a085baaea02504cb5451be3f68e0d9fdb13a364cd45194d5b22de1"
|
||||
sha256 "96b6dac50b046eece9eddbb988a0c39b4f9a0e2faac66e49b977ba6360069e86"
|
||||
end
|
||||
on_intel do
|
||||
url "https://github.com/coleam00/Archon/releases/download/v#{version}/archon-darwin-x64"
|
||||
sha256 "515aca3b2bc30d3b5d4dfb67c04648f70b66e8ed345ea6ab039e76e6578e82fe"
|
||||
sha256 "09f1dbe12417b4300b7b07b531eb7391a286305f8d4eafc11e7f61f5d26eb8eb"
|
||||
end
|
||||
end
|
||||
|
||||
on_linux do
|
||||
on_arm do
|
||||
url "https://github.com/coleam00/Archon/releases/download/v#{version}/archon-linux-arm64"
|
||||
sha256 "96920d98ae0d4dc7ef78e6de4f9018a9ba2031b9c2b010fd5d748d9513c49f60"
|
||||
sha256 "80b06a6ff699ec57cd4a3e49cfe7b899a3e8212688d70285f5a887bf10086731"
|
||||
end
|
||||
on_intel do
|
||||
url "https://github.com/coleam00/Archon/releases/download/v#{version}/archon-linux-x64"
|
||||
sha256 "80e7d115da424d5ee47b7db773382c9b8d0db728408f9815c05081872da6b74f"
|
||||
sha256 "09f5dac6db8037ed6f3e5b7e9c5eb8e37f19822a4ed2bf4cd7e654780f9d00de"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue