Skip to content

Commit 337e524

Browse files
pwshBotrunnerTravisEz13
authored
Update powershell-daily formula to version 7.4.0-daily20230912.1 (#1229)
Co-authored-by: runner <[email protected]> Co-authored-by: Travis Plunk <[email protected]>
1 parent 61070f6 commit 337e524

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-daily20230512-1/powershell-7.4.0-daily20230512.1-osx-arm64.tar.gz"
14-
@x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20230512-1/powershell-7.4.0-daily20230512.1-osx-x64.tar.gz"
15-
@arm64sha256 = "7f03fcedfee53edce71f48863fdfc6fe6cd9e29d40b7fc80d30be7f2baca28fc"
16-
@x64sha256 = "1e988e28f50a3293187f1790a5d9ec5e124dd123d8375a6d5d2b4d20dc01c35e"
13+
@arm64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20230912-1/powershell-7.4.0-daily20230912.1-osx-arm64.tar.gz"
14+
@x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20230912-1/powershell-7.4.0-daily20230912.1-osx-x64.tar.gz"
15+
@arm64sha256 = "88b6fafe4d7f0059a021a318236f7e89c339bb19ebc5bdea5a1e7d6faa378c81"
16+
@x64sha256 = "50b76ef21ff1b0ed61aba11220955c8a553dc6f32a6e45ac4dfca333f0529554"
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-daily20230512.1"
29+
version "7.4.0-daily20230912.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-daily20230512.1",
59+
assert_equal "7.4.0-daily20230912.1",
6060
shell_output("#{bin}/pwsh-daily -c '$psversiontable.psversion.tostring()'").strip
6161
end
6262
end

0 commit comments

Comments
 (0)