Skip to content

Commit 30cbbf9

Browse files
authored
Merge pull request Homebrew#251933 from Homebrew/bump-beautysh-6.3.1
beautysh 6.3.1
2 parents b0f2d53 + 5482376 commit 30cbbf9

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

Formula/b/beautysh.rb

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ class Beautysh < Formula
33

44
desc "Bash beautifier"
55
homepage "https://github.com/lovesegfault/beautysh"
6-
url "https://files.pythonhosted.org/packages/20/96/0b7545646b036d7fa8c27fa6239ad6aeed4e83e22c1d3e408a036fb3d430/beautysh-6.2.1.tar.gz"
7-
sha256 "423e0c87cccf2af21cae9a75e04e0a42bc6ce28469c001ee8730242e10a45acd"
6+
url "https://files.pythonhosted.org/packages/34/5a/4acfcfecca6fe9e1dc25f71f39fea011672569040e5f816e36f55f48e588/beautysh-6.3.1.tar.gz"
7+
sha256 "58eb9d67627c09d0565e0e77892c5ff7cb7ba086cdac7e960452757daff14410"
88
license "MIT"
99

1010
bottle do
11-
rebuild 2
12-
sha256 cellar: :any_skip_relocation, all: "8c08f73d137d26efea05a39b1e92e001d0e9076fec7a828c36eae365b5b5e30f"
11+
sha256 cellar: :any_skip_relocation, all: "a2e483466ead879c0fec54ec23b676a33657d90ac8f4802a15eb06da9c6660b1"
1312
end
1413

1514
depends_on "[email protected]"
@@ -19,27 +18,9 @@ class Beautysh < Formula
1918
sha256 "08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"
2019
end
2120

22-
resource "types-colorama" do
23-
url "https://files.pythonhosted.org/packages/99/37/af713e7d73ca44738c68814cbacf7a655aa40ddd2e8513d431ba78ace7b3/types_colorama-0.4.15.20250801.tar.gz"
24-
sha256 "02565d13d68963d12237d3f330f5ecd622a3179f7b5b14ee7f16146270c357f5"
25-
end
26-
27-
resource "types-setuptools" do
28-
url "https://files.pythonhosted.org/packages/13/5e/3d46cd143913bd51dde973cd23b1d412de9662b08a3b8c213f26b265e6f1/types-setuptools-57.4.18.tar.gz"
29-
sha256 "8ee03d823fe7fda0bd35faeae33d35cb5c25b497263e6a58b34c4cfd05f40bcf"
30-
end
31-
32-
# Switch build-system to poetry-core to avoid rust dependency on Linux
33-
# https://github.com/lovesegfault/beautysh/pull/247
34-
patch do
35-
url "https://github.com/lovesegfault/beautysh/commit/5f4fcac083fa68568a50f3c2bcee3ead0f3ca7c5.patch?full_index=1"
36-
sha256 "26264ebaa3b4f3d65ea382fb126e77b64974a1eb26fda297558c5aad7620cb1b"
37-
end
38-
39-
# Replace setuptools for python 3.12+: https://github.com/lovesegfault/beautysh/pull/251
40-
patch do
41-
url "https://github.com/lovesegfault/beautysh/commit/2d0486cd4751d828ee0ba70c9c78c8d8f778b6fa.patch?full_index=1"
42-
sha256 "2836af4805504339c1aa3bab1c14678e35d6eaaf2310c462b097b736d277b2be"
21+
resource "editorconfig" do
22+
url "https://files.pythonhosted.org/packages/88/3a/a61d9a1f319a186b05d14df17daea42fcddea63c213bcd61a929fb3a6796/editorconfig-0.17.1.tar.gz"
23+
sha256 "23c08b00e8e08cc3adcddb825251c497478df1dada6aefeb01e626ad37303745"
4324
end
4425

4526
def install

0 commit comments

Comments
 (0)