We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def236e commit 6f1c729Copy full SHA for 6f1c729
Formula/dt.rb
@@ -1,11 +1,13 @@
1
class Dt < Formula
2
desc "CLI tool for common dev tasks."
3
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"
+ url "https://github.com/chclaus/dt/releases/download/v1.0.5/dt_1.0.5_darwin_amd64.tar.gz"
+ version "1.0.5"
+ sha256 "37b07c51148d98f7ca1bce2de40a257e301dd13e8d4c7fe9c485c894b51003bd"
7
8
def install
9
bin.install "dt"
10
+ zsh_completion.install "dt-completion.zsh" => "_dt.zsh"
11
+ bash_completion.install "dt-completion.bash"
12
end
13
0 commit comments