Skip to content

Commit

Permalink
appscale-tools: change PyPi URL to pythonhosted.org
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 authored and iMichka committed May 24, 2019
1 parent 4fc1259 commit 65930da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/appscale-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ class AppscaleTools < Formula

unless OS.mac?
resource "secretstorage" do
url "https://pypi.python.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz"
url "https://files.pythonhosted.org/packages/a5/a5/0830cfe34a4cfd0d1c3c8b614ede1edb2aaf999091ac8548dd19cb352e79/SecretStorage-2.3.1.tar.gz"
sha256 "3af65c87765323e6f64c83575b05393f9e003431959c9395d1791d51497f29b6"
end

resource "pyparsing" do
url "https://pypi.python.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz"
url "https://files.pythonhosted.org/packages/3c/ec/a94f8cf7274ea60b5413df054f82a8980523efd712ec55a59e7c3357cf7c/pyparsing-2.2.0.tar.gz"
sha256 "0832bcf47acd283788593e7a0f542407bd9550a55a8a8435214a1960e04bcb04"
end
end
Expand Down

0 comments on commit 65930da

Please sign in to comment.