File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
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.5.0-preview.1 /powershell-7.5.0-preview.1 -osx-arm64.tar.gz"
14
- @x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.5.0-preview.1 /powershell-7.5.0-preview.1 -osx-x64.tar.gz"
15
- @arm64sha256 = "0da9cbd5977119733e642bab6985d5a3d6b063c5f0d3aa66a6b8c08a98641d2e "
16
- @x64sha256 = "e00179fa4b9ee55773db3706e4af3285141f2c81d6ae33bb5dd4731053fd7eed "
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 "
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.5.0-preview.1 "
29
+ version "7.5.0-preview.3 "
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.5.0-preview.1 " ,
63
+ assert_equal "7.5.0-preview.3 " ,
64
64
shell_output ( "#{ bin } /pwsh-preview -c '$psversiontable.psversion.tostring()'" ) . strip
65
65
end
66
66
end
You can’t perform that action at this time.
0 commit comments