mirror of
https://github.com/transmission/transmission
synced 2024-12-26 09:37:56 +00:00
update "update" urls
This commit is contained in:
parent
41b0cc8cdd
commit
dbaa8d5507
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue