Skip to content

Commit 1ef4729

Browse files
committed
duc 1.4.6
1 parent 39b0355 commit 1ef4729

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Formula/d/duc.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
class Duc < Formula
22
desc "Suite of tools for inspecting disk usage"
33
homepage "https://github.com/zevv/duc"
4-
url "https://github.com/zevv/duc/releases/download/1.4.5/duc-1.4.5.tar.gz"
5-
sha256 "c69512ca85b443e42ffbb4026eedd5492307af612047afb9c469df923b468bfd"
4+
url "https://github.com/zevv/duc/archive/refs/tags/1.4.6.tar.gz"
5+
sha256 "1ae6d31394cc3fa7c44a9e4449baa405865c6c0ee447546a3cd8af6c642dda11"
66
license "LGPL-3.0-only"
77
head "https://github.com/zevv/duc.git", branch: "master"
88

9-
no_autobump! because: :requires_manual_review
10-
119
bottle do
1210
sha256 cellar: :any, arm64_tahoe: "737e5d14b749b58fa2640bc9a7ee42a49f7a546ea7332c928a3a19d274b8f875"
1311
sha256 cellar: :any, arm64_sequoia: "36a33e4afc9997df0f15d7c8a9090054d213c243abd19ec2bb25cc7ddc157615"
@@ -24,6 +22,8 @@ class Duc < Formula
2422
sha256 cellar: :any_skip_relocation, x86_64_linux: "8068dbd6bfa637aa4718113cff03ce8f8b641e65a379f489827b8acd3411f0e8"
2523
end
2624

25+
depends_on "autoconf" => :build
26+
depends_on "automake" => :build
2727
depends_on "pkgconf" => :build
2828

2929
depends_on "cairo"
@@ -40,6 +40,7 @@ class Duc < Formula
4040
end
4141

4242
def install
43+
system "autoreconf", "--force", "--install", "--verbose"
4344
system "./configure", "--disable-silent-rules",
4445
"--disable-x11",
4546
"--enable-opengl",

0 commit comments

Comments
 (0)