Update NerdPack.plg

Created 2022.08.23 update
This commit is contained in:
damnoodle 2022-08-23 11:30:52 -05:00 committed by GitHub
parent 7402954470
commit 2547e2da97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,9 +1,9 @@
<?xml version='1.0' standalone='yes'?> <?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdPack"> <!ENTITY name "SlackPack">
<!ENTITY author "dmacias72"> <!ENTITY author "damnoodle">
<!ENTITY version "2021.08.11"> <!ENTITY version "2022.08.23">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-&name;/master"> <!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unRAID-&name;/master">
<!ENTITY pluginURL "&gitURL;/plugin/&name;.plg"> <!ENTITY pluginURL "&gitURL;/plugin/&name;.plg">
@ -17,6 +17,10 @@
<CHANGES> <CHANGES>
##&name; ##&name;
###2022.08.23
- Forked dmacias72/unRAID-NerdPack
- Changed name from NerdPack to SlackPack
- Updated package urls and source
###2021.08.11 ###2021.08.11
- Allow Multiple Digit Version Revisions thanks to Keith Lamprecht - Allow Multiple Digit Version Revisions thanks to Keith Lamprecht
###2021.01.08 ###2021.01.08
@ -276,7 +280,7 @@ echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo " &name; has been installed." echo " &name; has been installed."
echo " This plugin requires Dynamix webGui to operate" echo " This plugin requires Dynamix webGui to operate"
echo " Copyright 2016-2021, &author;, eschultz" echo " Copyright 2022, &author;, dmacias, eschultz"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""
@ -297,7 +301,7 @@ rm -f &plgPATH;/&plgNAME;.md5
echo "" echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo " &name; has been removed." echo " &name; has been removed."
echo " Copyright 2016-2021, &author;, eschultz" echo " Copyright 2016-2021, &author;, dmacias, eschultz"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""