File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ class Praisonai < Formula
33
44 desc "AI tools for various AI applications"
55 homepage "https://github.com/MervinPraison/PraisonAI"
6- url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/2.1.1 .tar.gz"
7- sha256 "1828fb9227d10f991522c3f24f061943a254b667196b40b1a3e4a54a8d30ce32" # Replace with actual SHA256 checksum
6+ url "https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.16 .tar.gz"
7+ sha256 `curl -sL https://github.com/MervinPraison/PraisonAI/archive/refs/tags/v2.2.16.tar.gz | shasum -a 256` . split . first
88 license "MIT"
99
10- depends_on "python@3.9 "
10+ depends_on "python@3.11 "
1111
1212 def install
1313 virtualenv_install_with_resources
You canβt perform that action at this time.
0 commit comments