update packages

This commit is contained in:
2022-05-06 16:23:17 +01:00
parent bb18e7ab98
commit 59bb7ba89c
2 changed files with 16 additions and 16 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-ox"> <!ENTITY name "unraid-bottom">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "0.2.7"> <!ENTITY version "0.6.8">
<!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 - ox 0.2.7 - Initial release - bottom 0.6.8
</CHANGES> </CHANGES>
@@ -46,17 +46,17 @@ fi
<FILE Name="&emhttp;/README.md"> <FILE Name="&emhttp;/README.md">
<INLINE> <INLINE>
**ox** **bottom**
Ox is a code editor that runs in your terminal. A customizable cross-platform graphical process/system monitor for the terminal.
For more information see the [ox repository](https://github.com/curlpipe/ox). For more information see the [bottom repository](https://github.com/ClementTsang/bottom).
</INLINE> </INLINE>
</FILE> </FILE>
<FILE Run="/bin/bash" Method="remove"> <FILE Run="/bin/bash" Method="remove">
<INLINE> <INLINE>
echo "*** Removing ox ***" echo "*** Removing bottom ***"
# 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 ox ***" echo "*** Successfully removed bottom ***"
</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-ox"> <!ENTITY name "unraid-bottom">
<!ENTITY author "dtomlinson"> <!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91"> <!ENTITY org "dtomlinson91">
<!ENTITY version "0.2.7"> <!ENTITY version "0.6.8">
<!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 - ox 0.2.7 - Initial release - bottom 0.6.8
</CHANGES> </CHANGES>
@@ -45,17 +45,17 @@ fi
<FILE Name="&emhttp;/README.md"> <FILE Name="&emhttp;/README.md">
<INLINE> <INLINE>
**ox** **bottom**
Ox is a code editor that runs in your terminal. A customizable cross-platform graphical process/system monitor for the terminal.
For more information see the [ox repository](https://github.com/curlpipe/ox). For more information see the [bottom repository](https://github.com/ClementTsang/bottom).
</INLINE> </INLINE>
</FILE> </FILE>
<FILE Run="/bin/bash" Method="remove"> <FILE Run="/bin/bash" Method="remove">
<INLINE> <INLINE>
echo "*** Removing ox ***" echo "*** Removing bottom ***"
# 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 ox ***" echo "*** Successfully removed bottom ***"
</INLINE> </INLINE>
</FILE> </FILE>
</PLUGIN> </PLUGIN>