sickbeard: use pythonhosted.org to fix audit issue
This commit is contained in:
parent
c54ea2e887
commit
e9f7693dfd
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ class Sickbeard < Formula
|
|||
end
|
||||
|
||||
resource "Markdown" do
|
||||
url "https://pypi.python.org/packages/source/M/Markdown/Markdown-2.4.1.tar.gz"
|
||||
url "https://files.pythonhosted.org/packages/source/M/Markdown/Markdown-2.4.1.tar.gz"
|
||||
sha256 "812ec5249f45edc31330b7fb06e52aaf6ab2d83aa27047df7cb6837ef2d269b6"
|
||||
end
|
||||
|
||||
resource "Cheetah" do
|
||||
url "https://pypi.python.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz"
|
||||
url "https://files.pythonhosted.org/packages/source/C/Cheetah/Cheetah-2.4.4.tar.gz"
|
||||
sha256 "be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue