Skip to content

Commit 4f2cf93

Browse files
committed
Brew formula update for flipt version v1.59.1
1 parent 006ce61 commit 4f2cf93

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.0"
8+
version "1.59.1"
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.0/flipt_darwin_x86_64.tar.gz"
14-
sha256 "add3b48ced9d020abe31db3cf584932128021b8dce167f665e3aa80037e81f6e"
13+
url "https://github.com/flipt-io/flipt/releases/download/v1.59.1/flipt_darwin_x86_64.tar.gz"
14+
sha256 "64e7fe748f13c61910534a52238a602bcce8ed9597392e2c7bf37bd9d6a3877e"
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.0/flipt_darwin_arm64.tar.gz"
26-
sha256 "5d90e57c600cd4b5d1cf3071db184e9c968a9481baed37d13a931d6b2fb2a9c6"
25+
url "https://github.com/flipt-io/flipt/releases/download/v1.59.1/flipt_darwin_arm64.tar.gz"
26+
sha256 "baabaa961c4188ddd0b87baa3df161a05983ffe8887b0942bd7024bb80dcfcc6"
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.0/flipt_linux_x86_64.tar.gz"
42-
sha256 "bfd1c64e5fa4064807acee3d1439e80b82108ee41938e41ee38af4e00a37761f"
41+
url "https://github.com/flipt-io/flipt/releases/download/v1.59.1/flipt_linux_x86_64.tar.gz"
42+
sha256 "78530098d228f432e3391edcf879109d0a6e003ea7e8686db2ac1221c3c3a158"
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.0/flipt_linux_arm64.tar.gz"
56-
sha256 "5c4c948211df97dfa202b0076351ace97bc1a5067b4f8d4e472e7e8969f2663e"
55+
url "https://github.com/flipt-io/flipt/releases/download/v1.59.1/flipt_linux_arm64.tar.gz"
56+
sha256 "7a4f57a16c4f6ea9c826aafefc28027a3e9162d593b2b864763657a4708bf687"
5757

5858
def install
5959
bin.install "flipt"

0 commit comments

Comments
 (0)