File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
class GoparrotCompose < Formula
2
2
desc "Docker compose generator"
3
3
homepage "https://github.com/goparrot/goparrot-compose"
4
- version "v1.5.1 "
4
+ version "v1.6.0 "
5
5
6
6
arch = Hardware ::CPU . intel? ? "amd64" : "arm64"
7
7
8
8
if OS . mac?
9
- url "https://goparrot-release-utils.s3.eu-west-1.amazonaws.com/goparrot-compose/goparrot-compose_v1.5.1_darwin_ #{ arch } .zip"
9
+ url "https://goparrot-release-utils.s3.eu-west-1.amazonaws.com/goparrot-compose/goparrot-compose_v1.6.0_darwin_ #{ arch } .zip"
10
10
end
11
11
12
12
def install
Original file line number Diff line number Diff line change
1
+ class GoparrotCompose < Formula
2
+ desc "Docker compose generator"
3
+ homepage "https://github.com/goparrot/goparrot-compose"
4
+ version "v1.5.1"
5
+
6
+ arch = Hardware ::CPU . intel? ? "amd64" : "arm64"
7
+
8
+ if OS . mac?
9
+ url "https://goparrot-release-utils.s3.eu-west-1.amazonaws.com/goparrot-compose/goparrot-compose_v1.5.1_darwin_#{ arch } .zip"
10
+ end
11
+
12
+ def install
13
+ bin . install "goparrot-compose"
14
+ end
15
+ end
16
+
You can’t perform that action at this time.
0 commit comments