Skip to content

Commit 722c44e

Browse files
committedJul 12, 2024
update 7.4.3
1 parent 8fc276a commit 722c44e

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.4.2/powershell-7.4.2-osx-arm64.tar.gz"
14-
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.tar.gz"
15-
@arm64sha256 = "1a0d705c8c3fc7fb347600a4c9c6787c2e1e2becc8a1db87afc9c7bc138f166e"
16-
@x64sha256 = "8c7e1763f5e36258e4555e0394eabe7fc970583705180ef269514a806515cfe2"
13+
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/powershell-7.4.3-osx-arm64.tar.gz"
14+
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.3/powershell-7.4.3-osx-x64.tar.gz"
15+
@arm64sha256 = "9f5035ee9b320d663f06dc2f9909f74a362a857fc2e716499eaf37680de65099"
16+
@x64sha256 = "6cc39527c4d3f1187bf6b0febd224ffe0c633475d0137f6a012bcb01cf4fe03f"
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.4.2"
29+
version "7.4.3"
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.4.2",
59+
assert_equal "7.4.3",
6060
shell_output("#{bin}/pwsh -c '$psversiontable.psversion.tostring()'").strip
6161
end
6262
end

0 commit comments

Comments
 (0)