55class FliptAT2 < Formula
66 desc "A Git-first, CloudNative feature management solution"
77 homepage "https://flipt.io"
8- version "2.6 .0"
8+ version "2.7 .0"
99 license "FCL-1.0-MIT"
1010
1111 on_macos do
1212 if Hardware ::CPU . intel?
13- url "https://github.com/flipt-io/flipt/releases/download/v2.6 .0/flipt_darwin_x86_64.tar.gz"
14- sha256 "27f8b610abc2260cf7b2c2eddbf28b618535343cf7c50cc16b8f30f928f4de2e "
13+ url "https://github.com/flipt-io/flipt/releases/download/v2.7 .0/flipt_darwin_x86_64.tar.gz"
14+ sha256 "6cfdbb487c5ea00350a1b4738c058c802fcda49ca66d6ce11da8b7d3651d23c5 "
1515
1616 def install
1717 bin . install "flipt"
@@ -22,8 +22,8 @@ def install
2222 end
2323 end
2424 if Hardware ::CPU . arm?
25- url "https://github.com/flipt-io/flipt/releases/download/v2.6 .0/flipt_darwin_arm64.tar.gz"
26- sha256 "2286278891e7002b0716318d988cfdd5c7bac422b9cb6d7e7ccf12e16ed3c4a0 "
25+ url "https://github.com/flipt-io/flipt/releases/download/v2.7 .0/flipt_darwin_arm64.tar.gz"
26+ sha256 "5a307ce34c71e0f7e613f5443bd13079ef4caf8c71a7b2f734f72c8743831804 "
2727
2828 def install
2929 bin . install "flipt"
@@ -37,8 +37,8 @@ def install
3737
3838 on_linux do
3939 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
40- url "https://github.com/flipt-io/flipt/releases/download/v2.6 .0/flipt_linux_x86_64.tar.gz"
41- sha256 "ae5bf4f02cdde47e012ba80d88cb15b7ab22ce65ffe4cdc2379cdf7859a31f17 "
40+ url "https://github.com/flipt-io/flipt/releases/download/v2.7 .0/flipt_linux_x86_64.tar.gz"
41+ sha256 "a4834b1b20fc3fa7be6b77901142d6e893dc096d49003437331567bd842a3c0c "
4242 def install
4343 bin . install "flipt"
4444 output = Utils . popen_read ( "SHELL=bash #{ bin } /flipt completion bash" )
@@ -48,8 +48,8 @@ def install
4848 end
4949 end
5050 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
51- url "https://github.com/flipt-io/flipt/releases/download/v2.6 .0/flipt_linux_arm64.tar.gz"
52- sha256 "af51ead8111dde7ff179cd019ff82615995aaa8f7b8f87bcd01b10ba6416e9bd "
51+ url "https://github.com/flipt-io/flipt/releases/download/v2.7 .0/flipt_linux_arm64.tar.gz"
52+ sha256 "44a62475f1cb50f8f8e58382b6951dd826a2d2541e3ad821bce9fce3f35880aa "
5353 def install
5454 bin . install "flipt"
5555 output = Utils . popen_read ( "SHELL=bash #{ bin } /flipt completion bash" )
0 commit comments