This commit is contained in:
Derek Macias 2016-02-23 09:09:43 -07:00
parent 3a4283ad1b
commit ba83d550e1
4 changed files with 17 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.02.17">
<!ENTITY version "2016.02.23">
<!ENTITY launch "Settings/&name;">
<!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.02.23
- fix: search for a partial match of packages used in other plugins
###2016.02.17
- remove curl progress bar
- separate plugin depends by comma

View File

@ -11,8 +11,10 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
</Description>
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
<Date>2016-02-17</Date>
<Date>2016-02-23</Date>
<Changes>
###2016.02.23
- fix: search for a partial match of packages used in other plugins
###2016.02.17
- remove curl progress bar
- separate plugin depends by comma

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "speedtest">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.02.21">
<!ENTITY version "2016.02.23">
<!ENTITY launch "Tools/Speedtest">
<!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.02.23
- update packages to NerdPack versions
###2016.02.21
- add save chart type to cookie
- add save chart data type cookie
@ -103,12 +105,12 @@ The 'tablesorter' package file.
<URL>&pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL>
<MD5>b422874df919df6baa10774bd2ddc2cc</MD5>
</FILE>
<FILE Name="&pkgs;/pysetuptools-18.2-x86_64-2_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&pkgURL;/pysetuptools-18.2-x86_64-2_slack.txz</URL>
<MD5>8cb67f040f55b152042752c85b8c68d6</MD5>
<FILE Name="/boot/config/plugins/NerdPack/packages/pysetuptools-18.2-x86_64-3_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&gitURL;/packages/pysetuptools-18.2-x86_64-3_slack.txz</URL>
<MD5>13702bce864bcac184786020d3c61d71</MD5>
</FILE>
<FILE Name="&pkgs;/pip-7.1.2-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&pkgURL;/pip-7.1.2-x86_64-1_slack.txz</URL>
<FILE Name="/boot/config/plugins/NerdPack/packages/pip-7.1.2-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
<URL>&gitURL;/packages/pip-7.1.2-x86_64-1_slack.txz</URL>
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
</FILE>

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-02-21</Date>
<Date>2016-02-23</Date>
<Changes>
###2016.02.23
- update packages to NerdPack versions
###2016.02.21
- add save chart type to cookie
- add save chart data type cookie