Skip to content

Commit

Permalink
Merge pull request Homebrew#183757 from Homebrew/bump-promptfoo-0.85.0
Browse files Browse the repository at this point in the history
promptfoo 0.85.0
  • Loading branch information
BrewTestBot authored Sep 6, 2024
2 parents 37d8747 + 7f193f5 commit 76e9abf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/promptfoo.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Promptfoo < Formula
desc "Test your LLM app locally"
homepage "https://promptfoo.dev/"
url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.84.1.tgz"
sha256 "1b855b007673cf84246c8222cffe84b1e229af4d73c528a97756d78f6ff531a3"
url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.85.0.tgz"
sha256 "cab329ab3f82802c8758dc457874c6cbdc76eb209000860f4721e0d78e377ad9"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2aaef8bdaec3adac5b0b11402d4e98828f03a69badd1a50adee144c4ba485d83"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ba4ae8fc5d2ab74335d3aa1f147308279a3d7dc2041acdbbf8c6007ca8d8bcd8"
sha256 cellar: :any_skip_relocation, arm64_monterey: "7157c0a5224a8b559e4606cc11d73a4bc2b3660f106b3f2d06df7f1705cbbb1b"
sha256 cellar: :any_skip_relocation, sonoma: "fa90758b0d4ed74a4a2e796962d652a13066e25c0c4de7153b995700d24eb332"
sha256 cellar: :any_skip_relocation, ventura: "863403481d029854324434ae756c007d6480090b1eed542a67da7e2cd14ac285"
sha256 cellar: :any_skip_relocation, monterey: "64c4432bcae12d4eaed3a8e6349825c7aae26e9d119582cb3e3af336d751d13c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a139c0b75ade13bd13b042729507c8a4bc1d24d53d5bc064986eb8e0a5075bf4"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a8a9622cffb3bcc08d2b5ae10912e89ba94ac43de5604bd0c88fb84441e450a9"
sha256 cellar: :any_skip_relocation, arm64_ventura: "8593ce02d9dc54105c9e5e9ca3de036748922e860b87b5b0028fbaac4a81b723"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d2cbe66f9772e1fe2eb9db0e582a964737d9927dd0181a3bd0e888990dbe4953"
sha256 cellar: :any_skip_relocation, sonoma: "6dc0280d1ed21a7fd2aa269e246619c31ab8ed107d11be46ef0ccbba853ba78e"
sha256 cellar: :any_skip_relocation, ventura: "501c537354393281b0e973e42e837c497e34071fec5df7691030c656897f66f4"
sha256 cellar: :any_skip_relocation, monterey: "c2941c7711af4397696efab719e18a7423f369755bdb80400b753fcfb8fbce86"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f98e2a0fa76166823eeec0acf31257b519c3bfbef5718e1be4b1171f440a63ef"
end

depends_on "node"
Expand Down

0 comments on commit 76e9abf

Please sign in to comment.