File tree 2 files changed +12
-12
lines changed
2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ class PowershellPreview < Formula
10
10
desc "Formula to install PowerShell Preview"
11
11
homepage "https://github.com/powershell/powershell"
12
12
13
- @arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.0-preview.5 /powershell-7.4.0-preview.5 -osx-arm64.tar.gz"
14
- @x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.0-preview.5 /powershell-7.4.0-preview.5 -osx-x64.tar.gz"
15
- @arm64sha256 = "d06992959fa2a7b1d2a424b9a4013b835ed5b90d78f03fd89420c0f27f369e9d "
16
- @x64sha256 = "730e8bed661f6bf29ae62c4d33ee272a1516c8d18d112af70ddcd35c4ed791ec "
13
+ @arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.0-preview.6 /powershell-7.4.0-preview.6 -osx-arm64.tar.gz"
14
+ @x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.0-preview.6 /powershell-7.4.0-preview.6 -osx-x64.tar.gz"
15
+ @arm64sha256 = "edbe32089cbfb60892fc63afd269e1726dbda6ac607c99972388ed2bbef4e86d "
16
+ @x64sha256 = "2bceebc628740264383ee5774c22c3df311d12d4de5755bb345ab734381a91fe "
17
17
18
18
# We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540
19
19
if Hardware ::CPU . intel?
@@ -26,7 +26,7 @@ class PowershellPreview < Formula
26
26
sha256 @arm64sha256
27
27
end
28
28
29
- version "7.4.0-preview.5 "
29
+ version "7.4.0-preview.6 "
30
30
version_scheme 1
31
31
32
32
livecheck do
@@ -60,7 +60,7 @@ def caveats
60
60
end
61
61
62
62
test do
63
- assert_equal "7.4.0-preview.5 " ,
63
+ assert_equal "7.4.0-preview.6 " ,
64
64
shell_output ( "#{ bin } /pwsh-preview -c '$psversiontable.psversion.tostring()'" ) . strip
65
65
end
66
66
end
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ class Powershell < Formula
10
10
desc "Formula to install PowerShell"
11
11
homepage "https://github.com/powershell/powershell"
12
12
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 "
13
+ @arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.8 /powershell-7.3.8 -osx-arm64.tar.gz"
14
+ @x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.3.8 /powershell-7.3.8 -osx-x64.tar.gz"
15
+ @arm64sha256 = "d05c93b7eb67de6a6be8bc42de842f9942cd3bcf89a7baac8c84917537ac0822 "
16
+ @x64sha256 = "4ecfa717ab4f4197d880902f3ed8a3bd80464ab8399b109e3446b45fbe3f8383 "
17
17
18
18
# We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540
19
19
if Hardware ::CPU . intel?
@@ -26,7 +26,7 @@ class Powershell < Formula
26
26
sha256 @arm64sha256
27
27
end
28
28
29
- version "7.3.7 "
29
+ version "7.3.8 "
30
30
version_scheme 1
31
31
32
32
# .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
56
56
end
57
57
58
58
test do
59
- assert_equal "7.3.7 " ,
59
+ assert_equal "7.3.8 " ,
60
60
shell_output ( "#{ bin } /pwsh -c '$psversiontable.psversion.tostring()'" ) . strip
61
61
end
62
62
end
You can’t perform that action at this time.
0 commit comments