update plugin

remove libpcap from 6.2 install
This commit is contained in:
Derek Macias 2016-03-23 01:58:16 -06:00
parent db601388d8
commit 327d422da2
2 changed files with 10 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "libvirtwol">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.03.19">
<!ENTITY version "2016.03.23">
<!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.03.23
- remove libpcap from 6.2 install
###2016.03.19
- add wake on lan to advanced view
###2016.03.14
@ -81,7 +83,7 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
<MD5>9a64e4941dd9c7fa3b9c8bf244c9a2d3</MD5>
</FILE>
<FILE Name="&plgpath;/libpcap-1.4.0-x86_64-1.txz" Run="upgradepkg --install-new">
<FILE Name="&plgpath;/libpcap-1.4.0-x86_64-1.txz">
<URL>&pkgURL;/libpcap-1.4.0-x86_64-1.txz</URL>
<MD5>cbe651aff5d49d1c3a5a7ad6a4262393</MD5>
</FILE>
@ -139,6 +141,7 @@ else
echo "\nInstalling dependencies for unRAID 6.1"
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.9-x86_64-1.txz
upgradepkg --install-new &plgpath;/libvirt-python-1.2.18-x86_64-1ponce.txz
upgradepkg --install-new &plgpath;/libpcap-1.4.0-x86_64-1.txz
fi
if [[ $VER == 6.2 ]]; then

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-03-19</Date>
<Date>2016-03-23</Date>
<Changes>
###2016.03.23
- remove libpcap from 6.2 install
###2016.03.19
- add wake on lan to advanced view
###2016.03.14