Skip to content

Commit

Permalink
Brew formula update for flipt version v1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jul 31, 2024
1 parent 0605f6b commit d0b7cdd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/flipt.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
class Flipt < Formula
desc "Enterprise-ready, GitOps enabled, CloudNative feature management solution"
homepage "https://flipt.io"
version "1.45.2"
version "1.47.0"
license "GPL-3.0-only"

on_macos do
on_intel do
url "https://github.com/flipt-io/flipt/releases/download/v1.45.2/flipt_darwin_x86_64.tar.gz"
sha256 "77c85942dc12636645a1c059bf9495b7bef1df272a2683a1c5445a1091e4ad51"
url "https://github.com/flipt-io/flipt/releases/download/v1.47.0/flipt_darwin_x86_64.tar.gz"
sha256 "53f2d9b3d2bc1c7b1146e3541190afa97124f3c2c29ca60b0414d833a7b6fe77"

def install
bin.install "flipt"
Expand All @@ -22,8 +22,8 @@ def install
end
end
on_arm do
url "https://github.com/flipt-io/flipt/releases/download/v1.45.2/flipt_darwin_arm64.tar.gz"
sha256 "b5e723d16966f651e3259f31711e6ee3876732fb4240e6d8ffe5255ef75fd537"
url "https://github.com/flipt-io/flipt/releases/download/v1.47.0/flipt_darwin_arm64.tar.gz"
sha256 "53ca5d4900bebe0ccba381d6c24655dfdb82231449e0d55aa674146efd3ded7d"

def install
bin.install "flipt"
Expand All @@ -38,8 +38,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/flipt-io/flipt/releases/download/v1.45.2/flipt_linux_x86_64.tar.gz"
sha256 "1e7dd06b84978139a4be23d268009b0c68832a0311f6ed79fbb11dc103408e68"
url "https://github.com/flipt-io/flipt/releases/download/v1.47.0/flipt_linux_x86_64.tar.gz"
sha256 "5c4bd1985adbf8502650db204bf758306eb780151a40d988b0d6050e5cfc1cdb"

def install
bin.install "flipt"
Expand All @@ -52,8 +52,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/flipt-io/flipt/releases/download/v1.45.2/flipt_linux_arm64.tar.gz"
sha256 "d774061303df7f096ba7edb4b7a8edece47980551c63bd98dc9b45633c686fed"
url "https://github.com/flipt-io/flipt/releases/download/v1.47.0/flipt_linux_arm64.tar.gz"
sha256 "d5990a9b96c186e5ac2276285af22167a0022d5ef5e9ac1b1a2a44ab9c96d544"

def install
bin.install "flipt"
Expand Down

0 comments on commit d0b7cdd

Please sign in to comment.