Skip to content

Commit 344f5f6

Browse files
author
mutec
committed
changed github raw url to cloned repo on static.mysterycode.de
1 parent 85210c0 commit 344f5f6

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

files/lib/system/cronjob/MysteryCodeSpiderRefreshCronjob.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class MysteryCodeSpiderRefreshCronjob implements ICronjob {
2525
* @var array
2626
*/
2727
public $spiderLists = array(
28-
'https://raw.githubusercontent.com/MysteryCode/de.mysterycode.wcf.spiders/spiderList/list.xml',
28+
'https://static.mysterycode.de/spiders/list.xml',
2929
'https://assets.woltlab.com/spiderlist/typhoon/list.xml'
3030
);
3131

package.xml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
<packagename language="de"><![CDATA[Benutzerdefinierte Spider-Liste]]></packagename>
77
<packagedescription><![CDATA[spiders]]></packagedescription>
88
<packagedescription language="de"><![CDATA[Suchmaschinenroboter]]></packagedescription>
9-
<version>1.0.0</version>
10-
<date>2016-08-08</date>
9+
<version>1.0.1</version>
10+
<date>2016-08-31</date>
1111
</packageinformation>
1212

1313
<requiredpackages>
1414
<requiredpackage minversion="2.1.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
1515
</requiredpackages>
1616

1717
<excludedpackages>
18-
<excludedpackage version="2.2.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
18+
<excludedpackage version="3.0.0 Alpha 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
1919
</excludedpackages>
2020

2121
<authorinformation>
@@ -39,4 +39,9 @@
3939
<!-- files -->
4040
<instruction type="file">files.tar</instruction>
4141
</instructions>
42+
43+
<instructions type="update" fromversion="1.0.0">
44+
<!-- files -->
45+
<instruction type="file">files.tar</instruction>
46+
</instructions>
4247
</package>

0 commit comments

Comments
 (0)