Skip to content

Commit 1e4c600

Browse files
AnkaAnka
Anka
authored and
Anka
committed
Update powershell-preview formula to version 7.5.0-preview.5
1 parent c30b067 commit 1e4c600

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/powershell-preview.rb

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ class PowershellPreview < Formula
1010
desc "Formula to install PowerShell Preview"
1111
homepage "https://github.com/powershell/powershell"
1212

13-
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-arm64.tar.gz"
14-
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.3/powershell-7.5.0-preview.3-osx-x64.tar.gz"
15-
@arm64sha256 = "5368b313bd2c5d0dabce865b3ee970b737aea4ed1e07cb517ec9681208e9cdd1"
16-
@x64sha256 = "9b51026ad685c93446d258e927dd8a8587e4bf97e7e64aec482c3dddc74ee9a6"
13+
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.5/powershell-7.5.0-preview.5-osx-arm64.tar.gz"
14+
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.5/powershell-7.5.0-preview.5-osx-x64.tar.gz"
15+
@arm64sha256 = "36d0e9c6837a952de170ddaf1ef6ba05ad489c37bfb32f4ecd44ed57b01658ec"
16+
@x64sha256 = "9ba93972dd852d1e517f51107edb9e4d9222fb622c45063c53667883d8681d10"
1717

1818
# We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540
1919
if Hardware::CPU.intel?
@@ -26,7 +26,7 @@ class PowershellPreview < Formula
2626
sha256 @arm64sha256
2727
end
2828

29-
version "7.5.0-preview.3"
29+
version "7.5.0-preview.5"
3030
version_scheme 1
3131

3232
livecheck do
@@ -60,7 +60,7 @@ def caveats
6060
end
6161

6262
test do
63-
assert_equal "7.5.0-preview.3",
63+
assert_equal "7.5.0-preview.5",
6464
shell_output("#{bin}/pwsh-preview -c '$psversiontable.psversion.tostring()'").strip
6565
end
6666
end

0 commit comments

Comments
 (0)