Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

minio 20241107005220 #197097

Merged
merged 2 commits into from
Nov 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Formula/m/minio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ class Minio < Formula
desc "High Performance, Kubernetes Native Object Storage"
homepage "https://min.io"
url "https://github.com/minio/minio.git",
tag: "RELEASE.2024-10-29T16-01-48Z",
revision: "c4239ced225b9fead5f6b44e3665c5ccd7eacc89"
version "20241029160148"
tag: "RELEASE.2024-11-07T00-52-20Z",
revision: "cefc43e4daa4cbb490ef6726ea374e26a93eb85e"
version "20241107005220"
license "AGPL-3.0-or-later"
head "https://github.com/minio/minio.git", branch: "master"

Expand All @@ -17,12 +17,12 @@ class Minio < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "90965ac115d253e8bbb1084a1ac73d52a81e36fed14e15a0aac03b3cc570a54c"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5c839283ea2743a7d552466f346b4fa40b128bcf280695d6c8b766c2c3704b05"
sha256 cellar: :any_skip_relocation, arm64_ventura: "33cbe6703e00c3b0df9d5c2a95fec32b8b6caf04513d5c0002ce40cdf0aa9e29"
sha256 cellar: :any_skip_relocation, sonoma: "2b32ac3bba226b7202cdd19530050b3f2d31610155e0d2169ddb8d7cfdcac72a"
sha256 cellar: :any_skip_relocation, ventura: "7a50b969d63c0d64af689bfabae1368b84526f36d439d6a0e95d454e631c6b41"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a55bfd768fec5ddc2fe1ce8a2b6e51145632b52d6b0e7f5216bae9cbd56a32ca"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e665ef6f4ec2cec6d9e2f8bd2dcaa13a40ab5c0f865d7585b79b98b0f7246639"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "eebeef162a81e90b5d2674589b7dfba0d66eb6bb97501ad665ecb92595b542ff"
sha256 cellar: :any_skip_relocation, arm64_ventura: "2e00d1657af005c5d4f9383e4f033c61d0d0158c02a95470573dd6c6ecf705fa"
sha256 cellar: :any_skip_relocation, sonoma: "d733ca281d4d63b985f7df472a53f6a24d0ac582ddf34de0a79c576ed9b19cc5"
sha256 cellar: :any_skip_relocation, ventura: "cde3114019797895619193565b85aa3e0decb6a623d5c66fe683e310d0071645"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4686fe47ee23a12f100de586777c96160f80c350ec534fa69a5a9a073f0f1e3"
end

depends_on "go" => :build
Expand Down
Loading