Skip to content

Commit 50d2259

Browse files
authored
Merge pull request #233197 from Homebrew/bump-ioctl-2.2.2
ioctl 2.2.2
2 parents 6ee38c6 + 9fe0425 commit 50d2259

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/i/ioctl.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Ioctl < Formula
22
desc "Command-line interface for interacting with the IoTeX blockchain"
33
homepage "https://docs.iotex.io/"
4-
url "https://github.com/iotexproject/iotex-core/archive/refs/tags/v2.2.1.tar.gz"
5-
sha256 "4eba51523829d49c236c64140f7d8ec051f174dd5797bc35e4d3a413953b4526"
4+
url "https://github.com/iotexproject/iotex-core/archive/refs/tags/v2.2.2.tar.gz"
5+
sha256 "6112f698b90f7e6044c446786e474c783b20031f8b8ee2e4498e7bd3b4e8c15b"
66
license "Apache-2.0"
77
head "https://github.com/iotexproject/iotex-core.git", branch: "master"
88

@@ -12,13 +12,13 @@ class Ioctl < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "03653699ad4d3ef4410963127f9115241a897b164a0e5ea7c91aecac25225e03"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3690ff7cc280480301469fe0672690a01fec2611464b92cbb8388e432f38d0e1"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "66fefd09c3ec1a89e7813e1209e22e6d04e8e58cc409854ea89978431d5448c8"
18-
sha256 cellar: :any_skip_relocation, sonoma: "4f5f4178d9e7cbf5e51c619d302ff9db6feab9ffc122d5d534b5b88d72acd318"
19-
sha256 cellar: :any_skip_relocation, ventura: "0e170d305460a2e9a624b098b9aae7010e84510c20993eba45ddd8d188ec2526"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "707f0ae8c295472b404367e6fda13980d95eb93af3f46c789c85d7616a5f1432"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "00efc183f30b6dbc5fd060a67d240524d4072ba853538bd821e2bb17a33e4361"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0960595a6181b57e31408cc00665aa001c51bcc92bc4603dfddaa9b5b4654557"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f38fbe95692b3c76bc60c10795ab5e61c7a5df129c605b9e578066a6ca92bc5e"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "0eba31ad8024d9b695f9539649014077f717630fa358237bfab90fa71b0b7c85"
18+
sha256 cellar: :any_skip_relocation, sonoma: "c17e7a54cf16baa2e1cd2248cedfdf62b27b06e3fab96d8f2c34f0d28aa84833"
19+
sha256 cellar: :any_skip_relocation, ventura: "8ad60dcb2470cbadba8c0924295bc5f25b161bce995e65a46cb2cec9d15e3f67"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "67f902d8a17877bc82515fee68f3ef4689578618b51209f9e78ec5c9393f54c9"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "51459ccc0644bbef1cbfb741ada5215b6b65e4e34accbbbf6f2a038e302e2d11"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)