update package

This commit is contained in:
Derek Macias 2016-09-16 11:06:38 -06:00
parent 321546778c
commit 323f7db119
2 changed files with 11 additions and 5 deletions

View File

@ -3,7 +3,7 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack">
<!ENTITY author "dmacias72">
<!ENTITY version "2016.09.10">
<!ENTITY version "2016.09.16">
<!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-plugins/master">
<!ENTITY pluginURL "&gitURL;/plugins/&name;.plg">
@ -16,6 +16,9 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;">
<CHANGES>
###2016.09.16
- fix: empty package list on new install
- update tablesorter to 2.27.6
###2016.09.10
- add: popup for unRAID version change or empty downloads folder
- add: always compare package checksums
@ -134,9 +137,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>
<FILE Name="&plgpath;/&name;.cfg">

View File

@ -11,8 +11,11 @@ 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-09-10</Date>
<Date>2016-09-16</Date>
<Changes>
###2016.09.16
- fix: empty package list on new install
- update tablesorter to 2.27.6
###2016.09.10
- add: popup for unRAID version change or empty downloads folder
- add: always compare package checksums