update speetest

This commit is contained in:
dmacias72 2017-01-07 23:24:13 -07:00
parent fd54439de9
commit db8175caea
2 changed files with 11 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.11.04">
<!ENTITY version "2017.01.07">
<!ENTITY launch "Settings/SpeedtestSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -23,6 +23,10 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
<CHANGES>
##&name;
###&version;
- update scripts
- add support for speedtest-linux script
- fix deleting single result
###2016.11.04
- fix: python min
###2016.10.28
- update min/max version
@ -268,7 +272,7 @@ rm -f /boot/config/plugins/dynamix/speedtest.cron
echo ""
echo "-----------------------------------------------------------"
echo " &name; has been removed."
echo " Copyright 2015-2016, &author;"
echo " Copyright 2015-2017, &author;"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""

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>2016-11-04</Date>
<Date>2017-01-07</Date>
<Changes>
###2017.01.07
- update scripts
- add support for speedtest-linux script
- fix deleting single result
###2016.11.04
- fix: python min
###2016.10.28