aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-26 23:31:41 -0500
committerJack Nagel2014-06-26 23:31:42 -0500
commit67d9b0ca31fb2cd22430c77f37d1358432a00414 (patch)
tree39aee368a0469e5f1894c4e348fd77afd40f2d97
parent135a1a6312b7663bd18a75c67248ab7dec1bfde9 (diff)
downloadhomebrew-67d9b0ca31fb2cd22430c77f37d1358432a00414.tar.bz2
apollo: add mirror for mqtt resource
Fixes #30468.
-rw-r--r--Library/Formula/apollo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/apollo.rb b/Library/Formula/apollo.rb
index 3e51d9667..715abd75b 100644
--- a/Library/Formula/apollo.rb
+++ b/Library/Formula/apollo.rb
@@ -18,6 +18,7 @@ class Apollo < Formula
# https://github.com/fusesource/fuse-extra/tree/master/fusemq-apollo/fusemq-apollo-mqtt
resource 'mqtt' do
url 'http://repo.fusesource.com/nexus/content/repositories/public/org/fusesource/fuse-extra/fusemq-apollo-mqtt/1.3/fusemq-apollo-mqtt-1.3-uber.jar'
+ mirror 'http://repo1.maven.org/maven2/org/fusesource/fuse-extra/fusemq-apollo-mqtt/1.3/fusemq-apollo-mqtt-1.3-uber.jar'
sha1 'a802a5675ec0d12bf596fb2d204c581bd6ae2ae1'
end