|
1 | 1 | class Promptfoo < Formula |
2 | 2 | desc "Test your LLM app locally" |
3 | 3 | homepage "https://promptfoo.dev/" |
4 | | - url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.116.6.tgz" |
5 | | - sha256 "83c79ce6dbc3540cf74fb067627aec2a780e2d26f90c797dc84e06c7732ac8f5" |
| 4 | + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.116.7.tgz" |
| 5 | + sha256 "f88d089f08005ee2db0bd28db946076e7237dbd699c1a5128bfd988bdc4705b0" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "edf3468ece542a58b6c11a5cae1ec74200c193604d76f293d1ea4d90f4ddcf51" |
10 | | - sha256 cellar: :any, arm64_sonoma: "64516b96205b16951a673d3e34bd28e0c2df0dc5eef03387e7bcdcef7fb879da" |
11 | | - sha256 cellar: :any, arm64_ventura: "1ba997e40e9fb146296d76489b13b32ef6471d639ce9a5db2d5f804f7b6752ac" |
12 | | - sha256 sonoma: "98f51d4bba9e610e129e79c10837f0a173bb6f66eddd660224e8de096d47abf8" |
13 | | - sha256 ventura: "7d5edb66f4f8428915d734f4593f97c1bc925e71afbff7500a675a7a549331fd" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "9402d6407d4000c5bb1ba20a926d7fab659905ac3f68763489b9595174770378" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "de7c3115b6b4f2d295464e192ce099f6297b9a46048b7c3e98fb6bfe50ee8851" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "0ab460d3c721725e3f7471de3bb1757ad2fa0ec50310a8ba0f38c51271509cb9" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "a362ea1243b38ec6b1f633f8c555bfe38d2695a9e8bcc53a7dae25f0e0fc72fb" |
| 11 | + sha256 cellar: :any, arm64_ventura: "560ab14d1b91038fa36ea6423ed8d9768ddafc09efe316052d1f083b1370edc0" |
| 12 | + sha256 sonoma: "ce72f9c7b999cadc23d71f35b5964fc97c21422dcbc081c6d702ebf380272098" |
| 13 | + sha256 ventura: "09d0c6fcef5b3f446f19f23becdec8048c031641b4f43a5a79ee1e7260f16cbd" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "919d67091cae75e2d29ef8d73249056611f4a4b6b17d2d73214cfa48fcd38f26" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "8e2311da8ceccd99d657ddd98f7303c31a49b36945eb6bb34363ccdaca5330fc" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments