ajhahn.de
← homebrew-eeco commits

Commit

homebrew-eeco

eeco v0.2.1: sync eeco.rb

Anton · Jun 2026 · 7d4727a6c68d8985be7ddf7ec4a4a05a3cb52a7f · parent: a41b78c · 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 "0.2.0"
version "0.2.1"
license "Apache-2.0"
on_macos do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_darwin_arm64.tar.gz"
sha256 "a3c19da14e23c0b85b72f9beea7f984485d70eec626883be3e1aae922a59d22b"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_darwin_arm64.tar.gz"
sha256 "09138f62f71bffddfc263a475d09554cc8dcbd37c61e137f64bdf36137710ef2"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_darwin_amd64.tar.gz"
sha256 "d81ec0780bcb0456ded3b0080264025f16b2b121cd1e116cbca2f630d3ae983e"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_darwin_amd64.tar.gz"
sha256 "2c99648f11a5e2b03f68b9cb4ad85c228daea5866879b6ce86ef5bcefbe52bdc"
end
end
on_linux do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_linux_arm64.tar.gz"
sha256 "50fe1a387013ae7bd0c781380e36eedac4c31db4388d8f800e8e976fa11dc59d"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_linux_arm64.tar.gz"
sha256 "b46a84c1f1f786c50873aae9a2c1a8140f3f4b6c553721a211e5b1cd92ae08c2"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_linux_amd64.tar.gz"
sha256 "d21962c90d61e4d11f7e054920249756e62fd923ce9b11ce9b57bdde27ec125c"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.1/eeco_v0.2.1_linux_amd64.tar.gz"
sha256 "b6e06ee75b26121823e829d7c36be5ee48fdac17d13e24da3a7ba4c9c6bbcb50"
end
end