summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2012-09-19 15:31:26 +0300
committerFathi Boudra <fabo@debian.org>2012-09-19 15:31:26 +0300
commit5ee775490ed6db204ef054c98ffb466df8bd867c (patch)
treea6a271f7adfb658257adefcf5404ab85bf8ea378
parent7dc53523d8e1c05180c147afd640418457f42a24 (diff)
Update igloo URL to jellybean.
-rwxr-xr-xsnowball-binary-update.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/snowball-binary-update.py b/snowball-binary-update.py
index 8167756..c5a3ba0 100755
--- a/snowball-binary-update.py
+++ b/snowball-binary-update.py
@@ -16,7 +16,7 @@ def main():
if timestamp == 'Undefined':
sys.exit('Timestamp is not defined.')
- igloo_url = 'http://www.igloocommunity.org/download/android/ics/binaries/%s' % timestamp
+ igloo_url = 'http://www.igloocommunity.org/download/android/jb/binaries/%s' % timestamp
md5sum_url = '%s/MD5SUM' % igloo_url
vendor_url = '%s/vendor.tar.bz2' % igloo_url