update package
This commit is contained in:
parent
321546778c
commit
323f7db119
@ -3,7 +3,7 @@
|
|||||||
<!DOCTYPE PLUGIN [
|
<!DOCTYPE PLUGIN [
|
||||||
<!ENTITY name "NerdPack">
|
<!ENTITY name "NerdPack">
|
||||||
<!ENTITY author "dmacias72">
|
<!ENTITY author "dmacias72">
|
||||||
<!ENTITY version "2016.09.10">
|
<!ENTITY version "2016.09.16">
|
||||||
<!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,9 @@
|
|||||||
<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.09.16
|
||||||
|
- fix: empty package list on new install
|
||||||
|
- update tablesorter to 2.27.6
|
||||||
###2016.09.10
|
###2016.09.10
|
||||||
- add: popup for unRAID version change or empty downloads folder
|
- add: popup for unRAID version change or empty downloads folder
|
||||||
- add: always compare package checksums
|
- add: always compare package checksums
|
||||||
@ -134,9 +137,9 @@
|
|||||||
<!--
|
<!--
|
||||||
The 'tablesorter' package file.
|
The 'tablesorter' package file.
|
||||||
-->
|
-->
|
||||||
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2016.02.12-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
<FILE Name="/boot/config/plugins/tablesorter/tablesorter-2.27.6-x86_64-1.txz" Run="/sbin/upgradepkg --install-new">
|
||||||
<URL>&gitURL;/archive/tablesorter-2016.02.12-x86_64-1.txz</URL>
|
<URL>&gitURL;/archive/tablesorter-2.27.6-x86_64-1.txz</URL>
|
||||||
<MD5>d25fb1235efaa5f71c790b8d71ed7337</MD5>
|
<MD5>ead9fb4c4a317e7d6426b3521f0e0c0b</MD5>
|
||||||
</FILE>
|
</FILE>
|
||||||
|
|
||||||
<FILE Name="&plgpath;/&name;.cfg">
|
<FILE Name="&plgpath;/&name;.cfg">
|
||||||
|
@ -11,8 +11,11 @@ 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-09-10</Date>
|
<Date>2016-09-16</Date>
|
||||||
<Changes>
|
<Changes>
|
||||||
|
###2016.09.16
|
||||||
|
- fix: empty package list on new install
|
||||||
|
- update tablesorter to 2.27.6
|
||||||
###2016.09.10
|
###2016.09.10
|
||||||
- add: popup for unRAID version change or empty downloads folder
|
- add: popup for unRAID version change or empty downloads folder
|
||||||
- add: always compare package checksums
|
- add: always compare package checksums
|
||||||
|
Loading…
Reference in New Issue
Block a user