We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cdd646 commit 3f14ee2Copy full SHA for 3f14ee2
Formula/auto.rb
@@ -1,9 +1,9 @@
1
class Auto < Formula
2
desc "Generate releases based on semantic version labels on pull requests."
3
homepage "https://intuit.github.io/auto"
4
- url "https://github.com/intuit/auto/releases/download/v10.46.0/auto-macos.gz"
5
- version "v10.46.0"
6
- sha256 "df60fd75f98120efd9179903a1595c8320e73e8cb89492b8d7b0a10eb43f8d81"
+ url "https://github.com/intuit/auto/releases/download/v11.0.0/auto-macos.gz"
+ version "v11.0.0"
+ sha256 "10b1a4d6081c8a8cb2696cf4cd1a6af377e07e001cce3942e032189b63340e1f"
7
8
def install
9
libexec.install Dir["*"]
0 commit comments