We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379ac23 commit f188789Copy full SHA for f188789
Formula/powershell-daily.rb
@@ -29,8 +29,8 @@ class PowershellDaily < Formula
29
version "7.4.0-daily20231012.2"
30
version_scheme 1
31
32
- # Deprecated because we are unable to maintain the automation to update the formula
33
- deprecate! date: "2023-03-03", because: :unmaintained
+ # Disabled because we are unable to maintain the automation to update the formula
+ disable! date: "2023-03-03", because: :unmaintained
34
35
# .NET Core 3.1 requires High Sierra - https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?pivots=os-macos&tabs=netcore31
36
depends_on macos: :high_sierra
0 commit comments