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'?>
<!DOCTYPE PLUGIN [
<!ENTITY name "unraid-ox">
<!ENTITY name "unraid-bottom">
<!ENTITY author "dtomlinson">
<!ENTITY org "dtomlinson91">
<!ENTITY version "0.2.7">
<!ENTITY version "0.6.8">
<!ENTITY gitURL "https://github.com/&org;/&name;">
<!ENTITY pluginURL "&gitURL;/raw/master/&name;.plg">
<!ENTITY releaseURL "&gitURL;/releases/download/&version;/&name;-&version;.txz">
@@ -17,7 +17,7 @@
### 2022-05-06
- Initial release - ox 0.2.7
- Initial release - bottom 0.6.8
</CHANGES>
@@ -45,17 +45,17 @@ fi
<FILE Name="&emhttp;/README.md">
<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>
</FILE>
<FILE Run="/bin/bash" Method="remove">
<INLINE>
echo "*** Removing ox ***"
echo "*** Removing bottom ***"
# Remove plugin related files
removepkg &name;-&version;
@@ -64,7 +64,7 @@ rm -rf &emhttp;
rm -rf &plugin;
echo
echo "*** Successfully removed ox ***"
echo "*** Successfully removed bottom ***"
</INLINE>
</FILE>
</PLUGIN>