From bbaacf57c90526aa3e13f8ae294c80fee6fb7ceb Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:41:54 +0000 Subject: [PATCH 1/2] promptfoo 0.62.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 22756d270ebd..4910730bc081 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -3,8 +3,8 @@ class Promptfoo < Formula desc "Test your LLM app locally" homepage "https://promptfoo.dev/" - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.62.0.tgz" - sha256 "b6184c43be0fc4d8bd816be3dc187da364cafe4613f737a880833aee30f19e99" + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.62.1.tgz" + sha256 "cba81ae45901d5d33c2068d737f201ddea56a6dcc9fab56ae929077397d136db" license "MIT" bottle do From 0232479d2ec10d870f3a38b4bbb6209666a6a5de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 6 Jun 2024 19:35:05 +0000 Subject: [PATCH 2/2] promptfoo: update 0.62.1 bottle. --- Formula/p/promptfoo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/promptfoo.rb b/Formula/p/promptfoo.rb index 4910730bc081..54cfb0039c5f 100644 --- a/Formula/p/promptfoo.rb +++ b/Formula/p/promptfoo.rb @@ -8,13 +8,13 @@ class Promptfoo < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "eb5741e3015bc37eb39787df2cdcd12eb6842e7474d94c035184d432b5216530" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f3cb4a4fab39dfbd5c16740ed6fca4201e91f8634d795e5cf7124b3980bc582a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "679ac32c464c2cd235dbffb6932c7f1e26ca5ec52e365c41849f662f95471da0" - sha256 cellar: :any_skip_relocation, sonoma: "d3b7fe12f34e09d2bfbae1863527ea655ff5c4a3571b51c9dcf4e22ce634b079" - sha256 cellar: :any_skip_relocation, ventura: "4782d88faa9e22eac932453265372e0092d17a873b51514400f6f72873e57b3b" - sha256 cellar: :any_skip_relocation, monterey: "70ac43c2d940f5352fd545eadb96551b2cf266cbeeee0a6bc412baee62413108" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5a5bfbccef9c98406aec0ab81bbdc415d92aa2c5f5a13aebf0ad8a1ae50ba7dc" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "342c8bc83b3c66f87a4d01c9303459f11db7dacaa35b9cc13c63cd94671e5f36" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8995fe313e9a28746d32a6529d7b72d1d00283ba0719cd8a10119427b4c1b6ca" + sha256 cellar: :any_skip_relocation, arm64_monterey: "a1f5ade3d94351f6c987469d0759cec028a9fdaa98584e3d1f3efafcb6292f0c" + sha256 cellar: :any_skip_relocation, sonoma: "6df2a1755f140b3a0944c1941e5daa35490fb13ab0bb766e1468b0dbf6803fce" + sha256 cellar: :any_skip_relocation, ventura: "1575d93bcc7f74c3bc69859226d374507dd45e6a057d23960a93cd253ab9dd45" + sha256 cellar: :any_skip_relocation, monterey: "148a1c07a372cc9ea1f258774e74bdf1c1a72b73e6c7126182c0db245b958ef2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7a010d411c23c6b3439d1cc6f15c0ac48ae603765f5a17fb8a0dc609d7e2966b" end depends_on "node"