fix python min
This commit is contained in:
parent
a4709e189e
commit
c9ded2690b
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.10.28">
|
||||
<!ENTITY version "2016.11.04">
|
||||
<!ENTITY launch "Settings/SpeedtestSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -23,6 +23,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
<CHANGES>
|
||||
##&name;
|
||||
###&version;
|
||||
- fix: python min
|
||||
###2016.10.28
|
||||
- update min/max version
|
||||
###2016.10.15
|
||||
- update speedtest-linux to 1.0.2-c
|
||||
|
@ -165,7 +167,7 @@ The 'tablesorter' package file.
|
|||
</FILE>
|
||||
|
||||
<FILE Name="&plgPATH;/python-2.7.9-x86_64-1.txz" Max="6.1.99" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.9-x86_64-1.txz</URL>
|
||||
<URL>&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz</URL>
|
||||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
||||
|
|
|
@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||
<Date>2016-10-28</Date>
|
||||
<Date>2016-11-04</Date>
|
||||
<Changes>
|
||||
###2016.11.04
|
||||
- fix: python min
|
||||
###2016.10.28
|
||||
- update min/max version
|
||||
###2016.10.15
|
||||
|
|
Loading…
Reference in New Issue
Block a user