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", "iotop": "python2,libffi",
"irssi": "utf8proc", "irssi": "utf8proc",
"mediainfo": "libzen,libmediainfo", "mediainfo": "libzen,libmediainfo",
"python3": "python-pip,python-setuptools",
"tmux": "ncurses-terminfo", "tmux": "ncurses-terminfo",
"vim": "libsodium", "vim": "libsodium",
"wget2": "gpgme,lzlib,libassuan" "wget2": "gpgme,lzlib,libassuan"

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -3,8 +3,8 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "NerdTools"> <!ENTITY name "NerdTools">
<!ENTITY author "UnRAIDES"> <!ENTITY author "UnRAIDES">
<!ENTITY version "2023.05.07"> <!ENTITY version "2023.05.14">
<!ENTITY md5 "ad9092c4776721583702e501e0735649"> <!ENTITY md5 "8b1f335455a38d3bb98e2cb8f488f2db">
<!ENTITY launch "Settings/&name;"> <!ENTITY launch "Settings/&name;">
<!ENTITY github "UnRAIDES/unRAID-&name;"> <!ENTITY github "UnRAIDES/unRAID-&name;">
<!ENTITY pluginURL "https://raw.githubusercontent.com/&github;/main/plugin/&name;.plg"> <!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"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.11">
<CHANGES> <CHANGES>
##&name; ##&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: add dependencies column
- Enhanced: rearrange multiple columns - Enhanced: rearrange multiple columns
- Enhanced: delete DOWNLOADED column - Enhanced: delete DOWNLOADED column
@ -119,12 +127,12 @@
- Cleaned code and deleted packages unused that are include on UnRAID 6.11 - Cleaned code and deleted packages unused that are include on UnRAID 6.11
- New system for install packages - New system for install packages
</CHANGES> </CHANGES>
<!-- The 'pre-install' script. --> <!-- The 'pre-install' script. -->
<FILE Run="/usr/bin/php"> <FILE Run="/usr/bin/php">
<INLINE> <INLINE>
<![CDATA[ <![CDATA[
<? <?
$version = parse_ini_file("/etc/unraid-version"); $version = parse_ini_file("/etc/unraid-version");
@ -140,23 +148,23 @@
?> ?>
]]> ]]>
</INLINE> </INLINE>
</FILE> </FILE>
<FILE Run="/bin/bash"> <FILE Run="/bin/bash">
<INLINE> <INLINE>
# Remove old 'source' files # Remove old 'source' files
rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null &#124; grep -v '&version;') rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null &#124; grep -v '&version;')
</INLINE> </INLINE>
</FILE> </FILE>
<!-- <!--
The 'install' script. The 'install' script.
--> -->
<FILE Run="/bin/bash" Method="install"> <FILE Run="/bin/bash" Method="install">
<INLINE> <INLINE>
echo "" echo ""
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
@ -167,20 +175,20 @@ echo " based on NerdPack"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""
</INLINE> </INLINE>
</FILE> </FILE>
<FILE Name="/boot/config/plugins/&name;/&name;-&version;-x86_64-1.txz" Run="upgradepkg --install-new --reinstall"> <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> <URL>https://raw.githubusercontent.com/UnRAIDES/unRAID-&name;/main/archive/&name;-&version;-x86_64-1.txz</URL>
<MD5>&md5;</MD5> <MD5>&md5;</MD5>
</FILE> </FILE>
<!-- <!--
The 'remove' script. The 'remove' script.
--> -->
<FILE Run="/bin/bash" Method="remove"> <FILE Run="/bin/bash" Method="remove">
<INLINE> <INLINE>
removepkg &plgPATH;/&plgNAME;.txz removepkg &plgPATH;/&plgNAME;.txz
rm -rf &emhttp; rm -rf &emhttp;
@ -198,7 +206,7 @@ echo " based on NerdPack"
echo " Version: &version;" echo " Version: &version;"
echo "-----------------------------------------------------------" echo "-----------------------------------------------------------"
echo "" echo ""
</INLINE> </INLINE>
</FILE> </FILE>
</PLUGIN> </PLUGIN>