Skip to content

Commit 2110743

Browse files
authored
Merge pull request #250946 from Homebrew/bump-murex-7.1.4143
murex 7.1.4143
2 parents 75f35dc + 4e7fe1d commit 2110743

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/m/murex.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Murex < Formula
22
desc "Bash-like shell designed for greater command-line productivity and safer scripts"
33
homepage "https://murex.rocks"
4-
url "https://github.com/lmorg/murex/archive/refs/tags/v7.0.2107.tar.gz"
5-
sha256 "b1abdd6e28be3e4c62f0690c50658e6a823788dcf704707e0e652ba1d80cd4a7"
4+
url "https://github.com/lmorg/murex/archive/refs/tags/v7.1.4143.tar.gz"
5+
sha256 "f3620e00dc431ce202216c935d8e509cf0fdf0dd1e363eee9ec6cb64b0b182f4"
66
license "GPL-2.0-only"
77
head "https://github.com/lmorg/murex.git", branch: "master"
88

@@ -12,14 +12,12 @@ class Murex < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "417c00058e5378121ae3404ca5b07712965c18ad089d788c0d3cead3e7b2467b"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6fb444e047917a8161518848784d9f5ae58462c6b2ddf8774d842c25b92670f2"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6fb444e047917a8161518848784d9f5ae58462c6b2ddf8774d842c25b92670f2"
18-
sha256 cellar: :any_skip_relocation, arm64_ventura: "6fb444e047917a8161518848784d9f5ae58462c6b2ddf8774d842c25b92670f2"
19-
sha256 cellar: :any_skip_relocation, sonoma: "589457c8c7503101910ae5b0ec181ed09d58e4e6d076d4dd66838d06ccdbee8e"
20-
sha256 cellar: :any_skip_relocation, ventura: "589457c8c7503101910ae5b0ec181ed09d58e4e6d076d4dd66838d06ccdbee8e"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "3d26d93f9ed5986195da37c0399310cc08e89a484a94da38d4caa40f6851ee0c"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a4b0ae3c7eea4d5da28c711a84cce0fe4401a368f0cd64157bb62211e5acf002"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8d68368627c5e8024bd3d195ecd1ea5a3f97bf4935757689f77e30a0d9e6b00b"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8d68368627c5e8024bd3d195ecd1ea5a3f97bf4935757689f77e30a0d9e6b00b"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d68368627c5e8024bd3d195ecd1ea5a3f97bf4935757689f77e30a0d9e6b00b"
18+
sha256 cellar: :any_skip_relocation, sonoma: "e724db9d29de42a8de6885b3f49e793d503a9c7b84d4db10d91350cc506e2a33"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "74a572973f6dc72ae7f4fbdf884bdbabe0b60f5c7f7cc6253868f204ab7f91b0"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d8890203346db7bdf131d65f07a178a3c6996f9b33c67dcf7d36eee47119a598"
2321
end
2422

2523
depends_on "go" => :build

0 commit comments

Comments
 (0)