Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions Formula/everruns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
class Everruns < Formula
desc "Open-source AI agent platform"
homepage "https://github.com/everruns/everruns"
version "0.8.9"
license "Apache-2.0"

on_macos do
Expand All @@ -19,8 +18,10 @@ class Everruns < Formula

on_linux do
depends_on arch: :x86_64
url "https://github.com/everruns/everruns/releases/download/v0.8.9/everruns-x86_64-unknown-linux-gnu.tar.gz"
sha256 "a35f30b33496c4b8019dc8f2a928fe93e3148e4d8d4e7df8b1fecf9529766864"
if Hardware::CPU.intel?
url "https://github.com/everruns/everruns/releases/download/v0.8.9/everruns-x86_64-unknown-linux-gnu.tar.gz"
sha256 "a35f30b33496c4b8019dc8f2a928fe93e3148e4d8d4e7df8b1fecf9529766864"
end
end

def install
Expand Down
Loading