Skip to content

Commit 61070f6

Browse files
pwshBotrunner
and
runner
authored
Update PowerShell formula to version 7.3.7 (#1234)
Co-authored-by: runner <[email protected]>
1 parent 7ae015e commit 61070f6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/powershell.rb

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

13-
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.6/powershell-7.3.6-osx-arm64.tar.gz"
14-
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.6/powershell-7.3.6-osx-x64.tar.gz"
15-
@arm64sha256 = "7199d668a59b5abfd11eeba7c2486a19e31a34c00da3b51d61adfdb4e5acb2af"
16-
@x64sha256 = "e6fc23eef2b76a2a3a57ff5cac56953b4d35e1206b04dc76c954caeb25d39069"
13+
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/powershell-7.3.7-osx-arm64.tar.gz"
14+
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.7/powershell-7.3.7-osx-x64.tar.gz"
15+
@arm64sha256 = "29206c630dfaf5f5114a6a03fd8c999bd08b1086e10d1d76991a75c4b089e167"
16+
@x64sha256 = "fba732e0f2e9b77651eee8b71fdac08370b7f6456bc8fb6a1391caccca416b6e"
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 Powershell < Formula
2626
sha256 @arm64sha256
2727
end
2828

29-
version "7.3.6"
29+
version "7.3.7"
3030
version_scheme 1
3131

3232
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
@@ -56,7 +56,7 @@ def caveats
5656
end
5757

5858
test do
59-
assert_equal "7.3.6",
59+
assert_equal "7.3.7",
6060
shell_output("#{bin}/pwsh -c '$psversiontable.psversion.tostring()'").strip
6161
end
6262
end

0 commit comments

Comments
 (0)