ajhahn.de
← homebrew-eeco commits

Commit

homebrew-eeco

eeco v0.1.0: sync eeco.rb

Anton · Jun 2026 · 04b222ce6b7dd219344e687d2f8a37db2c0f2d1e · parent: 482f80e · view on GitHub →

modified Formula/eeco.rb
@@ -1,26 +1,26 @@
class Eeco < Formula
desc "Self-maintaining workflow ecosystem for a coding project"
homepage "https://github.com/ajhahnde/eeco"
version "1.17.1"
license "PolyForm-Noncommercial-1.0.0"
version "0.1.0"
license "Apache-2.0"
on_macos do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_darwin_arm64.tar.gz"
sha256 "ef53db31ed44e9b931618a804cb238b0d4a395e0fde73b6bb6d47a49fac90135"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_darwin_arm64.tar.gz"
sha256 "94b038954a854b875528971a853887fca12cf90ec4864b8fa6a82796a2ddef69"
else
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_darwin_amd64.tar.gz"
sha256 "5c88b357939528f7cb6cfd14679f24cf648f6de8fc76a4e5eecdaa01b206b176"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_darwin_amd64.tar.gz"
sha256 "f5e4468e2c26cf86b381ce2aff438eef6e757a51ba232c5dcf414585857128cf"
end
end
on_linux do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_linux_arm64.tar.gz"
sha256 "3a3392b912479c4335c6b4b802cd410619b9273904ab18432d0fc8172f47d3f1"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_linux_arm64.tar.gz"
sha256 "5f26bea5f09578cedfd930eba5afbdedaedf05e696f1f41d309f6b3a0b307413"
else
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_linux_amd64.tar.gz"
sha256 "32a596e8535f0f97510e1755526f1a2f59e14ebd18d97bfc7e02529b8dbc0fa2"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_linux_amd64.tar.gz"
sha256 "1ded6d68d9700d72c34ac795d29676dc9a6df642108421c7448514b2a1832fc2"
end
end