mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 15:30:28 +03:00
makebs: revert platform-tools change in 2227cc6d
Amusingly, the commit changed more than just this so a simple git revert is not possible. The problem is that the zip is replaced with each point release (24.0.1 at the time of writing) and there is no way to get a URL to a single, non-changing version. Hence any caching or checksums are completely worthless and will break every few weeks.
This commit is contained in:
parent
9be1c75e58
commit
8a8c139aa9
1 changed files with 0 additions and 2 deletions
|
|
@ -94,8 +94,6 @@ if config['apt_package_cache']:
|
||||||
cachefiles = [
|
cachefiles = [
|
||||||
('https://dl.google.com/android/repository/tools_r25.1.7-linux.zip',
|
('https://dl.google.com/android/repository/tools_r25.1.7-linux.zip',
|
||||||
'3ca053600a86a5a64d5571edfbb1dad27f2bda3bfd2d38e2fe54322610b1ef0b'),
|
'3ca053600a86a5a64d5571edfbb1dad27f2bda3bfd2d38e2fe54322610b1ef0b'),
|
||||||
('https://dl.google.com/android/repository/platform-tools_r24-linux.zip',
|
|
||||||
'076368b337d042d163364594dda63b7e778835f636fafb2c8af4d4a604175c32'),
|
|
||||||
('https://dl.google.com/android/repository/android_m2repository_r33.zip',
|
('https://dl.google.com/android/repository/android_m2repository_r33.zip',
|
||||||
'be9bb4a27aeefb1c9adb0cade8771f764447c4cbde74426303db2ac6bde1879c'),
|
'be9bb4a27aeefb1c9adb0cade8771f764447c4cbde74426303db2ac6bde1879c'),
|
||||||
('https://dl.google.com/android/repository/android-1.5_r04-linux.zip',
|
('https://dl.google.com/android/repository/android-1.5_r04-linux.zip',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue