|
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.118.8.tgz" |
5 | | - sha256 "3be7edd72ce92ade5badf2d5eb8e4fbe90501db7feb147fd63f3b64b8626bc8e" |
| 4 | + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.118.9.tgz" |
| 5 | + sha256 "51f3ba0b1836d7bd57c49fa265c91c15aa9600bb193fed338b474d9e32346eb5" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_tahoe: "e01989bbca361b0ba576c94df76f22a3874dad3466c7ffeb1ee4825ba6d55aa8" |
10 | | - sha256 cellar: :any, arm64_sequoia: "88fde19307f793c435ef5d16e32756d7cc31415cba93927b8fd2371c7b16caaa" |
11 | | - sha256 cellar: :any, arm64_sonoma: "55ea639f50481506d97c6058e5fde31e79de2ceb81dd4b953931f63957fc529a" |
12 | | - sha256 cellar: :any, sonoma: "adce99c43712890288bca68d0c7775c6d8483209298bbc8927b7f47fc8beb749" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "79e7d7e828b9f37bdd94529bc026ae913dd3c8283ac4181e8df9beb278ff012e" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "0ca9be9545979988795589e68a98316a40c155ba3d073370caf8e94123732809" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "12b7549fed03bb17f69a7079b755d55c4b7818d055f3d0741e5d84b151cf0b96" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "5af7503f09ca5d71b26b2e8a4cdf6083d56f69005a09ce939fb51b71928eafbd" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "7d84dae0a9cf644e5d4014866e75c78377266bf36c7990894e03a65347088a54" |
| 12 | + sha256 cellar: :any, sonoma: "36b86ef27934631fb64ec1f67d3f71ebfce486b2ef13010e1f2c90f64beef6d7" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "2f5ef345759ad0130e0f5b43557418d07b8aee2c040aeffed044d707ec4841db" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "331c462281a3a24cc17e95f8e8b97d319215a56070dfeb9cca76d36a083e93bb" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments