ajhahn.de
← homebrew-eeco commits

Commit

homebrew-eeco

eeco v0.2.0: sync eeco.rb

Anton · Jun 2026 · a41b78c53555c196e6fbdb54c4512a3fc50cfbe2 · parent: 4812a42 · 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.1.1"
version "0.2.0"
license "Apache-2.0"
on_macos do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_darwin_arm64.tar.gz"
sha256 "58ceb1936038ddaffea93018e1df5b872399195ae03bf43fb00992667603c591"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_darwin_arm64.tar.gz"
sha256 "a3c19da14e23c0b85b72f9beea7f984485d70eec626883be3e1aae922a59d22b"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_darwin_amd64.tar.gz"
sha256 "6f56955d9c0f90b8be456a71d8a1847127ea4e3ab6cb7ea939aeb0c417af5513"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_darwin_amd64.tar.gz"
sha256 "d81ec0780bcb0456ded3b0080264025f16b2b121cd1e116cbca2f630d3ae983e"
end
end
on_linux do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_linux_arm64.tar.gz"
sha256 "36de5494ec097165f3101c8ff0e338e575678fb94e7380497c7c0bdc1c91acf9"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_linux_arm64.tar.gz"
sha256 "50fe1a387013ae7bd0c781380e36eedac4c31db4388d8f800e8e976fa11dc59d"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_linux_amd64.tar.gz"
sha256 "4dede16e9100996af8b6c9f1820b6691ef687177c47e352f98c8a4962416a97a"
url "https://github.com/ajhahnde/eeco/releases/download/v0.2.0/eeco_v0.2.0_linux_amd64.tar.gz"
sha256 "d21962c90d61e4d11f7e054920249756e62fd923ce9b11ce9b57bdde27ec125c"
end
end