Skip to content

Commit 6f1c729

Browse files
committed
Brew formula update for dt version v1.0.5
1 parent def236e commit 6f1c729

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Formula/dt.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
class Dt < Formula
22
desc "CLI tool for common dev tasks."
33
homepage "https://github.com/chclaus/dt"
4-
url "https://github.com/chclaus/dt/releases/download/v1.0.4/dt_1.0.4_darwin_amd64.tar.gz"
5-
version "1.0.4"
6-
sha256 "8acf7dc276a8b74977df104ae855eb4bbbdd9474c0f23708cc5ad0d70ff924da"
4+
url "https://github.com/chclaus/dt/releases/download/v1.0.5/dt_1.0.5_darwin_amd64.tar.gz"
5+
version "1.0.5"
6+
sha256 "37b07c51148d98f7ca1bce2de40a257e301dd13e8d4c7fe9c485c894b51003bd"
77

88
def install
99
bin.install "dt"
10+
zsh_completion.install "dt-completion.zsh" => "_dt.zsh"
11+
bash_completion.install "dt-completion.bash"
1012
end
1113
end

0 commit comments

Comments
 (0)