update tablesorter to 2.27.6
This commit is contained in:
parent
b99dbe1de4
commit
de340db6d8
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "ipmi">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.07.22">
|
||||
<!ENTITY version "2016.09.16">
|
||||
<!ENTITY launch "Settings/IPMI">
|
||||
<!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.09.16
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.07.22
|
||||
- fix: fan control not setting fans to auto when stopped
|
||||
- fix: fan control not setting fan min (only setting a value of 1)
|
||||
|
@ -164,9 +166,9 @@
|
|||
<!--
|
||||
The 'tablesorter' package file.
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.02.12-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz</URL>
|
||||
<MD5>d25fb1235efaa5f71c790b8d71ed7337</MD5>
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2.27.6-x86_64-1.txz</URL>
|
||||
<MD5>ead9fb4c4a317e7d6426b3521f0e0c0b</MD5>
|
||||
</FILE>
|
||||
|
||||
<!--
|
||||
|
|
|
@ -11,8 +11,10 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=39787.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/ipmi.png</Icon>
|
||||
<Date>2016-07-22</Date>
|
||||
<Date>2016-09-16</Date>
|
||||
<Changes>
|
||||
###2016.09.16
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.07.22
|
||||
- fix: fan control not setting fans to auto when stopped
|
||||
- fix: fan control not setting fan min (only setting a value of 1)
|
||||
|
@ -157,4 +159,4 @@ The ipmi plugin allows you to view your system sensors and events using your ipm
|
|||
###2015.05.07
|
||||
- initial unRAID 6 release
|
||||
</Changes>
|
||||
</Containers>
|
||||
</Containers>
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "libvirtwol">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.06.04">
|
||||
<!ENTITY version "2016.09.16">
|
||||
<!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.09.16
|
||||
- update python to 2.7.12
|
||||
###2016.06.04
|
||||
- add rc script
|
||||
- amend dynamix plugin api
|
||||
|
@ -75,9 +77,9 @@ This Plugin installs libvirt wake on lan for unRaid 6.1 All dependencies are in
|
|||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.11-x86_64-2.txz">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.11-x86_64-2.txz</URL>
|
||||
<MD5>5ff7e4c8a7ef742fbf12a6ae25914df7</MD5>
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.12-x86_64-1.txz">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz</URL>
|
||||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&plgpath;/libvirt-python-1.2.18-x86_64-1ponce.txz">
|
||||
|
@ -148,7 +150,7 @@ else
|
|||
|
||||
if [[ $VER == 6.2 ]]; then
|
||||
echo "\nInstalling dependencies for unRAID 6.2"
|
||||
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.11-x86_64-2.txz
|
||||
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
|
||||
|
||||
# restore VM Manager Menu
|
||||
|
|
|
@ -11,9 +11,11 @@ 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-06-04</Date>
|
||||
<Date>2016-09-16</Date>
|
||||
<Changes>
|
||||
###2016.06.04
|
||||
###2016.09.16
|
||||
- update python to 2.7.12
|
||||
#####2016.06.04
|
||||
- add rc script
|
||||
- amend dynamix plugin api
|
||||
###2016.04.16
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "speedtest">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.06.19">
|
||||
<!ENTITY version "2016.09.16">
|
||||
<!ENTITY launch "Settings/SpeedtestSettings">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||
|
@ -21,6 +21,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
-->
|
||||
|
||||
<CHANGES>
|
||||
###2016.09.16
|
||||
- update python to 2.7.12
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.06.19
|
||||
- fix: scheduler not saving changes
|
||||
###2016.06.10
|
||||
|
@ -144,9 +147,9 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
|||
<!--
|
||||
The 'tablesorter' package file.
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.02.12-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz</URL>
|
||||
<MD5>d25fb1235efaa5f71c790b8d71ed7337</MD5>
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2.27.6-x86_64-1.txz</URL>
|
||||
<MD5>ead9fb4c4a317e7d6426b3521f0e0c0b</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.1/python-2.7.9-x86_64-1.txz">
|
||||
|
@ -154,9 +157,9 @@ The 'tablesorter' package file.
|
|||
<MD5>7d5f6d12757c59e5f08ca25bd63aab78</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.11-x86_64-2.txz">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.11-x86_64-2.txz</URL>
|
||||
<MD5>5ff7e4c8a7ef742fbf12a6ae25914df7</MD5>
|
||||
<FILE Name="/boot/config/plugins/NerdPack/packages/6.2/python-2.7.12-x86_64-1.txz">
|
||||
<URL>&gitURL;/packages/6.2/python-2.7.12-x86_64-1.txz</URL>
|
||||
<MD5>a94235dba17e63e12eb888cba9bbb155</MD5>
|
||||
</FILE>
|
||||
|
||||
<FILE Name="&pkgs;/pyOpenSSL-0.15.1-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||
|
@ -225,7 +228,7 @@ else
|
|||
|
||||
if [[ $VER == 6.2 ]]; then
|
||||
echo "\nInstalling dependencies for unRAID 6.2"
|
||||
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.11-x86_64-2.txz
|
||||
upgradepkg --install-new /boot/config/plugins/NerdPack/packages/$VER/python-2.7.12-x86_64-1.txz
|
||||
fi
|
||||
|
||||
upgradepkg --install-new &plgpath;/&plgname;.txz
|
||||
|
@ -272,4 +275,4 @@ echo ""
|
|||
</INLINE>
|
||||
</FILE>
|
||||
|
||||
</PLUGIN>
|
||||
</PLUGIN>
|
|
@ -11,8 +11,11 @@ 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-06-19</Date>
|
||||
<Date>2016-09-16</Date>
|
||||
<Changes>
|
||||
###2016.09.16
|
||||
- update python to 2.7.12
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.06.19
|
||||
- fix: scheduler not saving changes
|
||||
###2016.06.10
|
||||
|
@ -132,4 +135,4 @@ This plugin interacts with the command line interface for testing internet bandw
|
|||
###2015.10.17
|
||||
- initial commit
|
||||
</Changes>
|
||||
</Containers>
|
||||
</Containers>
|
|
@ -3,7 +3,7 @@
|
|||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "wakeonlan">
|
||||
<!ENTITY author "dmacias72">
|
||||
<!ENTITY version "2016.01.16">
|
||||
<!ENTITY version "2016.09.16">
|
||||
<!ENTITY launch "Settings/Wakeonlan">
|
||||
<!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;" launch="&launch;" version="&version;" pluginURL="&pluginURL;">
|
||||
|
||||
<CHANGES>
|
||||
###2016.09.16
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
|
@ -47,9 +49,9 @@
|
|||
<!--
|
||||
The 'tablesorter' package file.
|
||||
-->
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.01.16-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2016.01.16-x86_64-1.txz</URL>
|
||||
<MD5>139bbc7f9788339193ab9bd994365b4a</MD5>
|
||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||
<URL>&gitURL;/archive/tablesorter-2.27.6-x86_64-1.txz</URL>
|
||||
<MD5>ead9fb4c4a317e7d6426b3521f0e0c0b</MD5>
|
||||
</FILE>
|
||||
|
||||
<!--
|
||||
|
@ -157,4 +159,4 @@ echo ""
|
|||
</INLINE>
|
||||
</FILE>
|
||||
|
||||
</PLUGIN>
|
||||
</PLUGIN>
|
|
@ -11,8 +11,10 @@ Wake On Lan plugin allows you to scan your network, add and save computers from
|
|||
</Description>
|
||||
<Support>http://lime-technology.com/forum/index.php?topic=38289.0</Support>
|
||||
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/wakeonlan.png</Icon>
|
||||
<Date>2016-01-16</Date>
|
||||
<Date>2016-09-16</Date>
|
||||
<Changes>
|
||||
###2016.09.16
|
||||
- update tablesorter to 2.27.6
|
||||
###2016.01.16
|
||||
- minor diplay changes
|
||||
- add tablesorter as a separate package
|
||||
|
|
Loading…
Reference in New Issue
Block a user