Commit
homebrew-eeco
eeco v0.1.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 "0.1.0"
version "0.1.1"
license "Apache-2.0"
on_macos do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_darwin_arm64.tar.gz"
sha256 "94b038954a854b875528971a853887fca12cf90ec4864b8fa6a82796a2ddef69"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_darwin_arm64.tar.gz"
sha256 "58ceb1936038ddaffea93018e1df5b872399195ae03bf43fb00992667603c591"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_darwin_amd64.tar.gz"
sha256 "f5e4468e2c26cf86b381ce2aff438eef6e757a51ba232c5dcf414585857128cf"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_darwin_amd64.tar.gz"
sha256 "6f56955d9c0f90b8be456a71d8a1847127ea4e3ab6cb7ea939aeb0c417af5513"
end
end
on_linux do
if Hardware::CPU.arm?
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_linux_arm64.tar.gz"
sha256 "5f26bea5f09578cedfd930eba5afbdedaedf05e696f1f41d309f6b3a0b307413"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_linux_arm64.tar.gz"
sha256 "36de5494ec097165f3101c8ff0e338e575678fb94e7380497c7c0bdc1c91acf9"
else
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.0/eeco_v0.1.0_linux_amd64.tar.gz"
sha256 "1ded6d68d9700d72c34ac795d29676dc9a6df642108421c7448514b2a1832fc2"
url "https://github.com/ajhahnde/eeco/releases/download/v0.1.1/eeco_v0.1.1_linux_amd64.tar.gz"
sha256 "4dede16e9100996af8b6c9f1820b6691ef687177c47e352f98c8a4962416a97a"
end
end