We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dd8f4 commit 10ab4f9Copy full SHA for 10ab4f9
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/v11.1.2/auto-macos.gz"
5
- version "v11.1.2"
6
- sha256 "15fb11045bc3004d1e8ee94fa265118464513b562fa8d74b6086239512892df2"
+ url "https://github.com/intuit/auto/releases/download/v11.1.3/auto-macos.gz"
+ version "v11.1.3"
+ sha256 "9a00c72148eaf771b1d20152596717cb423e8b8ff4fa875858b7c44539243da4"
7
8
def install
9
libexec.install Dir["*"]
0 commit comments