Skip to content

Commit

Permalink
doctl 1.4.0
Browse files Browse the repository at this point in the history
Closes #3543.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
  • Loading branch information
bryanl authored and DomT4 committed Aug 3, 2016
1 parent b8c8cde commit c52258a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/doctl.rb
@@ -1,15 +1,15 @@
class Doctl < Formula
desc "Command-line tool for DigitalOcean"
homepage "https://github.com/digitalocean/doctl"
url "https://github.com/digitalocean/doctl/archive/v1.3.1.tar.gz"
sha256 "3b83173a00a6f0e94e250cf5e77845d70cacd02529b7791076a5c7e24320c394"
url "https://github.com/digitalocean/doctl/archive/v1.4.0.tar.gz"
sha256 "02c1f9a4fe7c954077f64ca95082e58a366ee4c69a745b9e23a1576c17cd56fa"
head "https://github.com/digitalocean/doctl.git"

bottle do
cellar :any_skip_relocation
sha256 "fb29532f21112b271eb1a841a63ec7ce6064b5c23dddb18a717fd22bd03bda43" => :el_capitan
sha256 "42ac1012d144a21848b19161fcf8a82ca5f01cc14995797b5bbe8be6bc3b4b6a" => :yosemite
sha256 "e21355def87f4d43f05015fa674aaa616ec296baffaad1778d8872b0ab8cee54" => :mavericks
sha256 "533905ad448a8288e8b119e78c6686672e64f2bc27c11a17a38d573671b5c8ee" => :el_capitan
sha256 "95e20a1b330b8ef853d7292e905b7198afb2a184aefb35ace8ea859f140a24b9" => :yosemite
sha256 "4e699d213de14dfaee7e45342b06f5c34ff5bcb01551f44c0b027a76d848d4ed" => :mavericks
end

depends_on "go" => :build
Expand Down

0 comments on commit c52258a

Please sign in to comment.