diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hydra-cli.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/hydra-cli.rb b/Library/Formula/hydra-cli.rb index a285e7e7c..45da3fad0 100644 --- a/Library/Formula/hydra-cli.rb +++ b/Library/Formula/hydra-cli.rb @@ -1,10 +1,10 @@ require "formula" class HydraCli < Formula - homepage 'https://github.com/sdegutis/hydra-cli' - url 'https://github.com/sdegutis/hydra-cli/archive/1.0.tar.gz' - sha1 '15906ca4255839844635f26eab83843f0426b5f9' - head 'https://github.com/sdegutis/hydra-cli.git' + homepage "https://github.com/sdegutis/hydra-cli" + url "https://github.com/sdegutis/hydra-cli/archive/1.0.1.tar.gz" + sha1 "c71d8c2f5b63a99a030747eb34db49f774234acc" + head "https://github.com/sdegutis/hydra-cli.git" bottle do cellar :any |
