Skip to content

Commit e752535

Browse files
authored
Merge pull request #217327 from Homebrew/bump-httpyac-6.16.7
httpyac 6.16.7
2 parents 0571ffb + f1d3151 commit e752535

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/h/httpyac.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Httpyac < Formula
22
desc "Quickly and easily send REST, SOAP, GraphQL and gRPC requests"
33
homepage "https://httpyac.github.io/"
4-
url "https://registry.npmjs.org/httpyac/-/httpyac-6.16.6.tgz"
5-
sha256 "3d8f9a98f8b5dfe58d53fbc78ca256e18f22f600760ecd9f5b4f964fcba5b82c"
4+
url "https://registry.npmjs.org/httpyac/-/httpyac-6.16.7.tgz"
5+
sha256 "e6bc615ef8b58ea9334fcac3e2000eb3e49926dca1ec7087456e9aa6c402000e"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1e784773caf60bc93fa8c020e7c56bf7032370abeab1ead343c2c8478bda635e"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1e784773caf60bc93fa8c020e7c56bf7032370abeab1ead343c2c8478bda635e"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "1e784773caf60bc93fa8c020e7c56bf7032370abeab1ead343c2c8478bda635e"
12-
sha256 cellar: :any_skip_relocation, sonoma: "a626cb4bf360098efe5318825dd5395afd267b74e16310f03174961178624319"
13-
sha256 cellar: :any_skip_relocation, ventura: "a626cb4bf360098efe5318825dd5395afd267b74e16310f03174961178624319"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "fb4e046a6adfc23d9b7fab9d91e9cf1956b75d194412b96a87012551816203d9"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "819eff9ea12fc1d3e72f5b3956f66104071648b3de2a084fb2eb15db698e01f0"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c661e19ffede29528d8ac52646f9453c17bced8e814b33fc3c078092d28a434e"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c661e19ffede29528d8ac52646f9453c17bced8e814b33fc3c078092d28a434e"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "c661e19ffede29528d8ac52646f9453c17bced8e814b33fc3c078092d28a434e"
12+
sha256 cellar: :any_skip_relocation, sonoma: "866418e856e92498dfcc3efd3f1418a5db7791e0addce76c733a9af8f74064a8"
13+
sha256 cellar: :any_skip_relocation, ventura: "866418e856e92498dfcc3efd3f1418a5db7791e0addce76c733a9af8f74064a8"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "6db1182a2c0a29553eefb6f3477fcfdbbf5a769a954520ac2ddd8bfe07355cc5"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6db1182a2c0a29553eefb6f3477fcfdbbf5a769a954520ac2ddd8bfe07355cc5"
1616
end
1717

1818
depends_on "node"

0 commit comments

Comments
 (0)