Skip to content

Commit 0315c3f

Browse files
committed
Brew formula update for flipt version v1.60.0
1 parent cf3474b commit 0315c3f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Formula/flipt.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
class Flipt < Formula
66
desc "Enterprise-ready, GitOps enabled, CloudNative feature management solution"
77
homepage "https://flipt.io"
8-
version "1.59.3"
8+
version "1.60.0"
99
license "GPL-3.0-only"
1010

1111
on_macos do
1212
on_intel do
13-
url "https://github.com/flipt-io/flipt/releases/download/v1.59.3/flipt_darwin_x86_64.tar.gz"
14-
sha256 "c8971063c5417f4eededa3a28eab10a8aea9a09bdf98286c95cc5ef67607882a"
13+
url "https://github.com/flipt-io/flipt/releases/download/v1.60.0/flipt_darwin_x86_64.tar.gz"
14+
sha256 "7c77f89e010a207c6dff3b40b8551e609e19ab9ce5577cf3edaa0e9691152d50"
1515

1616
def install
1717
bin.install "flipt"
@@ -22,8 +22,8 @@ def install
2222
end
2323
end
2424
on_arm do
25-
url "https://github.com/flipt-io/flipt/releases/download/v1.59.3/flipt_darwin_arm64.tar.gz"
26-
sha256 "11959f0e25180b20145d856b4fecb4aab7c6346239438100a7ddab59282fb071"
25+
url "https://github.com/flipt-io/flipt/releases/download/v1.60.0/flipt_darwin_arm64.tar.gz"
26+
sha256 "33fb84d9ac96acf1801920816143007c4ec1ac6ad51b40fe5b13f1ededed8fec"
2727

2828
def install
2929
bin.install "flipt"
@@ -38,8 +38,8 @@ def install
3838
on_linux do
3939
on_intel do
4040
if Hardware::CPU.is_64_bit?
41-
url "https://github.com/flipt-io/flipt/releases/download/v1.59.3/flipt_linux_x86_64.tar.gz"
42-
sha256 "5613280feb53eec92dd6666e0e039aceb402a8c4480ea090203e819839263304"
41+
url "https://github.com/flipt-io/flipt/releases/download/v1.60.0/flipt_linux_x86_64.tar.gz"
42+
sha256 "28119aa5b22cdb2dd81fc5b9d730494bc0d3e679f6911bc54d137ef1e8801518"
4343

4444
def install
4545
bin.install "flipt"
@@ -52,8 +52,8 @@ def install
5252
end
5353
on_arm do
5454
if Hardware::CPU.is_64_bit?
55-
url "https://github.com/flipt-io/flipt/releases/download/v1.59.3/flipt_linux_arm64.tar.gz"
56-
sha256 "dc744dbf64aeb10005c802b2f65e23bc28db6a482884924b6e6ee6e4fb035a89"
55+
url "https://github.com/flipt-io/flipt/releases/download/v1.60.0/flipt_linux_arm64.tar.gz"
56+
sha256 "cb59037abce95cad255800532471b2dc17e597d3d1e23eaf5a5f07ddac536c90"
5757

5858
def install
5959
bin.install "flipt"

0 commit comments

Comments
 (0)