update
This commit is contained in:
parent
3a4283ad1b
commit
ba83d550e1
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.02.17">
|
<!ENTITY version "2016.02.23">
|
||||||
<!ENTITY launch "Settings/&name;">
|
<!ENTITY launch "Settings/&name;">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
|
@ -16,6 +16,8 @@
|
||||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.02.23
|
||||||
|
- fix: search for a partial match of packages used in other plugins
|
||||||
###2016.02.17
|
###2016.02.17
|
||||||
- remove curl progress bar
|
- remove curl progress bar
|
||||||
- separate plugin depends by comma
|
- separate plugin depends by comma
|
||||||
|
|
|
@ -11,8 +11,10 @@ This plugin allows installation of extra packages, mostly CLI, for advanced user
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=37541.0</Support>
|
<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>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/NerdPack.png</Icon>
|
||||||
<Date>2016-02-17</Date>
|
<Date>2016-02-23</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.02.23
|
||||||
|
- fix: search for a partial match of packages used in other plugins
|
||||||
###2016.02.17
|
###2016.02.17
|
||||||
- remove curl progress bar
|
- remove curl progress bar
|
||||||
- separate plugin depends by comma
|
- separate plugin depends by comma
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "speedtest">
|
<!ENTITY name "speedtest">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.02.21">
|
<!ENTITY version "2016.02.23">
|
||||||
<!ENTITY launch "Tools/Speedtest">
|
<!ENTITY launch "Tools/Speedtest">
|
||||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
|
||||||
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
|
||||||
|
@ -21,6 +21,8 @@ This Plugin installs speedtest-cli for unRaid 6.1 All dependencies are installe
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<CHANGES>
|
<CHANGES>
|
||||||
|
###2016.02.23
|
||||||
|
- update packages to NerdPack versions
|
||||||
###2016.02.21
|
###2016.02.21
|
||||||
- add save chart type to cookie
|
- add save chart type to cookie
|
||||||
- add save chart data type 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>
|
<URL>&pkgURL;/pyOpenSSL-0.15.1-x86_64-1_slack.txz</URL>
|
||||||
<MD5>b422874df919df6baa10774bd2ddc2cc</MD5>
|
<MD5>b422874df919df6baa10774bd2ddc2cc</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
<FILE Name="&pkgs;/pysetuptools-18.2-x86_64-2_slack.txz" Run="/sbin/upgradepkg --install-new">
|
<FILE Name="/boot/config/plugins/NerdPack/packages/pysetuptools-18.2-x86_64-3_slack.txz" Run="/sbin/upgradepkg --install-new">
|
||||||
<URL>&pkgURL;/pysetuptools-18.2-x86_64-2_slack.txz</URL>
|
<URL>&gitURL;/packages/pysetuptools-18.2-x86_64-3_slack.txz</URL>
|
||||||
<MD5>8cb67f040f55b152042752c85b8c68d6</MD5>
|
<MD5>13702bce864bcac184786020d3c61d71</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
<FILE Name="&pkgs;/pip-7.1.2-x86_64-1_slack.txz" Run="/sbin/upgradepkg --install-new">
|
<FILE Name="/boot/config/plugins/NerdPack/packages/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>
|
<URL>&gitURL;/packages/pip-7.1.2-x86_64-1_slack.txz</URL>
|
||||||
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
|
<MD5>1e0a8d9e281cd075c175eca86aea2130</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,10 @@ This plugin interacts with the command line interface for testing internet bandw
|
||||||
</Description>
|
</Description>
|
||||||
<Support>http://lime-technology.com/forum/index.php?topic=43500.0</Support>
|
<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>
|
<Icon>https://raw.githubusercontent.com/dmacias72/unRAID-plugins/master/plugins/speedtest.png</Icon>
|
||||||
<Date>2016-02-21</Date>
|
<Date>2016-02-23</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.02.23
|
||||||
|
- update packages to NerdPack versions
|
||||||
###2016.02.21
|
###2016.02.21
|
||||||
- add save chart type to cookie
|
- add save chart type to cookie
|
||||||
- add save chart data type cookie
|
- add save chart data type cookie
|
||||||
|
|
Loading…
Reference in New Issue
Block a user