Skip to content

Commit 2733548

Browse files
committed
Brew formula update for platform version 4.0.0-beta.2
1 parent 3493120 commit 2733548

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/platformsh-cli.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class PlatformshCli < Formula
66
desc "Platform.sh CLI."
77
homepage "https://docs.platform.sh/administration/cli.html"
8-
version "4.0.0-beta.1"
8+
version "4.0.0-beta.2"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/platformsh/homebrew-tap/releases/download/4.0.0-beta.1/platform_4.0.0-beta.1_darwin_all.tar.gz"
13-
sha256 "e42d44251b0456e4da9f95218425a183a39797469b6cbd2d485e7f1936c5cba0"
12+
url "https://github.com/platformsh/homebrew-tap/releases/download/4.0.0-beta.2/platform_4.0.0-beta.2_darwin_all.tar.gz"
13+
sha256 "92ac488ab3af5437c9207fbe0f1cb88404fffbd6bbb8d87dd12e4dd5623cbbe6"
1414

1515
def install
1616
bin.install "platform"
@@ -19,8 +19,8 @@ def install
1919

2020
on_linux do
2121
if Hardware::CPU.intel?
22-
url "https://github.com/platformsh/homebrew-tap/releases/download/4.0.0-beta.1/platform_4.0.0-beta.1_linux_amd64.tar.gz"
23-
sha256 "e59fc837918731c77b05fb8946a5e05a2ea9f494f219a6213299d58a3232f876"
22+
url "https://github.com/platformsh/homebrew-tap/releases/download/4.0.0-beta.2/platform_4.0.0-beta.2_linux_amd64.tar.gz"
23+
sha256 "99e56fd8eef50db8433dc588375815a7cdd4d407ceac22ae18c0955811cb6e16"
2424

2525
def install
2626
bin.install "platform"

0 commit comments

Comments
 (0)