Skip to content

Commit 8b05c03

Browse files
AnkaAnka
Anka
authored and
Anka
committed
Update powershell-preview formula to version 7.5.0-preview.3
1 parent e38d6a3 commit 8b05c03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/powershell-preview.rb

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

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"
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 PowershellPreview < Formula
2626
sha256 @arm64sha256
2727
end
2828

29-
version "7.5.0-preview.1"
29+
version "7.5.0-preview.3"
3030
version_scheme 1
3131

3232
livecheck do
@@ -60,7 +60,7 @@ def caveats
6060
end
6161

6262
test do
63-
assert_equal "7.5.0-preview.1",
63+
assert_equal "7.5.0-preview.3",
6464
shell_output("#{bin}/pwsh-preview -c '$psversiontable.psversion.tostring()'").strip
6565
end
6666
end

0 commit comments

Comments
 (0)