Skip to content

Commit

Permalink
Merge pull request #175099 from Homebrew/bump-juicefs-1.2.0
Browse files Browse the repository at this point in the history
juicefs 1.2.0
  • Loading branch information
BrewTestBot authored Jun 19, 2024
2 parents 0af03b5 + fa7c10e commit 93a55ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/autobump.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1183,6 +1183,7 @@ jsonnet
jsontoolkit
jsvc
jtbl
juicefs
juju
julia
jupyterlab
Expand Down
21 changes: 10 additions & 11 deletions Formula/j/juicefs.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Juicefs < Formula
desc "Cloud-based, distributed POSIX file system built on top of Redis and S3"
homepage "https://juicefs.com"
url "https://github.com/juicedata/juicefs/archive/refs/tags/v1.1.2.tar.gz"
sha256 "378dccf9e0ca90d3643b91bfb88bb353fb4101f41f9df9519d67d255fb18af58"
url "https://github.com/juicedata/juicefs/archive/refs/tags/v1.2.0.tar.gz"
sha256 "661cf04d83b06e676cbce7a33a37d742787b098c7703ed528b1456391b6017ec"
license "Apache-2.0"
head "https://github.com/juicedata/juicefs.git", branch: "main"

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

bottle do
rebuild 1
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8e8da1a491e8fd381a12f74c3143a96fda4391a95421667e8a3bb9913bab4b82"
sha256 cellar: :any_skip_relocation, arm64_ventura: "ec77d856d4d478dae1e829120fb414dce0fd321f38e270a0cdbb29896166a150"
sha256 cellar: :any_skip_relocation, arm64_monterey: "a8ea98552a01f0f611fe8ac76af2cabc6c4ba27c76d1accf5d4fb4d5a955be35"
sha256 cellar: :any_skip_relocation, sonoma: "28fdd220a08b0b4585144b9a2043cad90165bf082a5669d200cd6e84e53de517"
sha256 cellar: :any_skip_relocation, ventura: "e96637f9f1e1dc2d31119470b1b0ad014d781920d79f7143fafe73d95c1ef2c2"
sha256 cellar: :any_skip_relocation, monterey: "a68ce69717a2873b74766ff5129e3ae9b911ef348b4192f1e92c92bf384770a3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5eb55ea704a4f917c44db6eaabbac9edcf825ad9b753aa54842a5ee88c49c093"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7364e9f8e89476f54479f460419011392303a88324807f15e9cee81644a5aded"
sha256 cellar: :any_skip_relocation, arm64_ventura: "680638d6f6ee73b901ae9715d5d44185bca029a64278a631c3b5576f76641304"
sha256 cellar: :any_skip_relocation, arm64_monterey: "ae9d1cd587a368ccfd28772f141adcc312547d5e748d6b61508736df9eb0d1cb"
sha256 cellar: :any_skip_relocation, sonoma: "3f80b36aeb015a5dfdefbb2984ef1668ca59768341e774636cd88114b2d41171"
sha256 cellar: :any_skip_relocation, ventura: "fe310a66e36b21baa75a461e6a7a487001af076a4b18b8034b46588e8d09c575"
sha256 cellar: :any_skip_relocation, monterey: "fd45c0afbd6ad801ef79c64fffc57bdf0ab1e962dcad844131a9289e1901d255"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2793ade0a368e8f43c2e2eb2f73ae1960722ca9378c9616f0f464428d5d81907"
end

depends_on "go@1.21" => :build # use "go" again when https://github.com/juicedata/juicefs/pull/4340 is released
depends_on "go" => :build

def install
system "make"
Expand Down

0 comments on commit 93a55ef

Please sign in to comment.