Commit
homebrew-eeco
eeco v1.17.1: sync eeco.rb
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.0"
version "1.17.1"
license "PolyForm-Noncommercial-1.0.0"
on_macos do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.0/eeco_v1.17.0_darwin_arm64.tar.gz"
sha256 "5946f65f35bd1a72afe9acab73cf79e4d16efbd7d362af339f2ccb76a89498ee"
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_darwin_arm64.tar.gz"
sha256 "ef53db31ed44e9b931618a804cb238b0d4a395e0fde73b6bb6d47a49fac90135"
else
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.0/eeco_v1.17.0_darwin_amd64.tar.gz"
sha256 "fca2cd2c11503e849aeb5d5a86c73bbbc05791712da173f7f4c74efa37584331"
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_darwin_amd64.tar.gz"
sha256 "5c88b357939528f7cb6cfd14679f24cf648f6de8fc76a4e5eecdaa01b206b176"
end
end
on_linux do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.0/eeco_v1.17.0_linux_arm64.tar.gz"
sha256 "47811c997b92476ebf0f023f080b9b3cd9080f28d1504a1f522d7ecc0c4d87c7"
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_linux_arm64.tar.gz"
sha256 "3a3392b912479c4335c6b4b802cd410619b9273904ab18432d0fc8172f47d3f1"
else
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.0/eeco_v1.17.0_linux_amd64.tar.gz"
sha256 "ce191f2e049bf096477f8036d1fbd3f5b05db807acd1dc2c4b3eaefa4ce808ba"
url "https://github.com/ajhahnde/eeco/releases/download/v1.17.1/eeco_v1.17.1_linux_amd64.tar.gz"
sha256 "32a596e8535f0f97510e1755526f1a2f59e14ebd18d97bfc7e02529b8dbc0fa2"
end
end