diff options
| author | Curtis Hovey | 2013-12-04 14:08:00 -0500 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-12-04 20:03:29 -0800 | 
| commit | c88340781d52130b5ab273d7543877c64afa70e0 (patch) | |
| tree | 8c1fab9c5465fff4bdc3e25e47a9f050bc3d626b /Library/Formula/juju.rb | |
| parent | c7e7e58b1ccd72271382e3a220d7ce694028b730 (diff) | |
| download | homebrew-c88340781d52130b5ab273d7543877c64afa70e0.tar.bz2 | |
juju 1.16.4
Closes #24931.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/juju.rb')
| -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 457c85127..8b9f46731 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.3/+download/juju-core_1.16.3.tar.gz' -  sha1 '986ae55f58ce1838c20eea556a0afc23aff9cdd4' +  url 'https://launchpad.net/juju-core/1.16/1.16.4/+download/juju-core_1.16.4.tar.gz' +  sha1 '17732fca4a4ec0f27370b0c9c755f3c9d712eaea'    depends_on 'go' => :build  | 
