update plugins

This commit is contained in:
2022-05-06 05:15:02 +01:00
parent 462fa29e06
commit 1c93d44796
2 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
<?xml version='1.0' standalone='yes'?> <?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "unraid-dust"> <!ENTITY name "unraid-ox">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "v0.8.0"> <!ENTITY version "0.2.7">
<!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;"> <!ENTITY gitURL "https://git.panaetius.co.uk/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg"> <!ENTITY pluginURL "&gitURL;/raw/branch/master/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz"> <!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
@@ -18,7 +18,7 @@
### 2022-05-06 ### 2022-05-06
- Initial release - dust v0.8.0 - Initial release - ox 0.2.7
</CHANGES> </CHANGES>
@@ -56,7 +56,7 @@ For more information see the [ox repository](https://github.com/curlpipe/ox).
<FILE Run="/bin/bash" Method="remove"> <FILE Run="/bin/bash" Method="remove">
<INLINE> <INLINE>
echo "*** Removing dust ***" echo "*** Removing ox ***"
# Remove plugin related files # Remove plugin related files
removepkg &name;-&version; removepkg &name;-&version;
@@ -65,7 +65,7 @@ rm -rf &emhttp;
rm -rf &plugin; rm -rf &plugin;
echo echo
echo "*** Successfully removed dust ***" echo "*** Successfully removed ox ***"
</INLINE> </INLINE>
</FILE> </FILE>
</PLUGIN> </PLUGIN>

View File

@@ -1,9 +1,9 @@
<?xml version='1.0' standalone='yes'?> <?xml version='1.0' standalone='yes'?>
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "unraid-dust"> <!ENTITY name "unraid-ox">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "v0.8.0"> <!ENTITY version "0.2.7">
<!ENTITY gitURL "https://github.com/&org;/&name;"> <!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg"> <!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz"> <!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
@@ -17,7 +17,7 @@
### 2022-05-06 ### 2022-05-06
- Initial release - dust v0.8.0 - Initial release - ox 0.2.7
</CHANGES> </CHANGES>
@@ -55,7 +55,7 @@ For more information see the [ox repository](https://github.com/curlpipe/ox).
<FILE Run="/bin/bash" Method="remove"> <FILE Run="/bin/bash" Method="remove">
<INLINE> <INLINE>
echo "*** Removing dust ***" echo "*** Removing ox ***"
# Remove plugin related files # Remove plugin related files
removepkg &name;-&version; removepkg &name;-&version;
@@ -64,7 +64,7 @@ rm -rf &emhttp;
rm -rf &plugin; rm -rf &plugin;
echo echo
echo "*** Successfully removed dust ***" echo "*** Successfully removed ox ***"
</INLINE> </INLINE>
</FILE> </FILE>
</PLUGIN> </PLUGIN>