diff --git a/plugins/qnotify.plg b/plugins/qnotify.plg
index 1aa47402..3c0da1eb 100755
--- a/plugins/qnotify.plg
+++ b/plugins/qnotify.plg
@@ -37,12 +37,12 @@
This plugin uses PyQuassel to send Pushbullet notifications for Quassel Core Server
-->
-&plgPATH;/6.2/python3-3.5.2-x86_64-1.tgz
+&plgPATH;/python3-3.5.2-x86_64-1.tgz
d535f46f828f8200e907787ddf9294ed
-&pkgURL;/6.1/python3-3.5.1-x86_64-1.txz
+&pkgURL;/python3-3.5.1-x86_64-1.txz
e19803aa714dcea6dd8f922089d4e996
diff --git a/plugins/speedtest.plg b/plugins/speedtest.plg
index c95869f6..7d723f64 100755
--- a/plugins/speedtest.plg
+++ b/plugins/speedtest.plg
@@ -154,14 +154,14 @@ The 'tablesorter' package file.
ead9fb4c4a317e7d6426b3521f0e0c0b
-
-&gitURL;/packages/6.1/python-2.7.9-x86_64-1.txz
-7d5f6d12757c59e5f08ca25bd63aab78
+
+&plgpath;/python-2.7.12-x86_64-1.txz
+a94235dba17e63e12eb888cba9bbb155
-
-&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz
-a94235dba17e63e12eb888cba9bbb155
+
+&plgpath;/python-2.7.9-x86_64-1.txz
+7d5f6d12757c59e5f08ca25bd63aab78
@@ -223,20 +223,6 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then
rm &plgpath;/&plgname;.md5
exit 1
else
- if [[ $VER == 6.1 ]]; then
- echo "\nInstalling dependencies for unRAID 6.1"
- upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.9-x86_64-1.txz
- fi
-
- if [[ $VER == 6.2 ]]; then
- echo "\nInstalling dependencies for unRAID 6.2"
- upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz
- fi
-
- if [[ $VER == 6.3 ]]; then
- echo "\nInstalling dependencies for unRAID 6.3"
- upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz
- fi
upgradepkg --install-new &plgpath;/&plgname;.txz