Skip to content

Commit e1f93a9

Browse files
committed
Brew formula update for eta version v2.0.4
1 parent 21ff7f0 commit e1f93a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

eta.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,20 @@
66
class Eta < Formula
77
desc ""
88
homepage "https://github.com/envoy/homebrew-tools"
9-
version "2.0.3"
9+
version "2.0.4"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/envoy/eta/releases/download/v2.0.3/eta_darwin_amd64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
14-
sha256 "7c2efbb349f38bd8d9d6ca39894a9e76147ec0b4be58592d25632368967bb718"
13+
url "https://github.com/envoy/eta/releases/download/v2.0.4/eta_darwin_amd64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
14+
sha256 "bc7f8402d056efdda433fd2ed03e481b79c4068cffffd850fb2535f5331f83ce"
1515

1616
def install
1717
bin.install "eta"
1818
end
1919
end
2020
if Hardware::CPU.arm?
21-
url "https://github.com/envoy/eta/releases/download/v2.0.3/eta_darwin_arm64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
22-
sha256 "2c4499dc6096741a0bdd60f5a0a344e5381d0b0bc6bf4dcb26a68c789584da69"
21+
url "https://github.com/envoy/eta/releases/download/v2.0.4/eta_darwin_arm64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
22+
sha256 "d00aa45c7c0a52a2b10f788322e7e0c88d4d96b918e636ba44de56fb5aa212ab"
2323

2424
def install
2525
bin.install "eta"
@@ -30,8 +30,8 @@ def install
3030
on_linux do
3131
if Hardware::CPU.intel?
3232
if Hardware::CPU.is_64_bit?
33-
url "https://github.com/envoy/eta/releases/download/v2.0.3/eta_linux_amd64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
34-
sha256 "ff10f0c92c273daaecadf9feb6d8acff9e08da6db4c2334e2b7f298c95ed5913"
33+
url "https://github.com/envoy/eta/releases/download/v2.0.4/eta_linux_amd64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
34+
sha256 "3b4222161014d26cf4d17fb8fb98f4772819d376000896058c872601f4ea2223"
3535

3636
def install
3737
bin.install "eta"
@@ -40,8 +40,8 @@ def install
4040
end
4141
if Hardware::CPU.arm?
4242
if Hardware::CPU.is_64_bit?
43-
url "https://github.com/envoy/eta/releases/download/v2.0.3/eta_linux_arm64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
44-
sha256 "c9c1282f2a8d0066f006fe6e6f749a2a4d3a6b75a3503a20be08fe29a6fcc899"
43+
url "https://github.com/envoy/eta/releases/download/v2.0.4/eta_linux_arm64.tar.gz", using: GitHubPrivateRepositoryReleaseDownloadStrategy
44+
sha256 "856ad3ffacfe75c26ec7eec7e17e4cb7684cf6a46ad34c501e821eb06fbddc98"
4545

4646
def install
4747
bin.install "eta"

0 commit comments

Comments
 (0)