Skip to content

Commit

Permalink
update 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenBucher98 committed May 9, 2024
1 parent 3785499 commit 5d41518
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/powershell.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class Powershell < Formula
desc "Formula to install PowerShell"
homepage "https://github.com/powershell/powershell"

@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-osx-arm64.tar.gz"
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-osx-x64.tar.gz"
@arm64sha256 = "435d135943f0f1e3a66feefa0251d73e9e8076f512de9c469cdb205c5be71967"
@x64sha256 = "1fadeae0c634d28f0e208493bfb5419d265df057702c4ba80b212b644d97dc00"
@arm64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-arm64.tar.gz"
@x64url = "https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-osx-x64.tar.gz"
@arm64sha256 = "1a0d705c8c3fc7fb347600a4c9c6787c2e1e2becc8a1db87afc9c7bc138f166e"
@x64sha256 = "8c7e1763f5e36258e4555e0394eabe7fc970583705180ef269514a806515cfe2"

# We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540
if Hardware::CPU.intel?
Expand All @@ -26,7 +26,7 @@ class Powershell < Formula
sha256 @arm64sha256
end

version "7.4.1"
version "7.4.2"
version_scheme 1

# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
Expand Down Expand Up @@ -56,7 +56,7 @@ def caveats
end

test do
assert_equal "7.4.1",
assert_equal "7.4.2",
shell_output("#{bin}/pwsh -c '$psversiontable.psversion.tostring()'").strip
end
end

0 comments on commit 5d41518

Please sign in to comment.