Merge pull request #75 from Mcklaren/patch-20

Version 2023.05.14
This commit is contained in:
Mcklaren 2023-05-15 00:51:07 +02:00 committed by GitHub
commit 9854f3f6cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
70 changed files with 38 additions and 29 deletions

Binary file not shown.

Binary file not shown.

BIN
packages/6.11/gpgme-1.20.0-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
packages/6.11/irssi-1.4.4-x86_64-1.txz vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -4,6 +4,7 @@
"iotop": "python2,libffi",
"irssi": "utf8proc",
"mediainfo": "libzen,libmediainfo",
"python3": "python-pip,python-setuptools",
"tmux": "ncurses-terminfo",
"vim": "libsodium",
"wget2": "gpgme,lzlib,libassuan"

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES">
<!ENTITY version "2023.05.07">
<!ENTITY md5 "ad9092c4776721583702e501e0735649">
<!ENTITY version "2023.05.14">
<!ENTITY md5 "8b1f335455a38d3bb98e2cb8f488f2db">
<!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg">
@ -15,9 +15,17 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.11">
<CHANGES>
<CHANGES>
##&name;
###2023.05.05
###2023.05.14
- Update: gpgme-1.20.0
- Update: irssi-1.4.4
- Update: ruby-3.2.2
- Update: vim-9.0.1493
- Added: Nodejs-20.1.0
- Fixed: rollback python3-3.9.16 to release 1 that fix SSL problem (Issues #74)
- Enhanced: Add python-pip and python-setuptools as dependency of python3
###2023.05.07
- Enhanced: add dependencies column
- Enhanced: rearrange multiple columns
- Enhanced: delete DOWNLOADED column
@ -119,12 +127,12 @@
- Cleaned code and deleted packages unused that are include on UnRAID 6.11
- New system for install packages
</CHANGES>
</CHANGES>
<!-- The 'pre-install' script. -->
<FILE Run="/usr/bin/php">
<INLINE>
<![CDATA[
<!-- The 'pre-install' script. -->
<FILE Run="/usr/bin/php">
<INLINE>
<![CDATA[
<?
$version = parse_ini_file("/etc/unraid-version");
@ -140,23 +148,23 @@
?>
]]>
</INLINE>
</FILE>
</INLINE>
</FILE>
<FILE Run="/bin/bash">
<INLINE>
<FILE Run="/bin/bash">
<INLINE>
# Remove old 'source' files
rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null &#124; grep -v '&version;')
</INLINE>
</FILE>
</INLINE>
</FILE>
<!--
<!--
The 'install' script.
-->
<FILE Run="/bin/bash" Method="install">
<INLINE>
<FILE Run="/bin/bash" Method="install">
<INLINE>
echo ""
echo "-----------------------------------------------------------"
@ -167,20 +175,20 @@ echo " based on NerdPack"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>
</INLINE>
</FILE>
<FILE Name="/boot/config/plugins/&name;/&name;-&version;-x86_64-1.txz" Run="upgradepkg --install-new --reinstall">
<URL>https://raw.githubusercontent.com/UnRAIDES/unRAID-&name;/main/archive/&name;-&version;-x86_64-1.txz</URL>
<MD5>&md5;</MD5>
</FILE>
<FILE Name="/boot/config/plugins/&name;/&name;-&version;-x86_64-1.txz" Run="upgradepkg --install-new --reinstall">
<URL>https://raw.githubusercontent.com/UnRAIDES/unRAID-&name;/main/archive/&name;-&version;-x86_64-1.txz</URL>
<MD5>&md5;</MD5>
</FILE>
<!--
<!--
The 'remove' script.
-->
<FILE Run="/bin/bash" Method="remove">
<INLINE>
<FILE Run="/bin/bash" Method="remove">
<INLINE>
removepkg &plgPATH;/&plgNAME;.txz
rm -rf &emhttp;
@ -198,7 +206,7 @@ echo " based on NerdPack"
echo " Version: &version;"
echo "-----------------------------------------------------------"
echo ""
</INLINE>
</FILE>
</INLINE>
</FILE>
</PLUGIN>