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.4 .0-rc .1/powershell-7.4 .0-rc .1-osx-arm64.tar.gz"
14
- @x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4 .0-rc .1/powershell-7.4 .0-rc .1-osx-x64.tar.gz"
15
- @arm64sha256 = "ba02e6b6373de2a7bd6b47a36d67c52645208dd6339af5ebe76f7b601c0ccd2b "
16
- @x64sha256 = "abef1a228086b422541db4d3e1cc6327115ac19e44566bd3dc2d7d74444c8a2a "
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 "
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-rc .1"
29
+ version "7.5 .0-preview .1"
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-rc .1" ,
63
+ assert_equal "7.5 .0-preview .1" ,
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