Skip to content

Commit

Permalink
desk 0.4.1
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#49002.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
cmbankester authored and DomT4 committed Feb 9, 2016
1 parent 4160ddf commit 03fc4c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/desk.rb
@@ -1,15 +1,16 @@
class Desk < Formula
desc "Lightweight workspace manager for the shell"
homepage "https://github.com/jamesob/desk"
url "https://github.com/jamesob/desk/archive/v0.4.0.tar.gz"
sha256 "1589cb02d1104b4008d9d1a1ee1a315d0bf5a8e8d6f8408d9f60201a4f04c896"
url "https://github.com/jamesob/desk/archive/v0.4.1.tar.gz"
sha256 "a6634bb0702a9c66ec1f19ac6f36ba09742ab8bd3ba1ed4e0643c02a8103eae4"

bottle :unneeded

def install
bin.install "desk"
bash_completion.install "shell_plugins/bash/desk"
zsh_completion.install "shell_plugins/zsh/_desk"
fish_completion.install "shell_plugins/fish/desk.fish"
end

test do
Expand Down

0 comments on commit 03fc4c7

Please sign in to comment.