Skip to content

Commit 8e0554f

Browse files
authored
Merge pull request #233878 from Homebrew/bump-dysk-3.0.0
dysk 3.0.0
2 parents f39be39 + 34ac612 commit 8e0554f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/d/dysk.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
class Dysk < Formula
22
desc "Linux utility to get information on filesystems, like df but better"
33
homepage "https://dystroy.org/dysk/"
4-
url "https://github.com/Canop/dysk/archive/refs/tags/v2.10.1.tar.gz"
5-
sha256 "3b7576b700b11052123a91780a6af26fbbd2560ad31fef917af8df8fcceffa04"
4+
url "https://github.com/Canop/dysk/archive/refs/tags/v3.0.0.tar.gz"
5+
sha256 "7270ac504db20f05f704459e76533755e26af0300c267a2a7b5db397102be803"
66
license "MIT"
77
head "https://github.com/Canop/dysk.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_linux: "66a69344a33513bf01fec33960a6b88f6bee689671af08704efbb6481ec4f06b"
11-
sha256 cellar: :any_skip_relocation, x86_64_linux: "99f1b6df656fad0babd80cdeb986bc97043ae9636d2215fb79031d1c751607f8"
10+
sha256 cellar: :any_skip_relocation, arm64_linux: "28460b25dfcd3b4c91b57a3c3533efa2f4482ed4a021709f46e4e85566d66563"
11+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d38cb8fb1e46360014f02bc86b96256257bd398c650a0a6fdcc68e434a870593"
1212
end
1313

1414
depends_on "rust" => :build

0 commit comments

Comments
 (0)