|
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.113.4.tgz" |
5 | | - sha256 "09f44d8eeaf6155c75535fb98cc38919ec9f14e07c86208c0b8ac50ff688fac1" |
| 4 | + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.114.0.tgz" |
| 5 | + sha256 "4c66f2b52d654dd6b50b1684d3c3a07cdd47c98757f37253953036e1537c26f9" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_sequoia: "16605957bcfca45f83a5e71024a2f3f73ed8b3eb00bcc5f542826664ebe09753" |
10 | | - sha256 cellar: :any, arm64_sonoma: "134445ca39a2caae6c640872b85fb0ca15a106bd18022f95756d87b87fe873b5" |
11 | | - sha256 cellar: :any, arm64_ventura: "720db986a177392f4d26efcdd343d29a2d08f8718c858be50086683f464145fb" |
12 | | - sha256 sonoma: "0f926e3e30d7dc9bfec2004e65b185c25e04e873c2273d1bdd202c5bbee23e3d" |
13 | | - sha256 ventura: "c1ffbc12c4c26acb1b2c9c58b4c98c99a3937ecc7170cbfc771929dc87288dd1" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "50b556a0ce2e04d495fa948cf5933e01eedf195e7de6631cedb83ab932086d41" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f371ecd4327f51ddc4b9081061ea505276044f860cf0c07b5ab822d8dfe2028b" |
| 9 | + sha256 cellar: :any, arm64_sequoia: "e5ae90ab30191068da3a18c1bcd209eb1b4e328f58ad525c1bea068c57db8cc4" |
| 10 | + sha256 cellar: :any, arm64_sonoma: "4a2b39c90cff2b6099f461c42a7b56e494eca693c334c4200235b6b8046a799f" |
| 11 | + sha256 cellar: :any, arm64_ventura: "41b475c684f71e170e1b8f1a26dce3a0f2e37420b86d3be0da3739d02cea3920" |
| 12 | + sha256 sonoma: "8b6bbf0ff640615f8f8ba9254b1a6d9f880c4f10c1b523151861cef96e94c441" |
| 13 | + sha256 ventura: "7468696c76e2fdfc311c94ea6423c9c1f41d3365c3d01f5092e2a32ca3e17151" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "8d298877e641aa30f9a4de5cf487f7395fe1b8d399ad909113b6db28f3d5daac" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "a5b60097fcfee7ca2a26451dc88955ccc7a108911cfc4ac246873d5d75b0174f" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "node" |
|
0 commit comments