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
4 changes: 2 additions & 2 deletions Formula/n/nanobot.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Nanobot < Formula
desc "Build MCP Agents"
homepage "https://www.nanobot.ai/"
url "https://github.com/obot-platform/nanobot/archive/refs/tags/v0.0.83.tar.gz"
sha256 "29a02f75e7b86a70b7cc101f4283be28fa93f6860bf1234990699a42ad47dbfe"
url "https://github.com/obot-platform/nanobot/archive/refs/tags/v0.0.84.tar.gz"
sha256 "3c7010fffb1e62049e0552a3c02d88cd881af22be4b5e48328bf290145a90449"
license "Apache-2.0"
head "https://github.com/obot-platform/nanobot.git", branch: "main"

Expand Down
Loading