Skip to content

Commit 7f0bd03

Browse files
runnerrunner
runner
authored and
runner
committed
Update powershell-daily formula to version 7.4.0-daily20231213.1
1 parent d77733b commit 7f0bd03

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/powershell-daily.rb

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

13-
@arm64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231012-2/powershell-7.4.0-daily20231012.2-osx-arm64.tar.gz"
14-
@x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231012-2/powershell-7.4.0-daily20231012.2-osx-x64.tar.gz"
15-
@arm64sha256 = "a30aa1ded5d7c6fc4520f8c7c056cf51854eef5ebe35d01b4a5c67550fbb4037"
16-
@x64sha256 = "cc0e9c181c28986fa5dbc80b69702ffa450b392f617f12d23d5e077285def319"
13+
@arm64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231213-1/powershell-7.4.0-daily20231213.1-osx-arm64.tar.gz"
14+
@x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231213-1/powershell-7.4.0-daily20231213.1-osx-x64.tar.gz"
15+
@arm64sha256 = "46f5439d56a4ad0575641b5cba741369059b447749c12752ef76c7a99d3e9896"
16+
@x64sha256 = "f99bbb928938081df9fb6e5c787f2c703a3d6cbfe28af5d2964ef5884b76a125"
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 PowershellDaily < Formula
2626
sha256 @arm64sha256
2727
end
2828

29-
version "7.4.0-daily20231012.2"
29+
version "7.4.0-daily20231213.1"
3030
version_scheme 1
3131

3232
# Deprecated because we are unable to maintain the automation to update the formula
@@ -56,7 +56,7 @@ def caveats
5656
end
5757

5858
test do
59-
assert_equal "7.4.0-daily20231012.2",
59+
assert_equal "7.4.0-daily20231213.1",
6060
shell_output("#{bin}/pwsh-daily -c '$psversiontable.psversion.tostring()'").strip
6161
end
6262
end

0 commit comments

Comments
 (0)