Skip to content

Commit 50ad188

Browse files
authored
Merge pull request Homebrew#206373 from Homebrew/bump-flix-0.57.0
flix 0.57.0
2 parents b8034f3 + 82e279d commit 50ad188

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/f/flix.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Flix < Formula
22
desc "Statically typed functional, imperative, and logic programming language"
33
homepage "https://flix.dev/"
4-
url "https://github.com/flix/flix/archive/refs/tags/v0.56.0.tar.gz"
5-
sha256 "84d66d472c54aadb47ba67cf35322b36cef24185440e5493e38c8265202b9631"
4+
url "https://github.com/flix/flix/archive/refs/tags/v0.57.0.tar.gz"
5+
sha256 "d3b9268cce0c7a0d88fa109be22a1f232368e44d39be2a0cfa72e41c5a52bc35"
66
license "Apache-2.0"
77
head "https://github.com/flix/flix.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Flix < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d7e7260c556e1d04ea446c7e941fecf4867bbcbe4542cd33feec379633fe604b"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "73749b4ab033ac9bfcdba23b2f3e2c773d366831bf82be17e24fccfc5b06b167"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "949e295ca0a979a9b5b075f15c1909cffa09cd1e596dd8e0366c6db83461af33"
18-
sha256 cellar: :any_skip_relocation, sonoma: "46047d3022975ae641830d59dd43aaa833903d372d508b838f7e92574af4b19c"
19-
sha256 cellar: :any_skip_relocation, ventura: "511decfa4fb55ce353a1d9b8ecdd23fc2eb1c90e030928abf31a967f816c32be"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fb6df7cfce51e82f1b0697b8c2f8544616435f26f67f64a25f852898b9d54e3f"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3fed48bde551863ee55d9303b860c147d07ec38ce2a587069576ac98b0c0bdef"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d991f07ad8e22ea85e3b3f8a128615aa547255c872eee0d957ce8c3805951198"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "aea0d3dee278b30bc1c01a76f766090a2847320410b7809704e82eacb3d0817d"
18+
sha256 cellar: :any_skip_relocation, sonoma: "14c05e4bd6923291b1bb58a39b772633a3415dd66000ae5dff76ed91377692a8"
19+
sha256 cellar: :any_skip_relocation, ventura: "260a3e1333e326e69f19864650f5d7b5574353521d87aaf63172eb7f43e2faf9"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e1c11e8a21a2835c873aa32bf844c7eed0390a91a253f586624be0f0adc94741"
2121
end
2222

2323
depends_on "gradle" => :build

0 commit comments

Comments
 (0)