1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

Switched update url for git repo to use non-ssl url.

This commit is contained in:
echel0n 2014-07-08 20:39:31 -07:00
parent 004e82e459
commit bea3a13c2b

View File

@ -636,7 +636,7 @@ class SourceUpdateManager(UpdateManager):
""" """
Downloads the latest source tarball from github and installs it over the existing version. Downloads the latest source tarball from github and installs it over the existing version.
""" """
base_url = 'https://github.com/' + self.github_repo_user + '/' + self.github_repo base_url = 'http://github.com/' + self.github_repo_user + '/' + self.github_repo
tar_download_url = base_url + '/tarball/' + self.branch tar_download_url = base_url + '/tarball/' + self.branch
version_path = ek.ek(os.path.join, sickbeard.PROG_DIR, u'version.txt') version_path = ek.ek(os.path.join, sickbeard.PROG_DIR, u'version.txt')