update speedtest plugin

This commit is contained in:
dmacias72 2017-04-11 19:14:40 -06:00
parent 8d2dc2b07f
commit 5318897ef8
2 changed files with 21 additions and 8 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2017.02.13">
<!ENTITY version "2017.04.11">
<!ENTITY launch "Settings/SpeedtestSettingsTabs">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -22,7 +22,11 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES>
##&name;
###&version;
###2017.04.11
- update python for 6.2, 6.3 and 6.4
- remove zpeter's speetest script due to end of development
- add sivel script to 1.0.3
###2017.02.13
- version bump
###2017.02.12a
- fix scheduler hourly setting
@ -172,11 +176,16 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
- initial commit
</CHANGES>
<FILE Name="&plgPATH;/python-2.7.13-x86_64-1.txz" Min="6.2" Run="upgradepkg --install-new">
<URL>&gitURL;/packages/6.3/python-2.7.13-x86_64-1.txz</URL>
<FILE Name="&plgPATH;/python-2.7.13-x86_64-1.txz" Min="6.4" Run="upgradepkg --install-new">
<URL>&gitURL;/packages/6.4/python-2.7.13-x86_64-1.txz</URL>
<MD5>67d18569672de5dd48e4dda2f7ce0e88</MD5>
</FILE>
<FILE Name="&plgPATH;/python-2.7.13a-x86_64-1.txz" Min="6.2" Max="6.3.99" Run="upgradepkg --install-new">
<URL>&gitURL;/packages/6.3/python-2.7.13a-x86_64-1.txz</URL>
<MD5>576078a891a9c50d19e04b1b2249dc05</MD5>
</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.1/python-2.7.9-x86_64-1.txz</URL>
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>

View File

@ -11,8 +11,12 @@ 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>2017-02-13</Date>
<Date>2017-04-11</Date>
<Changes>
###2017.04.11
- update python for 6.2, 6.3 and 6.4
- remove zpeter's speetest script due to end of development
- add sivel script to 1.0.3
###2017.02.13
- version bump
###2017.02.12a
@ -81,7 +85,7 @@ This plugin interacts with the command line interface for testing internet bandw
- fix: chart and table sync on changes
- fix: filters save
- fix: page refresh after manual test
- fix: various minor css and code
- fix: various minor css and code
- add settings icon
- removed stacked charts
- add: persistent chart selection cookie
@ -128,7 +132,7 @@ This plugin interacts with the command line interface for testing internet bandw
- save sort and filter settings
- added default cfg
###2015.12.29
- update tablesorter to v2.25.0 combined
- update tablesorter to v2.25.0 combined
- add tablesorter filters to table
- save speedtest host server
- add shadow box display when running speedtest
@ -139,7 +143,7 @@ This plugin interacts with the command line interface for testing internet bandw
- Speedtest Cron Settings under Settings/Scheduler
- Speedtest App under Tools/Speedtest
###2015.12.20
- added speedtest-xml script to /usr/sbin/ for cron jobs
- added speedtest-xml script to /usr/sbin/ for cron jobs
- added logging to speedtest.php for start and completion of the script
###2015.12.19
- changed icon thanks to hernandito