diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/juju.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb index 0b26afeec..fc590c84a 100644 --- a/Library/Formula/juju.rb +++ b/Library/Formula/juju.rb @@ -2,8 +2,8 @@ require 'formula' class Juju < Formula homepage 'https://juju.ubuntu.com' - url "https://launchpad.net/juju-core/1.16/1.16.0/+download/juju-core_1.16.0.tar.gz" - sha1 "f06321553dce389ebbc5f72786ac62a6ad43eae9" + url 'https://launchpad.net/juju-core/1.16/1.16.2/+download/juju-core_1.16.2.tar.gz' + sha1 'bebd5c223588f73323f348cb91a3134a6c60f5bb' depends_on 'go' => :build |
