|
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.11.tgz" |
5 | | - sha256 "af3a5d4b6cc99b25e186a64b9a8db3a294ad47d160fe614b716dade350ed2591" |
| 4 | + url "https://registry.npmjs.org/promptfoo/-/promptfoo-0.118.12.tgz" |
| 5 | + sha256 "053e937fb74f88b1410fa29636a2447655356dbd727d5f8ea16668df3ce3d496" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any, arm64_tahoe: "6dc419f648cc62b84ddd1bae36d99b8ef38dd2313e5b0bdfab532fc3525a7636" |
10 | | - sha256 cellar: :any, arm64_sequoia: "20661ae47c3ac3275a1ed7192075d46e80ba1174c2c268289447364bbc0cc6c0" |
11 | | - sha256 cellar: :any, arm64_sonoma: "b538c36fbac80b612a08f41d01c7237f0a99d4abf49c7d732530ce803665ae00" |
12 | | - sha256 cellar: :any, sonoma: "1d6463110d6db316f2a54a224cb43205ef7062c451fb443d8572d397b7c88d21" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "3453b4063fac99b739f4a1bd12c69578e72c871643ab7c1c74f2ce8a3020c864" |
14 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d70a21176fa0c2df5bae46462d07615cacf7793ba91a00de7cf4c9688136efb0" |
| 9 | + sha256 cellar: :any, arm64_tahoe: "acb733264a501081b31891f86e44490bfe89ebe53285165f663d2a5cf6efc0bf" |
| 10 | + sha256 cellar: :any, arm64_sequoia: "95004cb4663149ead16461941106715bc0a840936d7baf468ecdf2506615b6cd" |
| 11 | + sha256 cellar: :any, arm64_sonoma: "0ba7ce76b132dadf096a3fe8622ed7dc6b0297276763f052ec97e3bc960b5004" |
| 12 | + sha256 cellar: :any, sonoma: "f7af390423be8917b3ebaef1df62838f68fd034432b05e88503d1cebe289081a" |
| 13 | + sha256 cellar: :any_skip_relocation, arm64_linux: "0026f330cfd68e305275ba0d8ef3b802a31ae32b89685df1c297f1ea1f1eb8a3" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ac931a05b9ed9198698afba42e4d49892f21c689d82eda44165a8d8d1688a3b2" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "node" |
|
0 commit comments