Skip to content
Merged
Changes from 1 commit
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
5 changes: 3 additions & 2 deletions Formula/o/opencrabs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Opencrabs < Formula
desc "Autonomous, self-improving AI agent in a single Rust binary"
homepage "https://opencrabs.com"
url "https://github.com/adolfousier/opencrabs/archive/refs/tags/v0.3.78.tar.gz"
sha256 "1ced91fe756beb7b09764bd3c8864014f07bd04b5471e0f2aa82c29996744570"
url "https://github.com/adolfousier/opencrabs/archive/refs/tags/v0.3.79.tar.gz"
sha256 "5d76428b4894f44d07c5f11a66261be3d374d00e6ee37245d128cfd7bf845c41"
license "MIT"
head "https://github.com/adolfousier/opencrabs.git", branch: "main"

Expand All @@ -28,6 +28,7 @@ class Opencrabs < Formula

def install
ENV["LIBCLANG_PATH"] = formula_opt_lib("llvm").to_s
ENV["MACOSX_DEPLOYMENT_TARGET"] = MacOS.version.to_s if OS.mac?

system "cargo", "install", *std_cargo_args
end
Expand Down
Loading