mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 04:18:39 +00:00
update "update" urls
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
#import "BlocklistScheduler.h"
|
#import "BlocklistScheduler.h"
|
||||||
#import "PrefsController.h"
|
#import "PrefsController.h"
|
||||||
|
|
||||||
#define LIST_URL @"http://download.m0k.org/transmission/files/level1.gz"
|
#define LIST_URL @"http://update.transmissionbt.com/files/level1.gz"
|
||||||
#define DESTINATION [NSTemporaryDirectory() stringByAppendingPathComponent: @"level1.gz"]
|
#define DESTINATION [NSTemporaryDirectory() stringByAppendingPathComponent: @"level1.gz"]
|
||||||
|
|
||||||
@interface BlocklistDownloader (Private)
|
@interface BlocklistDownloader (Private)
|
||||||
|
|||||||
@@ -72,7 +72,7 @@
|
|||||||
<key>SUAllowsAutomaticUpdates</key>
|
<key>SUAllowsAutomaticUpdates</key>
|
||||||
<false/>
|
<false/>
|
||||||
<key>SUFeedURL</key>
|
<key>SUFeedURL</key>
|
||||||
<string>http://www.transmissionbt.com/appcast.xml</string>
|
<string>http://update.transmissionbt.com/appcast.xml</string>
|
||||||
<key>SUPublicDSAKeyFile</key>
|
<key>SUPublicDSAKeyFile</key>
|
||||||
<string>sparkle_dsa_pub.pem</string>
|
<string>sparkle_dsa_pub.pem</string>
|
||||||
<key>SUScheduledCheckInterval</key>
|
<key>SUScheduledCheckInterval</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user