juju-wait: use pythonhosted.org to fix audit issue
This commit is contained in:
parent
0e0611c3dd
commit
1646638488
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ class JujuWait < Formula
|
|||
|
||||
desc "Juju plugin for waiting for deployments to settle"
|
||||
homepage "https://launchpad.net/juju-wait"
|
||||
url "https://pypi.python.org/packages/3d/c2/8cce9ec8386be418a76566fcd2e7dcbaa7138a92b0b9b463306d9191cfd7/juju-wait-2.6.2.tar.gz"
|
||||
url "https://files.pythonhosted.org/packages/3d/c2/8cce9ec8386be418a76566fcd2e7dcbaa7138a92b0b9b463306d9191cfd7/juju-wait-2.6.2.tar.gz"
|
||||
sha256 "86622804896e80f26a3ed15dff979584952ba484ccb5258d8bab6589e26dd46d"
|
||||
revision 1
|
||||
|
||||
|
@ -19,7 +19,7 @@ class JujuWait < Formula
|
|||
depends_on "juju"
|
||||
|
||||
resource "pyyaml" do
|
||||
url "https://pypi.python.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
|
||||
url "https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz"
|
||||
sha256 "592766c6303207a20efc445587778322d7f73b161bd994f227adaa341ba212ab"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue