aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCurtis Hovey2013-12-11 15:46:40 -0500
committerAdam Vandenberg2013-12-11 19:30:16 -0800
commit4887a2e048fad6b68c747507b47beec7b7ce7eb1 (patch)
tree5fedc6dbc74d0c663f8a9f2b661e7d3ec0aaf1f0
parent6d5a66a296716405e3b612a1674b6d727e6ec973 (diff)
downloadhomebrew-4887a2e048fad6b68c747507b47beec7b7ce7eb1.tar.bz2
juju 1.16.5
Closes #25154. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/juju.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/juju.rb b/Library/Formula/juju.rb
index 8b9f46731..54651cefd 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.4/+download/juju-core_1.16.4.tar.gz'
- sha1 '17732fca4a4ec0f27370b0c9c755f3c9d712eaea'
+ url 'https://launchpad.net/juju-core/1.16/1.16.5/+download/juju-core_1.16.5.tar.gz'
+ sha1 '2202805d09dffe64d1e07988b9d1b16e02c7bd52'
depends_on 'go' => :build