From 0799ab6cbc607763727011ab65c89905ead62371 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:13:49 +0000 Subject: [PATCH 1/2] promptfoo 0.99.1 --- Formula/p/promptfoo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index e7dd0dbc56221..04aa573c012d8 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -1,8 +1,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.99.0.tgz" - sha256 "bce3ee45a278b66ed5dd5a8e943fe9829c0a190eb831f9fdab1d37e2a73e02a2" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.99.1.tgz" + sha256 "65cf68492b9559fe1b9f1be2c074f026419b46e8307b92bcbde7c715b46535b3" license "MIT" bottle do From 3ef958590ebe158b31a20b8b89c3f3ed54747d98 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:45:04 +0000 Subject: [PATCH 2/2] promptfoo: update 0.99.1 bottle. --- Formula/p/promptfoo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 04aa573c012d8..b108a8a78e28d 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -6,12 +6,12 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d27c5a87418774b017948f05c2cee209200f557bca331ea0069e1bcf319cc17f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d12df67fa3e704d081dfb6320c19b568a5dc14dfbaf587d310f9482da84cccc4" - sha256 cellar: :any_skip_relocation, arm64_ventura: "69ca614d08a96a5410ca139c62ff4d14c6242b3211a602c832dc84cce5e40fa6" - sha256 cellar: :any_skip_relocation, sonoma: "2cdf8cfc841b1ab6e4b33a78db44e9a4f1c6f4f1376d26efa5562b2be89151e8" - sha256 cellar: :any_skip_relocation, ventura: "8c7396b02b8df694f5e4be443c1a488dffcaddf4c085b33a64f2223f37e5a311" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e59189eac1650eec6996d4f3d53405fd73efec4a2eecb4659f6e204fe46dc21e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "a213e075341950940228d6d30de1e36aabdf31aa53af21016fc0ea563ef46547" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "13d5ddb62035718c4d278862924950b986d4500b98340b403a1d927e71ab9b44" + sha256 cellar: :any_skip_relocation, arm64_ventura: "5b38dab8e4afcd7c251cb6ce33e081058455d3fca1f123720a197e71cd0676ee" + sha256 cellar: :any_skip_relocation, sonoma: "855655e9a11cb1edccc17622855f21ff6548d8e07a6a95864b60ece297b044d1" + sha256 cellar: :any_skip_relocation, ventura: "7bc67ad979d4d83fb939ed3105d73ea47225096a55709f476aa815661b7729ed" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77be76e540df10d6b1c2b7c597c7ec285258c7a0859159469da31a2715ac9b45" end depends_on "node"