diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg index 70b79a22..cae017f9 100755 --- a/plugins/speedtest.plg +++ b/plugins/speedtest.plg @@ -3,7 +3,7 @@ - + @@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe --> +###2016.03.12 +- fix install python 2.7.11 for unRAID 6.2+ +- fix install python 2.7.9 for unRAID 6.1 ###2016.02.28 - fix: chart and table sync on changes - fix: filters save @@ -115,10 +118,16 @@ The 'tablesorter' package file. d25fb1235efaa5f71c790b8d71ed7337 - + &gitURL;/packages/python-2.7.9-x86_64-1.txz 7d5f6d12757c59e5f08ca25bd63aab78 + + +&gitURL;/source/packages/python-2.7.11-x86_64-2.txz +5ff7e4c8a7ef742fbf12a6ae25914df7 + + &pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz b422874df919df6baa10774bd2ddc2cc @@ -165,6 +174,14 @@ if [[ ${version:0:3} == 6.0 ]]; then exit 1 fi +if [[ ${version:0:3} == 6.1 ]]; then + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/python-2.7.9-x86_64-1.txz +fi + +if [[ ${version:0:3} == 6.2 ]]; then + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/python-2.7.11-x86_64-2.txz +fi + # Verify and install plugin package sum1=$(/usr/bin/md5sum &plgpath;/&plgname;.txz) sum2=$(/usr/bin/cat &plgpath;/&plgname;.md5) diff --git a/plugins/speedtest.xml b/plugins/speedtest.xml index f3989e51..f2a34a27 100644 --- a/plugins/speedtest.xml +++ b/plugins/speedtest.xml @@ -11,8 +11,11 @@ This plugin interacts with the command line interface for testing internet bandw http://lime-technology.com/forum/index.php?topic=43500.0 https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png -2016-02-28 +2016-03-12 +###2016.03.12 +- fix install python 2.7.11 for unRAID 6.2+ +- fix install python 2.7.9 for unRAID 6.1 ###2016.02.28 - fix: chart and table sync on changes - fix: filters save