@@ -10,10 +10,10 @@ class PowershellDaily < Formula
10
10
desc "Formula to install PowerShell Daily"
11
11
homepage "https://github.com/powershell/powershell"
12
12
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-daily20231114-1 /powershell-7.4.0-daily20231114.1 -osx-arm64.tar.gz"
14
+ @x64url = "https://pscoretestdata.blob.core.windows.net/v7-4-0-daily20231114-1 /powershell-7.4.0-daily20231114.1 -osx-x64.tar.gz"
15
+ @arm64sha256 = "28266a97f05eac261d29c3ee715218ac9e02dd8500e1052f79301b3c7bd1d994 "
16
+ @x64sha256 = "3505831a0255561a838dc7acaaaa5144171f1fe6a70f282451787e2b76247f07 "
17
17
18
18
# We do not specify `version "..."` as 'brew audit' will complain - see https://github.com/Homebrew/legacy-homebrew/issues/32540
19
19
if Hardware ::CPU . intel?
@@ -26,7 +26,7 @@ class PowershellDaily < Formula
26
26
sha256 @arm64sha256
27
27
end
28
28
29
- version "7.4.0-daily20231012.2 "
29
+ version "7.4.0-daily20231114.1 "
30
30
version_scheme 1
31
31
32
32
# Deprecated because we are unable to maintain the automation to update the formula
@@ -56,7 +56,7 @@ def caveats
56
56
end
57
57
58
58
test do
59
- assert_equal "7.4.0-daily20231012.2 " ,
59
+ assert_equal "7.4.0-daily20231114.1 " ,
60
60
shell_output ( "#{ bin } /pwsh-daily -c '$psversiontable.psversion.tostring()'" ) . strip
61
61
end
62
62
end
0 commit comments