From c60a456b04be1fe0b12ebf7290827af7662b0c89 Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Thu, 23 Jun 2016 15:44:08 -0600 Subject: [PATCH] update --- plugins/qnotify.plg | 17 ++++++++++------- plugins/qnotify.xml | 6 ++++-- 2 files changed, 14 insertions(+), 9 deletions(-) diff --git a/plugins/qnotify.plg b/plugins/qnotify.plg index e702e8b5..6ff2bacc 100755 --- a/plugins/qnotify.plg +++ b/plugins/qnotify.plg @@ -3,7 +3,7 @@ - + @@ -16,11 +16,13 @@ +###2016.06.23 +- fix: compile separate Python 3.5.1 for unRAID 6.1 ###2016.05.28 -- add log file +- add: log file ###2016.05.22 - fix: get token from notification settings -- fix: clear settings when stopping +- fix: settings clearing when stopping ###2016.05.20 - add: dynamix plugin update api ###2016.05.19 @@ -31,9 +33,9 @@ This plugin uses PyQuassel to send Pushbullet notifications for Quassel Core Server --> - -&pkgURL;/6.2/python3-3.5.1-x86_64-2.txz -a2b6f257cbb6dea91df4d422cc7b2b0b + +&pkgURL;/6.1/python3-3.5.1-x86_64-1.txz +e19803aa714dcea6dd8f922089d4e996 @@ -110,7 +112,8 @@ if [ "${sum1:0:32}" != "${sum2:0:32}" ]; then else if [[ $VER == 6.1 ]]; then echo "\nInstalling dependencies for unRAID 6.1" - upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.1-x86_64-2.txz + rm -f /boot/config/plugins/NerdPack/packages/6.1/python3-3.5.1-x86_64-2.txz + upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.1-x86_64-1.txz fi if [[ $VER == 6.2 ]]; then diff --git a/plugins/qnotify.xml b/plugins/qnotify.xml index 12a14760..243f53c0 100755 --- a/plugins/qnotify.xml +++ b/plugins/qnotify.xml @@ -11,8 +11,10 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o http://lime-technology.com/forum/ https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png -2016-05-28 +2016-06-23 +###2016.06.23 +- fix: compile separate Python 3.5.1 for unRAID 6.1 ###2016.05.28 - add log file ###2016.05.22 @@ -23,4 +25,4 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o ###2016.05.19 - initial unRAID 6 release. - + \ No newline at end of file