From 1248b019356a11a3dd34cd7858f4f895c5ab2df4 Mon Sep 17 00:00:00 2001 From: runner Date: Thu, 15 Feb 2024 00:22:24 +0000 Subject: [PATCH] Update powershell-daily formula to version 7.5.0-daily20240211.1 --- Formula/powershell-daily.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/powershell-daily.rb b/Formula/powershell-daily.rb index c8bb44d..7b73208 100644 --- a/Formula/powershell-daily.rb +++ b/Formula/powershell-daily.rb @@ -10,10 +10,10 @@ class PowershellDaily < Formula desc "Formula to install PowerShell Daily" homepage "https://github.com/powershell/powershell" - @arm64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231012-2/powershell-7.4.0-daily20231012.2-osx-arm64.tar.gz" - @x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231012-2/powershell-7.4.0-daily20231012.2-osx-x64.tar.gz" - @arm64sha256 = "a30aa1ded5d7c6fc4520f8c7c056cf51854eef5ebe35d01b4a5c67550fbb4037" - @x64sha256 = "cc0e9c181c28986fa5dbc80b69702ffa450b392f617f12d23d5e077285def319" + @arm64url = "https://pscoretestdata.blob.core.windows.net/v7-5-0-daily20240211-1/powershell-7.5.0-daily20240211.1-osx-arm64.tar.gz" + @x64url = "https://pscoretestdata.blob.core.windows.net/v7-5-0-daily20240211-1/powershell-7.5.0-daily20240211.1-osx-x64.tar.gz" + @arm64sha256 = "b324030e45501043e34387acf406a4f12127f22a290f5a20efb2fbfd9341e480" + @x64sha256 = "ea16d5b84a2e7fc24451bcfb1f15b3c93ae1c66446fc2bf130d463f7a90a08fc" # We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540 if Hardware::CPU.intel? @@ -26,7 +26,7 @@ class PowershellDaily < Formula sha256 @arm64sha256 end - version "7.4.0-daily20231012.2" + version "7.5.0-daily20240211.1" version_scheme 1 # Deprecated because we are unable to maintain the automation to update the formula @@ -56,7 +56,7 @@ def caveats end test do - assert_equal "7.4.0-daily20231012.2", + assert_equal "7.5.0-daily20240211.1", shell_output("#{bin}/pwsh-daily -c '$psversiontable.psversion.tostring()'").strip end end