update for 6.3

This commit is contained in:
dmacias72 2016-10-09 17:41:46 -06:00
parent ae75b4476b
commit 7d3ce8c25d
6 changed files with 34 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "libvirtwol">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.09.16">
<!ENTITY version "2016.10.09">
<!ENTITY launch "Settings/VMSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -20,6 +20,8 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
-->
<CHANGES>
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
###2016.06.04
@ -157,6 +159,12 @@ else
sed -i -- 's/VMManager:1/OtherSettings/g' /usr/local/emhttp/plugins/dynamix.vm.manager/VMSettings.page
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
upgradepkg --install-new &plgpath;/libvirt-python-1.3.1-x86_64-1ponce.txz
fi
upgradepkg --install-new &plgpath;/&plgname;.txz
#restart event daemon

View File

@ -11,8 +11,10 @@ Wake On Lan for Virtual Machines. Allows you to recieve a wake on lan packet to
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=44017.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/libvirtwol.png</Icon>
<Date>2016-09-16</Date>
<Date>2016-10-09</Date>
<Changes>
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
#####2016.06.04

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "qnotify">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.10.02">
<!ENTITY version "2016.10.09">
<!ENTITY launch "Settings/QNotify">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,8 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.10.09
- update for 6.3
###2016.10.02
- add: Python 3.5.2 for unRAID 6.2
###2016.06.23
@ -122,6 +124,11 @@ else
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.2-x86_64-1.tgz
fi
if [[ $VER == 6.3 ]]; then
echo "\nInstalling dependencies for unRAID 6.3"
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python3-3.5.2-x86_64-1.tgz
fi
upgradepkg --install-new &plgPATH;/&plgNAME;.txz

View File

@ -11,8 +11,10 @@ The Quassel Notify plugin allows you to receive Pushbullet notifications based o
</Description>
<Support>http://lime-technology.com/forum/</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/qnotify.png</Icon>
<Date>2016-10-02</Date>
<Date>2016-10-09</Date>
<Changes>
###2016.10.09
- update for 6.3
###2016.10.02
- add: Python 3.5.2 for unRAID 6.2
###2016.06.23

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.09.16">
<!ENTITY version "2016.10.09">
<!ENTITY launch "Settings/SpeedtestSettings">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -21,6 +21,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
-->
<CHANGES>
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
- update tablesorter to 2.27.6
@ -231,6 +233,11 @@ else
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

View File

@ -11,8 +11,10 @@ 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-09-16</Date>
<Date>2016-10-09</Date>
<Changes>
###2016.10.09
- update for 6.3
###2016.09.16
- update python to 2.7.12
- update tablesorter to 2.27.6