update NerdPack packages and plugin

This commit is contained in:
dmacias72 2016-02-15 21:57:41 -07:00
parent 038c2ddd73
commit d2da54ed02
2 changed files with 19 additions and 9 deletions

19
plugins/NerdPack.plg Normal file → Executable file
View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.02.08">
<!ENTITY version "2016.02.15">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,11 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.02.15
- update tablesorter
- fix spacing of echoed messages
- remove array start event package install
- move initial package install to plugin install
###2016.02.08
- fix permissions on event script
###2016.02.02
@ -111,9 +116,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-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>
<FILE Name="&plgpath;/&name;.cfg">
@ -181,9 +186,7 @@ if [ ! -d &plgpath;/packages ]; then
mkdir &plgpath;/packages
fi
# Update file permissions of scripts
chmod +0755 &emhttp;/scripts/* \
&emhttp;/event/*
/usr/sbin/packagemanager
# Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
@ -220,4 +223,4 @@ echo ""
</INLINE>
</FILE>
</PLUGIN>
</PLUGIN>

View File

@ -11,8 +11,15 @@ 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-02</Date>
<Date>2016-02-15</Date>
<Changes>
###2016.02.15
- update tablesorter
- fix spacing of echoed messages
- remove array start event package install
- move initial package install to plugin install
###2016.02.08
- fix permissions on event script
###2016.02.02
- add check for other plugin dependencies on uninstall
###2016.01.25